body{
 	background:url(../images/body.png) #999999 repeat-x; 
 	margin:0px;
 	padding:0px;
 	font-family:Verdana,Arial,Helvetica,sans-serif;
 	font-size:12px;
 	color:#EEE;
 	cursor:default;
}

#container{
	position:absolute;
	top:0px;
	left:0px;
	width:780px;
}

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:780px;
	height:144px;
	background:url(../images/header.png) no-repeat;
}

#header h1{
	width:175px;
	height:125px;
	margin-left:20px;
	margin-top:5px;
}

#header h1 a{
	display:block;
	text-decoration:none;
	width:175px;
	height:125px;
}

#header h1 a span{
	visibility:hidden;
}

#header p.subtitle{
	display:none;
}

#radio{
	position:absolute;
	width:200px;
	top:0px;
	left:315px;
	height:35px;
	z-index:2;
}

#radio p{
	width:200px;
	height:35px;
	margin:0px;
	padding:0px;
}

#radio a{
	display:block;
	width:200px;
	height:35px;
}

#radio a span{
  	visibility:hidden;
}

#wrapper{
	position:absolute;
	top:144px;
	left:0px;
	width:780px;
	background:url(../images/wrapper.png) no-repeat;
}

#footer p{
	text-align:center;
	color:#CCC;
	font-size:11px;
}

#seo{
	display:none;
}

#clear{
	clear:both;
	height:20px;
}

#column1, #column2, #column3, #column-double{
	float:left;
	width:250px;
	margin-left:5px;
	margin-right:3px;
}

#column-double{
	width:505px;
}

#column3{
	padding-top:100px;
}

a{
	color:#DDD;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	color:#FFF;
}

p, ul{
	font-size:11px;
	padding:5px;
	margin:0px;
}

ul{
	padding-left:30px;
	list-style:square;
}

h2{
	margin:0px;
	padding:5px;
	font-size:16px;
}

h3{
	font-size:14px;
	margin:0px;
	padding:5px;
}

hr{
	border:1px solid #888;
	border-top:1px solid #AAA;
	width:75%;
}
