@charset "UTF-8";

body {
	background-color: #27110a;
	background-image:url(wallpaper.png);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtr #container {
	width: 959px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

#Table_01{
padding-top: 92px;
}

#flagspace{
}

#top_banner{
width:689px;
height:250;
}

#topthing1{
margin:0px;
padding:0px;
padding-top:1px;
padding-left:234px;
height: 251px;
background-image:url(bg_body_top1.png);
background-position:top;
}

#topthing1 img{
padding:0px;
margin: 0px;
}

#topthing2{
margin:0px;
padding:0px;
height:23px;
background-image:url(bg_body_top2.png);

}


#bodything{
background-image:url(bg_body.png);
}


#menu{
text-transform: uppercase;
text-align:right;
color:#fa600d;
/*color: #996600;*/
text-transform:uppercase;
height: 25px;
width: 680px;
font-family:Arial, Helvetica, sans-serif;
font-weight:100;
/*float: right;*/

}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	text-align:left;
	
}

#menu li {
	float: left;
	margin-left: 15px;
	display: block;
}

#menu li:hover {
	border-bottom: 3px solid #27110a;
}

#menu a, #menu a:hover {
	text-decoration: none;
	color:#fa600d;
	display: block;
	font-size: 14px;
}

#menu .child {
	margin-top: 5px;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
}

#menu .child a
{
	display: block;
	border-bottom: 1px solid #222;
	padding: 2px 5px;
	background: #27110a;
	text-decoration: none;
	color:#ffcc9a;
}


#menu .child a:hover {
	text-decoration: underline;
}




#bodybox{
	float:left;
	width: 575px;
	margin-left:36px;
}

#bannerbox{
	float:left;
	width:310px;
	margin-right:36px;
}

.contentdiv{
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	
}

h1{
font-family: georgia, sans-serif;
/*color: #993300;*/
color:#5b2207;
text-transform:capitalize;
font-size:30px;
font-weight:100;
	
}
h2{
color:#5b2207;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
	
}

p{
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding: 0px;
margin:0px;
	
}




.bannerdiv{
margin-top: -19px;
}


.bannerdiv img{
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	
}

.footer{
}

.footer img{
float:right;
margin:  10px;
}

.footertext{
	float:right;
	text-align:center;
	width: 600px;
	padding: 15px;	
	/*color: #996600;*/
	color:#5B2207;
	text-transform:uppercase;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}

.footertext a{
color:#5B2207;
}

* a{
text-decoration:none;
color:#5B2207;

}

a img {
border-width: 0px;
border-style:none;
border-color:none;

}



.clear {
	clear: both;
}

.home_feature {
	float: left;
	width: 228px;
	margin-top: 40px;
	min-height: 235px;
}

.home_feature p {
	color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	margin: 4px 0 0 0;
	color:#000000;
}

.home_feature h2 {
	
}

.home_feature p.link {
	margin-top: 10px;
}

#right.home_feature, #right1.home_feature, #right2.home_feature {
	margin-left: 35px;
}

#right p a{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


.articleGallery {
	text-align:center;
	width:150px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom:20px;
	float:left;
}

.articleGalleryItem {
	width: 150px;
	border: solid 2px #FFFFFF;
	margin-top: 10px;
}

#bottomedge{
background-repeat:no-repeat;
background-image:url(edge_bottom.gif);
height: 29px;

}