@charset "utf-8";
/* CSS Document */

body {
	background-repeat:repeat-x;
	background-color:#000000;
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #745826;
	text-decoration:none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.imagestyle {
	border:1px solid #b37b2b;
}

#wrapper {
	margin: 0px auto;
	width:1042px;
}

.about {
	float:left;
	background-image:url(../images/header-right.jpg);
	width:456px; 
	height:134px; 
	padding:28px 20px 0px 30px; 
	color:#fdebac;
	line-height:18px;
}

.about a {
	color:#F00;
	font-weight:bold;
	size:14px;
	text-decoration:none;
}

.about a:hover {
	color:#FFF;
	font-weight:bold;
	size:14px;
	text-decoration:none;
}

.sub-content {
		float:left; 
		background-image:url(../images/content-bg.gif); 
		background-repeat:repeat-x; 
		background-color:#271803; 
		width:960px; 
		padding-left:30px;
}

.sub-content a {
	color:#F00;
	font-weight:bold;
	size:14px;
	text-decoration:none;
}

.sub-content a:hover {
	color:#FFF;
	font-weight:bold;
	size:14px;
	text-decoration:none;
}
 

.thumb {
	float:right;
	background-image:url(../images/header-right2.jpg);
	width:504px; 
	height:180px;
	padding-top:10px;
}

.img-margin {
	margin-right:25px;
	margin-bottom:20px;
	border:2px solid #FFF;
}