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

*{
	padding:0;
	margin:0;
}

body{
	background-color:#222;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
}
#wrapper{
	width:800px;
	margin:68px auto 0 auto;
}
#header{
	height:120px;
	width:800px;
	margin:0 0 2px 0;
	background-image:url(../images/botsing.png);
	background-repeat:no-repeat;
}
#menu{
	float:left;
	width:140px;
	padding-top:40px;
}

#menu a{
	font-family:Arial, Helvetica, sans-serif;
}

#content{
	float:left;
	width:600px;	
}
#dividerleft, #dividerright{
	background-image:url(../images/divider.png);
	background-repeat:no-repeat;
	height:145px;
	width:5px;
	float:left;
}

#text{
	float:left;
	width:530px;
	height:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding:40px 15px 0 35px;	
}

#text h1{
	font-size:22px;
	margin-bottom:12px;
}

#contentdivider{
	width:540px;
	height:10px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	margin-top:60px;
}

ul{
	display:inline;
}

li{
	list-style-type:none;
}

li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8cc640;
	text-decoration:none;
	font-size:16px;
}

li a:hover{
	text-decoration:underline;
}

li a.active{
	color:#FFFF00;
}

#credits{
	float:right;
	font-size:9px;
	color:#FFFFFF;
}

#credits a{
	color:#FFFFFF;
	text-decoration:none;
}

#credits a:hover{
	text-decoration:underline;
}

#logo{
	text-align:center;
	float:right;
	font:"Courier New", Courier, monospace;
	font-size:36px;
	color:#009900;
}
