/* CSS Document */

a {
/*	margin:0;
	padding:0;*/
	outline:none;
}

body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) top center no-repeat #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.clear{
	clear:both;
}

.left{
	clear:both;
	margin:0;
	float:left;
}

#wrapper{
	width:580px;
	margin:0 auto;
	padding:0;
	background:url(../images/content-bg2.gif) top left repeat-y;
}

#header{
	margin:0;
	padding:0;
	width:582px;
	background:url(../images/header.jpg) top left  no-repeat;
	height:155px;	
}

#header h1{
	display:none;
}

#nav{
	width:582px;
	height:36px;
	margin:0;
	padding:0;
	background:url(../images/nav.gif) no-repeat;
}

#nav ul{
	margin:0;
	padding:11px 0 0 36px;
	list-style-type:none;
}

#nav ul li{
	display:inline;
	padding-right:10px;
	margin:0;
	font-weight:bold;
}

#nav ul li a{
	text-decoration:none;
	color:#AC7618;
}

#nav ul li a:hover, #nav ul li a.active{
	text-decoration:none;
	color:#DA9621;
}

#content{
	background:url(../images/content-bg1.jpg) top left no-repeat;
	margin:0;
	padding:10px 20px;
	width:542px;
}

#content p{
	margin-bottom:18px;
	line-height:18px;
}

#content h1{
	margin-bottom:24px;
	line-height:26px;
	font-size:24px;
	font-weight:normal;
}

#content h2{
	margin-bottom:24px;
	line-height:24px;
	font-size:20px;
	font-weight:normal;
}

#content a{
	text-decoration:underline;
	color:#0066CC;
}

#content a:hover{
	text-decoration:none;
	color:#00CCFF;
}

#footer{
	padding:10px 0 0 0	;
	width:582px;
	text-align:center;
	background:url(../images/footer.jpg) no-repeat;
	height:23px;
}
