html{
	background: url(/images/fade.jpg) repeat-x #eaeaea;
}

body{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(/images/bg.jpg) repeat-x;
}
a{
	color: #571683;
	text-decoration: underline;
}
a:hover{
	color: #a481bc;
}
a img{
	border: none;
}
h1{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
}
h2,h3,h4,h5,h6{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	color: #666;
}

#header, #nav, #banner, #content, #footer{
	margin: 0 auto;
	width: 820px;
}
#header{
	height: 79px;
	background: url(/images/headbg.jpg) no-repeat;
}
	.logo{
		float: left;
	}
	.links{
		padding: 18px 0 0 0;
		float: right;
	}
	
	.links a{
		color: #fff;
		font-weight: bold;
	}
#nav{
	height: 47px;
	background: url(/images/navbg.jpg);
}
	#nav ul{
		margin: 0;
		padding: 0 0 0 5px;
		list-style-type: none;
	}
		#nav li{
			float: left;
		}
			#nav a{
	display: block;
	float: left;
	color: #222;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 17px;
	padding-right: 16px;
	padding-bottom: 15px;
	padding-left: 16px;
			}
				#nav a:hover{
					background: url(/images/navbg2.jpg);
				}
#banner{
	background: url(/images/banner.jpg) no-repeat;
}
#content{
	padding: 10px 0 0 0;
	line-height: 22px;
}
	#content img{
		margin: 0 15px 15px 0;
		padding: 12px;
		border: 1px solid #ddd;
	}
	#contentl{
	padding: 20px;
	float: left;
	border: 3px double #ccc;
	background: #fff;
	width: 770px;
	}
	#contentl2{
		padding: 20px;
		float: left;
		border: 3px double #ccc;
		background: #fff;
	}
	#contentr, #contentr2{
		width: 300px;
		padding: 20px;
		float: right;
		border: 3px double #ccc;
		background: #fff;
	}
	#contentl2{
	}
	#contentr2{
		width: 220px;
	}
#footer{
	padding: 20px 0;
	border-top: 3px double #ccc;
	text-align: right;
	font-size: 11px;
	color: #999;
}
	#footer a{		
		color: #999;
		font-weight: bold;
		text-decoration: none;
		text-transform: capitalize;
	}
		#footer a:hover{		
			color: #999;
		}


.spacer{
	height: 30px;
	clear: both;
}
