﻿
/* Reset */

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}


/* Basic Elements */

body {
	background: #000000;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.clear {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	visibility: hidden;
}


/* Layout */

div#wrap {
	height: auto;
	margin: 20px auto;
	overflow: hidden;
	width: 780px;
}

div#header {
	background: url(../images/header.png) no-repeat;
	height: 150px;
	width: 100%;
}

div#content {
	border-top: 1px #222222 solid;
	border-bottom: 1px #222222 solid;
	height: auto;
	padding: 10px 0;
	width: 100%;
}

div#column1 {
	padding: 10px;
}

div#column2 {
	border-left: 1px #222222 solid;
	border-right: 1px #222222 solid;
	padding: 10px 9px;
}

div#column3 {
	padding: 10px;
}

div.column {
	float: left;
	height: auto;
	width: 240px;
}

div.column h1 {
	font-size: 16px;
	font-weight: bold;
}

div.column p {
	text-align: justify;
}

div#footer {
	background: url(../images/bg_footer.png) no-repeat;
	height: 150px;
	width: 100%;
}

img.button {
	background-position: center top;
	height: 32px;
	width: 32px;
}

img.button:hover {
	background-position: center bottom;
}