@charset "UTF-8";
/* CSS Document */

body {
	background-color: #444444;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #999;
}
div#logo {
	width: 290px;
	float: left;
	height: 83px;
	top: 250px;
	left: 0px;
	position: fixed;
}
div#navigation {
	width: 111px;
	left: 291px;
	position: fixed;
	float: left;
	top: 237px;
}
div#content {
	width: 400px;
	left: 435px;
	position: absolute;
	float: left;
	top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 1.8em;
	text-align: justify;
}
div#navigation a {
	color: #999999;
	text-decoration: none;
}
div#navigation a:hover {
	color: #56B8DF;
	text-decoration: none;
}
h1 {
	width:163px;
	height: 60px;
	padding: 0;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul#mainnav {
	list-style-type: none;
	position: relative;
	padding: 0;
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	left: 30px;
	margin: 0px;
}
h2 {
	width: 594px;
	height: 37px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 25px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
}
div#tag {
	width: 72px;
	position: absolute;
	right: 20px;
	background-image: url(images/pixels.jpg);
	height: 60px;
	top: 10px;
}
div#cop {
	right: 5px;
	position: absolute;
	top: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #707070;
	margin-top: 10px;
}
