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

a:link, a:visited, a:active{
	color:#BBBBBB;
	text-decoration:none;
}
a:hover {
	color:#BBBBBB;
	text-decoration:underline;
}

body{
	background:#000000;
	color:#FFFFFF;
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:1em;
	margin:0px;
	padding:0;
}

img{
border:none;
}


div.filler{
	width:40px;
	height:1px;
	float:left;
}

div.imagebox{
	width:220px;
	min-height:100px;
	float:left;
	font-size:0.8em;
	text-align:center;
}
div.imagebox a, div.imagebox a:link, div.imagebox a:visited, div.imagebox a:active{
	color:#E3DCA4;
	text-decoration:none;
	font-size:0.7em;
}
div.imagebox a:hover{
	text-decoration:underline;
	font-size:0.7em;
}

img.header{
	margin-top:10px;

}


p.mid{
	float:left;
}


#footer{
	width:100%;
	height:100px;
	float:left;
	background:url(../images/footermain.gif) repeat-x;
	text-align:center;
	color:#BBBBBB;
}
#footer p{
	font-size:0.6em;
}
#footer p.footer{
	font-size:1em;
	margin:10px;
	padding:20px;
}

#info{
	width:760px;
	margin:0 auto;
	padding:20px;
	font-size:0.9em;
	text-align:center;
}

#header{
	width:100%;
	height:200px;
	background:url(../images/headertitle.gif) repeat-x;
	text-align:center;
}

#main{
	width:940px;
	margin:0 auto;
	padding:5px;
}

#mid{
	width:745px;
	margin:0 100px;
	padding:0px;
	margin-top:30px;
	float:left;
}

#wrapper{
	width:100%;
}