/* CSS CONTENT */

body {
background: url(img/bg.jpg) top center repeat;
color:#303030;
font:75% Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

a {
color:#800000;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#505050;
text-decoration:underline;
}

p {
line-height:1.2em;
margin:10px 10px 10px 10px;
}

/*** Main container ***/

#container {
background: #F7F2BF top left repeat;
margin:0 auto;
width:1000px;
padding:0;
text-align:left;
border: 3px solid #6B5837;
}


/*** Header section ***/

#sitename {
background: #000000 url(img/header.jpg) no-repeat;
color: #800000;
height:160px;
margin:0 0px 0px;
text-align:left;
}

#sitename img {
float:left;
margin:0px 10px 0px 0;
padding:0px;
}

/*** Content wrap ***/

wrap {
clear:both;
background:#F7F2BF top left no-repeat;
}

/*** Sidebars ***/

#rightside {
float:left;
background: #F7F2BF;
margin-left:10px;
width: 160px;
height: 200px;
}

#rightside ul {
	float:left;
	width:150px;
	list-style: none;
	font-size:11px;
	padding:0 0 0 0px;
}	

#rightside li {
	margin-bottom:2px;
	border-bottom:1px solid #400000;
	padding:0 0 0 10px;
}

#rightside a:link {
	display:block;
	padding:0 0 0 0px;
	color:#555;
	text-decoration: none;
	background:#F7F2BF;
	font-weight:normal;
}

#rightside a:visited {
	display:block;
	padding:0 0 0 0px;
	color:#40000;
	text-decoration: none; 
	background: #F7F2BF;
	font-weight:normal;
}	

#rightside a:hover {
	display:block;
	padding:0 0 0 0px;
	color:#400000;
	text-decoration: none;
	background: #F2C968;
	font-weight:bold;	
}	

/*** Content ***/

#content,#contentalt {
float: right;
width: 800px;
background:#ffffff;
border: none;
color:#2a2a2a;
padding: 0px 0 0 0px;
}

#content {margin:0px 10px 0px 0px;}
#contentalt {margin:0px 10px 0px 0px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:inherit;
color:#800000;
font-size:1.8em;
font-weight:bold;
margin:0 0 10px 5px;
padding:0;
}

#content h2,#contentalt h2 {
font-size:1.2em;
margin-bottom:5px;
}

#content h3,#contentalt h3 {
font-size:0.9em;
margin-bottom:5px;
margin:10px 10px 5px 5px;
}

#content h4,#contentalt h4 {
font-size:1.2em;
margin-bottom:5px;
margin:10px 10px 5px 5px;
}

#content img,#contentalt img {
border:1px solid #b0b0b0;
margin:5px 5px 5px;
padding:5px;
}


/*** Scroll Box ***/

#scroll {
width: 800px;
height: 500px;
background:#ffffff;
color:#2a2a2a;
padding:0px 0px 0px 0px;
overflow: auto;
}
  


/*** Footer ***/

#footer {
background:#6B5837 top left repeat-x;
clear:both;
color:#d0d0d0;
font-size:0.9em;
font-weight:bold;
margin:0;
padding:2px 0;
text-align:center;
width:100%;
}

#footer a {
color:#400000;
font-weight:bold;
}

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

/*** Text format ***/

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/*** End of file ***/
