body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px Verdana;
	background: url(images/bg.gif);
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.break {
	clear: both;
}

#wrapbg {
	width: 804px;
	text-align: center;
	margin: auto auto;
	background: url(images/wrapbg.gif) repeat-y 0 1px; 
}

#wrapper {
	text-align: left;
	margin: auto auto;
	width: 754px;
}

	#header {
		width: 100%; height: 68px;
		background: url(images/bottomright.gif) no-repeat bottom right;
	}
	
	#headerwrap1 {
		background: url(images/headerbg.gif) repeat-x 0 0;
	}
	
	#headerwrap2 {
		background: url(images/bottomleft.gif) no-repeat bottom left;
	}
	
		#logo {
			text-indent: -9999px;
			width: 200px; height: 45px;
			display: block;
			background: url(images/logo.gif) no-repeat 0 0;
			float: left;
			margin: 10px 10px 5px;
		}
		
		#navigation {
			list-style-type: none;
			width: 65%;
			float: right;
			color: white;
			margin: 26px 5px 0;
		}
		
			#navigation li {
				width: 80px;
				font: 0.8em Arial;
				text-align: center;
				float: left;
				background: url(images/listborder.gif) no-repeat center left;
			}
			
			#navigation a {
				color: #FFFFFF;
				text-decoration: none;
			}
			
			#navigation a:hover {
				color: #EDB700;
			}
			
	#bannerwrap1 {
		background: url(images/bannerbg.gif) repeat-x 0 0;
	}
	
	#bannerwrap2 {
		background: url(images/topleft.gif) no-repeat top left;
	}
	
	#bannerwrap3 {
		background: url(images/topright.gif) no-repeat top right;
	}
	
	#bannerwrap4 {
		background: url(images/bottomleft.gif) no-repeat bottom left;
	}
	
	#banner {
		width: 100%;
		margin: 1px 0;
		padding: 15px 0;
		text-align: center;
		background: url(images/bottomright.gif) no-repeat bottom right;
	}
	
		#bannerimage {
			margin: auto auto;
			width: 720px; height: 255px;
			background: url(images/banner.jpg) no-repeat 0 0;
		}
	
	#body {
		width: 100%;
		background: #520807 url(images/bodybg.gif) repeat-x 0 0;
	}
	
	#bodywrap {
		background: url(images/bottomright.gif) no-repeat bottom right;
	}
	
		#sidebar {
			width: 36%;
			float: left;
			background: url(images/topleft.gif) no-repeat top left;
			color: #CE9B73;
			line-height: 1.6em;
		}
		
		#sidebarwrap {
			background: url(images/bottomleft.gif) no-repeat bottom left;
		}
		
			#picture {
				width: 245px; height: 147px;
				background: url(images/sidebaricon.jpg) no-repeat 0 0;
				margin: 15px;
			}
		
			#sidebar ul {
				width: 233px;
				margin: 15px 0 0 20px;
				list-style-type: none;
			}
			
				#sidebar li {
					padding: 15px 17px;
					font-size: 0.9em;
					background: url(images/slistborder.gif) no-repeat 0 0;
				}
		
		#content {
			width: 63%;
			float: right;
			background: url(images/topright.gif) no-repeat top right;
		}
			#contentbox {
				border: 3px solid #B6A57B;
				background-color: #FFFFDD;
				margin: 15px 15px 15px 0;
				padding: 20px 15px;
				font: 0.9em Verdana;
				line-height: 1.6em;
			}
		
				#contentbox h2 {
					border-bottom: 1px solid #B6A57B;
					text-transform: uppercase;
					font: 1.7em Georgia;
					padding-bottom: 5px;
				}
				
				#contentbox p {
					margin: 10px 0; 
				}
		
	#footer {
		width: 100%; height: 45px;
		margin: 1px 0 0 0;
		background: url(images/footerbg.gif) repeat-x 0 0;
		text-align: center;
	}
	
		#footwrap1 {
			background: url(images/topright.gif) no-repeat top right;
			color: #FFFFFF;
		}
		
		#footwrap2 {
			background: url(images/topleft.gif) no-repeat top left;
			color: #FFFFFF;
		}
	
		#footer ul {
			list-style-type: none;
			padding: 18px 0 13px 0;
			margin: auto auto;
			width: 455px;
		}
		
			#footer li {
				width: 75px;
				font: 0.8em Arial;
				float: left;
				background: url(images/listborder.gif) no-repeat 0 0;
			}
			
			#footerfirst {
				background: none !important;
			}
			
			#footer a {
				color: #FFFFFF;
				text-decoration: none;
			}
			
			#footer a:hover {
				color: #EDB700;
			}

