body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	min-width:860px;
	min-height:540px;
}
body, img, p, a, h1, html {
	margin: 0;
	padding: 0;
	color: #999;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}
div#main {
	width: 860px;
	height: 540px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -265px;
	margin-left: -430px;
}
div#container {
	height: 500px;
	width: 860px;
	top: 20px;
	padding: 0px;
	margin: 0px;
}
div#container_back {
	height: 500px;
	width: 860px;
	top: 20px;
	padding: 0px;
	margin: 0px;
	background-color: #F8F8F8;
}

div#header {
	height: 20px;
	width: 820px;
	background: white;
	padding: 0px;
	margin: 0px;
}
div#header_menu {
	height: 20px;
	width: 40px;
	font-size: 12px;
	position: absolute;
	left: 820px;
	top: 0px;
	color: #CCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#header_menu a {
	color: #999;
	text-decoration: none;
}
#header_menu a:hover {
	color: #333;
}
div#header a.back-home {
	width: 600px;
	height: 23px;
}
.column {
	height: 430px;
	width: 276px;
	float: left;
	font-size: 11px;
	line-height: 20px;
	color: #CCC;
	padding-left: 10px;
	overflow: auto;
}
.column-title {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}
.column a {
	color: #CCC;
	text-decoration: none;
}
.column a:hover {
	color: #333;
}
.column2 {
	width: 276px;
	float: left;
	height: 60px;
	left: 10px;
	top: 470px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
	text-decoration: none;
}
.column2-title {
	font-size: 12px;
	color: #999;
	font-weight: bold;
}
.contact {
}
#footer {
	height: 20px;
	width: 860px;
	position: absolute;
	top: 520px;
	left: 0px;
}
h1 {
	height: 15px;
}
h2, h5 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #36F;
}
div.border {
	border-top: 0px0;
	height: 500px;
	padding-top: 20px;
	border-bottom: 0px0;
}
div.uppercase {
	text-transform: uppercase;
}
