/*------------------------------Gobal veriable----------------------*/
body {
    padding: 0;
    margin: 0;
    background-color: #3E3822; 
    background-image: url(../images/pgbg2.jpg);
    background-repeat: repeat-x;
    background-position: top;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

p {
    padding: 0;
    margin: 0;
}

a {
    font-size: 11px;
    color: #757548;
    text-decoration: underline;
}

.textheading {
	color: #BBAB76;
	font-weight: bold;
}


/*------------------------------awards----------------------*/ 
.awards {
    font-size: 20px;
    color: #A68B60;
	margin-bottom: 15px;
} 
.startexts {
    font-size: 11px;
    color: #261E14;
    font-weight: bold;
	margin-top: 7px;
}
#awards {
	position: absolute;
	top: 280px;
	left: 545px;
}

/*------------------------------top menu----------------------*/ 
.menutop {
    font-size: 12px;
    color: #272316;
    font-weight: bold;
    text-decoration: none;
} 

.menutop:hover {
    color: #000000;
	text-decoration:underline;
} 

#header {
	width: 771px;
	height: 391px;
	margin: 0 auto 0 auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#headermenu {
	width: 400px;
	height: 50px;
	position: absolute;
	top: 280px;
	left: 55px;
}

.headermenuitem {
	float: left;
	width: 100px;
	height: inherit;
	text-align: center;
	vertical-align: middle;
}

/*------------------------------copyright----------------------*/ 
.copyright {
    font-size: 10px;
    color: #BBAB76;
} 
#footer {
	width: 773px; /* must be 781px, but brain-dead IE... */
	height: 78px;
	margin: 0 auto 0 auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#copyright {
	width: 100%;
	text-align: center;
	position: relative;
	left: 0px;
	top: 10px;
}

/*---------------content, 3-colons formatting----------------------*/ 
#content {
}
.cols {
	overflow: hidden;

	width: 783px;/* must be 781px, but brain-dead IE6-7-8 messes everything */
	margin: 0 auto 0 auto;
}
.cols .col_left,.cols .col_right,.cols .col_center {
     padding-bottom:10000px;
     margin-bottom:-10000px;
}
.cols .col_wide, .cols .col_textl, .cols .col_textr {
     padding-bottom:10000px;
     margin-bottom:-10000px;
}

.cols .col_left {
	width: 44px;
	float: left;
	background-image: url(../images/leftbg.gif);
	background-repeat: repeat-y;
}

.cols .col_wide {
	width: 696px;
	float: left;
	background-color: #2D2C1E;
}

.cols .col_textl {
	width: 387px;
	float: left;
	background-color: #2D2C1E;
}

.cols .col_textr {
	width: 268px;
	float: left;
	background-color: #2D2C1E;
}

.cols .col_right {
	width: 40px;
	float: left;
	background-image: url(../images/rightbg.gif);
	background-repeat: repeat-y;
}

.cols .col_center {
	width: 41px;
	float: left;
	background-image: url(../images/midbreak.gif);
	background-repeat: repeat-y;
}

/*---------------content, text formatting----------------------*/ 
.wartitle {
    font-size: 20px;
    color: #A68B60;
    text-transform: uppercase;
} 
.wartext {
    font-size: 11px;
    color: #8A795A;
    text-transform: none;
	padding-bottom: 5px;
	text-align:justify;
} 
.warlink {
    font-size: 11px;
    color: #757548;
    text-decoration: underline;
}
.content_text {
	padding: 15px 10px 15px 10px;
}

.content_list {
	background-color: #42412A;
	min-height: 60px;
	background-repeat: no-repeat;
	padding: 8px 8px 8px 8px;
	margin: 0 auto 0 auto;
}		

.list_head_fix {
	margin: 0 0 5px 0;
}

