/*
Default browser styles reset + common css rules
Don't forget to set a foreground and background color on the 'html' or 'body' element!
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
/*line-height: 1em;	yes, em, not unitless*/
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}
a img, :link img, :visited img {
	border: 0;
	}
:link, :visited {
	text-decoration: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th { 
	text-align: left; 
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	}
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
p {
	margin: 0 0 1em;
	}
legend, hr {
	display: none;
	visibility: hidden;
	}
button {
	cursor: pointer;
	}
abbr, acronym {
	cursor: help;
	border: none;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
/*left margin for elements that need it IF THEY NEED IT
----------------------------------------
li, blockquote {
  margin-left: 1.5em;
	}
ol li {
  margin-left:2em;
	}
*/ 











/*misc useful classes
---------------------*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	}
.hide {
	display: none;
	visibility: hidden;
	}
.center {
	text-align: center;
	}








/*clearfix
----------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*END clearfix



/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html
----------------------------------------------------*/
.replace { 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
	} 
.replace span {
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
	}
/*Example HTML - all elements that require replacement use the .replace class then set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span { 
	height:100px; 
	width:300px; 
	background-image: url(head.png); 
} 
----------------------------------------------------*/

body{
	background-color: #4f2610;
	background-image:url(images/back.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
#wrap{
	width: 929px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background-image: url(images/header.jpg);
	width: 929px;
	height: 314px;
	background-repeat: no-repeat;
	position: relative;
	
}


#navigation {
height:30px;
padding-left: 200px;
float: right;
}

#navlist{
	padding-top: 5px;
	margin-right: 200px;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	}

#navlist  li {
	padding: 6px 16px; 
	display: inline;
	color: white;
}

#navlist  li:hover{
	background-color: #4f2610;
}
	#navlist a{
		color: white;
	}
#navlist a:hover{
	color: black;
}

#logo{
	background-repeat: no-repeat;
	width: 430px;
	height: 314px;
	float: left;
		
}



#logo h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 
} 

#content{
	width:929px;
	height: auto;
}

#content-top{
	background-image: url(images/content-top3.jpg);
	background-repeat:no-repeat;
	width: 730px;
	height: 226px;
	float: left;
}

#thumbnails{
	background-color:#000000;
	width: 730px;
	height: 113px;
	float: left;
}

#thumbnails img{
	padding: 10px;
	border:none;
}

#thumbnails2{
	background-color:#000000;
	width: 730px;
	height: 113px;
	float: left;
}

#thumbnails2 img{
	padding: 10px;
	border:none;
}

#main-img{
	width:450px;
	height:450px;
	margin-top: 10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	float:left;	

}

#main-img2{
	width:450px;
	height:450px;
	margin-top: 10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	float:right;	

}

#main-img img{
	position: absolute;
	float:left;
	border:thick;
	border-color:#FFFFFF;
	border-style:double;

}

#main-img2 img{
	position: absolute;
	float:left;
	border:thick;
	border-color:#FFFFFF;
	border-style:double;

}


#text-box{
	width:300px;
	height: 224px;
	float:left;
}

#text-box h2{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 12px;
	padding-top: 30px;
	color: white;
	font-weight:bold;
	font: italic/normal serif;
	}
	
#text-box p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;	
	text-align: left;
	padding-left: 22px;
	padding-top: 16px;
}

#maincontent{
	width: 730px;
	height: auto;
	background-color: #4f2610;
	float:left;
}
#maincontent .content-box{
	width:728px;
	height: auto;
	border-bottom: 1px dotted black;
	float: left;
}

#maincontent .content-news-box{
	width:820px;
	height: auto;
	float: left;	
}

#maincontent .content-news-box h3{
	padding-left: 12px;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	margin-left:100px;

}
#maincontent .content-news-box h2{
	padding-left: 12px;
	padding-top: 7px;
	font-size: 15px;
	font-weight: bolder;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left:100px;

}
#maincontent .content-news-box p, table{
	margin-left:110px;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 5px;
}

#maincontent .content-news-box td{
	padding:4px;

}

#maincontent .content-news-box img{
	float: left;
	margin-top: 8px;
	margin-left: 6px;
}

#maincontent .content-news-box a{
		color: white;
	}
#comments{
	float:right; 
	margin-right: 5px;
	width: 100px;
	height: 100px;
	margin-top:0px;
	text-align: center;
	font-family: Georgia;
	border: 0px dotted yellow;
}

span.number {
	font-size: 3em;
	font-style: italic;
	color:#330000;
}

#sidebar{
	background-repeat: no-repeat;
	width: 182px;
	height: 215px;
	float:right;
	margin-right: 11px;
	background-color: black;
	padding-bottom: 10px;
}

#sidebar .news-box{
	width: 182px;
	text-align:center;
}

#sidebar .news-box h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	padding-top: 30px;
	padding-left: 10px;
}

#sidebar .news-box li{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:white;
	padding-top: 5px;
	padding-left: 20px;
}
#sidebar a{
	color:white;
	text-decoration: none;
}

#sidebar a:hover{
	color:orange;
	text-decoration: underline;
}
		
#footer{
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height:109px;
}

#footer-wrap{
	
	width: 929px;
	height: 109px;
	margin-left: auto;
	margin-right: auto;
}

#footer-wrap p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: right;
	padding-top:53px;
	padding-right:15px;
	color: #FFFFFF;
}

#footer-wrap a{
	color:white;
	text-decoration: none;
}

#footer-wrap a:hover{
	color:orange;
	text-decoration: underline;
}

