/* ZERO OUT GLOBAL ELEMENTS --------------------------------- */
/* --------------------------------------------------------- */

body, h1, h2, h3, h4, p, li, ul {
	margin: 0px; /* Removes default margin that some browsers add. */
	padding: 0px; /* Removes default padding that some browsers add. */
	color: #000000;
}

/* SET THE BODY STYLES ------------------------------------- */
/* --------------------------------------------------------- */

body {
	text-align: center; 
	background-color: #333333;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
}


a:link {
	color: #9F531F;
}
a:visited {
	color: #9F531F;
}
a:hover {
	color: #43302D;
}
a:active {
	color: #9F531F;
}








#wrapper {
	text-align: left;
	width: 756px; 
	border: 6px solid #666666;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 102px; 
	
}

#logo {
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	width: 300px;	
}




#linksrt {
	padding-top: 75px;
	float: right;
	font-size: 14px;
	text-align: right;
	padding-right: 20px;
	vertical-align: text-bottom;
	color: #CC0000;
}


#linksrt a:link {
	color: #666666;
	text-decoration: none;
}

#linksrt a:visited {
	color: #666666;
}
#linksrt a:hover {
	color: #CC0000;
}
#linksrt a:active {
	color: #CC0033;
}


#banner {
	height: 189px; 
}


#innertable {
	float: left; 
	width: 756px; 
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	height: 317px;
}

#footer {
	height: 30px; 
	color: #FFFFFF;
	background-color: #000000;
}
#footer p {
	font-size: 80%;  
	text-align: left; 
	padding-top: 5px; 
	padding-left: 10px;
	padding-bottom: 10px;
}

.clearfloat { 
	font-size: 1px; 
	line-height: 0px; 
	clear: both; 
	height: 0px; 
}

#contentbg {
	background-repeat: no-repeat;
	float: left;
	background-image: url(images/bg_content.gif);
}
#content {
	width: 756px;
	background-repeat: no-repeat;
}

#content p {
	margin-top: 0px; 
	margin-right: 50px; 
	margin-left: 155px;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 21px;
	color: #9F531F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 15px; 
	margin-right: 10px;
	margin-left: 155px;
	margin-bottom: 5px;
}

img {
border:none}

