@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	line-height: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#container {
	width: 915px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #010b11;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#head {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 177px;
	width: 915px;
}
#mainContent {
	background-image: url(../images/maincontent.jpg);
	background-repeat: no-repeat;
	min-height:600px;
	background-color: #021C2B;
}
#clear {
	clear: both;
}

#tag {
	background-image: url(../images/tag.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 915px;
}
#left {
	margin: 0px;
	padding: 20px;
	width: 150px;
	float: left;
}
#right {
	margin: 0px;
	padding: 20px;
	width: 650px;
	float: left;
}
a:link {
color:#FFFFFF;
}
a:visited {
color:#FFFFFF;
}
a:active {
color:#FFFFFF;
}
a:hover {
color:#cccccc;
}
