body{
	background:url(gr/bg.jpg);
	margin:0;
    padding:0;
}

#wrap{
	margin:auto auto;
	width:800px;
	margin-bottom:180px;
	background-color: #ffffff;
}

#bottom{
	margin:auto auto;
	background-color: #ffffff;
}




#navright{
	background-color:#feb305;
	margin-left:325px;
	height: 19px;
	overflow:hidden;
}

#nav{
	background-color:#feb305;
	height: 19px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	overflow:hidden;
}

#sidebar{
	background:url(gr/side.jpg);
	width: 174px;
	height: 600px;
	margin-bottom: 0px;
	margin-left:10px;
	float:left;
	padding:0;
	margin:auto auto;
}

#main{
	width: 626px;
	height:600px;
	margin-left:174px;
	padding:0;
}

#header{
	background:url(gr/banner.jpg);
	width: 626px;
	height:107px;
	padding:0;
}

#content{
	background-color: #0487ae;
	width: 626px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding:0;
	overflow:hidden;
	margin-top:15px;
}



#footer{
	background-color: #FEB305;
	padding:0;
	border: 1px solid;
	margin:auto auto;
        overflow:hidden;
}
#cp{
	margin:auto auto;

}


/*Text CSS*/
#nav a {
	color:#000000;
 	font-size:13px;
	padding-bottom:0px;
	padding-top:0px;
	text-decoration:none;
}

#nav a:hover{
	color:#FFFFFF;
	font-weight: bold;
}

#content a {
	color:#FEB305;
}

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


#cp a {
	color:#000000;
}

#cp a:hover{
	text-decoration:none;
	color:#FEB305;
}


#footer a {
	text-decoration:none;
	color:#000000;
	text-decoration:none;
	Padding-top:1px; 
	Padding-bottom:1px;
	Padding-right:5px;
}



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

