@charset "utf-8";

body {
	margin: 10px;
	padding-bottom: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #000066;
}

h1{
	font-size: 18px;
	margin-top: 10px;
}

h2{
	font-size: 16px;
	margin-top: 10px;
	color: #0065fe;
}

#left p {
	width: 550px;
}

a{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

a:hover{
	color: #0065fe;
}

#header ul{
	margin: 0;
	padding: 177px 0 0 500px;
}

#header li{
	float: left;
	list-style: none;
	margin-left: 50px;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	background-image: url(images/dimax_header.jpg);
	height: 200px;
	background-color: #000;
}

#left{
	width: 630px;
	float: left;
}

#right{
	width: 146px;
	float: left;
}

#content {
	padding: 12px;
}

#content a{
	color: #000066;
	text-decoration: underline;
}

#content li{
	width: 520px;
}

#footer {
	margin: 0 auto;
	padding: 50px 0;
	clear: both;
	color: #999;
	text-align: center;
}

#footer a {
	color: #999;
	text-decoration: underline;
}
