/* CSS Document */

body {
	background-color:#333334;
	background-image:url(images/bg_body.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#040404;
	text-align:center;
	margin:0 auto;
	}
	
a {color: #821819}
	
#wrapper {
	width:900px;
	margin:0 auto;
	display:block;
		}
		
	
#header {
	background-color:#e6a242;
	background-image:url(images/bg_header.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:900px;
	height:215px;
	text-align:left;
	}
	
#headercontent {
	width:410px;
	text-align:center;
	margin-left:10px;
	}
	
#content {
	background-color:#c94328;
	background-image:url(images/bg_content.jpg);
	background-repeat:no-repeat;	
	background-position:top;
	width:900px;
	overflow:auto;
	}
	
#left {
	margin: 5px;
	width:587px;
	height:100%;
	text-align:left;
	overflow:visible;
	}
	
#right {
	float:right;
	margin-top:5px;
	margin-right:5px;
	overflow: hidden;
	}
	
#right img {
	margin-bottom:5px;
	}
	
.header {
	margin: 0 auto;
	background-image:url(images/header_small.jpg);
	background-repeat:no-repeat;	
	background-position:top;
	overflow:hidden;
	width:587px;
	height:40px;
	margin-bottom:5px;
	
	}
	
.header h1 {
	margin-left:30px;
	margin-top:5px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size:22px;
	color:#FEFEFE;
	font-weight:lighter;
	}

.text {
	margin: 0 auto;
	background-color:#ee944f;
	background-image:url(images/bg_text.gif);
	background-repeat:no-repeat;	
	background-position:top;
	width:587px;
	padding-top:0px;
	}
	
#textspan {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#040404;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	}