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

/* Hand coded and Crafted by Tim Brandon www.24medium.com */


body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

a:link{
	color:#999999;
	text-decoration:none;
}

a:visited{
	color:#999999;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#000000;
}


a:hover img {
	color:#000000;
}

#wrapper{
	width:800px;
	margin:0px auto;
}

#header{
	width:800px;
	margin:40px auto;
	height:30px;
	border-bottom:#CCCCCC solid medium;
	display:block;
	clear:both;
	height:34px;
}

#nav{
	font-size:14px;
	text-align:right;
	width:480px;
	height:20px;
	float:right;
	word-spacing:20px;
}

#nav ul{
	display:inline;
}

#nav li{
	list-style:none;
	display:inline;
}

#content{
	width:800px;
	display:block;
	clear:both;
}

#leftside{
	width:350px;
	float:left;
}
#leftside li{
	list-style:none;
}
#rightside{
	width:425px;
	float:right;
}
#logo{
	float:left;
	width:400px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:290px;
}
#recimage{
	float:left;
	width:400px;
	display:block;
	clear:both;
}
#main{
	float:right;
	width:350px;
	float:right;
	text-align:center;
}

#lefter{
	width:400px;
	display:block;
	float:left;
}

#footer{
	width:800px;
	height:65px;
	background-image:url(images/footer_new.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin:-20px 0px 0px 0px;

}

#footer p{
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

.right{
	float:right;
	margin:-13px 0px 0px 0px;
}
