/* CSS Document */

html { height: 100%; }
body {
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: url(images/bg.jpg) #2D371A repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #D9E276;
	text-decoration: none;
}
.subtitle { color: #a51c20; font-size: 14pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: normal; text-decoration: none; }
#container{
	width: 802px;
	margin: 0px auto;
}
#header{
	width: 802px;
	margin: 0px auto;
	padding:0px;
	height:139px;
	background: url(images/header.jpg) no-repeat;
}

/*navigation*/

#navigation{
	width:501px;
	height:29px;
	float:right;
	text-align:center;
}
#navigation ul {
     padding:0px;
	 margin:100px 0px 0px 0px;
}
#navigation li {
	display: inline;
	list-style-type: none;
	text-align: center;
	height:25px;
	float: left;
	margin:10px;
}
#navigation li a { 
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #E0E97A;
	padding: 0px 13px 0px 13px;
	}
#navigation li a:hover {	
	text-decoration:underline;
}	

/*pic */
#pic{
}
#pic img {
	border: 3px solid #A51C20;
}

#content {
	padding: 10px;
	margin:7px 0px 0px 0px;
	background-color: #000000;
	background-image: url(images/bg-blk.gif);
	background-repeat: no-repeat;
	text-align: justify;
}
#left{
	width:50%;
	margin:auto;
	float: left;
	text-align: center;
}
#left ul.thumbs { 
	margin-top: 35px;
	margin-left: 20px;
	padding: 0;
}
#left ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#left ul.thumbs li { 
	float: left;
	list-style-type: none;
	margin:7px;
	padding: 0px;
	background-image: none;
} 
#left ul.thumbs li a img { border: 3px solid #A51C20; }
#left ul.thumbs li a:hover img { border: 3px solid #727272; }	

#right{
	width:50%;
	float: right;
	text-align: right;
	margin-top:20px;
}
#box{
	width:325px;
	background-image:url(images/box-bg.gif);
}
.txt-right {
	text-align: right;
}
.link-yellow {
	font-weight: bold;
	color: #E0E97A;
	text-align: right;
}

#box-top{
	width:325px;
	height:20px;
	background-image:url(images/box-top.gif) ;
}
#box-mid{
	background-repeat:repeat-y;
	padding:0px 20px 0px 20px;
}
#box-mid p{
text-align:justify;
font-size:10px;
}
#box-bottom{
	width:325px;
	height:20px;
	background-image:url(images/box-btm.gif);
}
#footer{
	width: 802px;
	height: 20px;
	margin:0px;
	border-top: 3px solid #A51C20;
	padding-top:15px;
	text-align:center;
}
#footer a{
	color: #D9E276;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

a:link {
 	text-decoration: none;
	color: #E0E97A;
 }
a:visited {
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
 }

/* new code */

h4 { color:#D9E276;

}

.xheader {
	width: 802px;
	margin: 0px auto;
	padding:0px;
	height:139px;
	background: url(images/xheader.jpg) no-repeat;


}

