@charset "utf-8";
/* CSS Document */

object { 
    outline:none; 
}

html, 
body {
    height:100%;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #B6B2A3;
	background-color: #E4DCDA;
	background-image: url(images/content_wrap.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a:link, a:visited {
	color: #E4DCDA;
	text-decoration: underline;
} 
a:active, a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

h1 {
	border-bottom: 2px dotted #DDCCBB;
	margin: 0px;
	padding: 5px 0 30px 0;
	font-size: 22px;
	color: #B04C08;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 5px 0 10px 0;
	font-size: 22px;
	color: #1D5069;
	font-weight: normal;
}

h3 {
	border-bottom: 2px dotted #DDCCBB;
	margin: 0px;
	padding: 2px 0 5px 20px;
	font-size: 22px;
	color: #B04C08;
	font-weight: normal;
}


.bodymiddle {
	background-image: url(images/background_middle.jpg);
	background-repeat: repeat-y;
	background-position: center;	
}

.bodycolor {
	background: #FCFAF5;
	font: "Trebuchet MS";
	font-size:12px;
	color: #665544;
	
}

.bodycolor header{
    border-bottom: 2px dotted #DDCCBB;
	background: #FCFAF5;
	font: "Trebuchet MS";
	font-size:24px;
	color: #B04C08;
}

body a:link, body a:visited {
	color: #990000;
	text-decoration: none;
} 
body a:active, body a:hover {
	color: #0000CC;
	text-decoration:none;
}


.bottombar{
	background-image: url(images/bottom_bar.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.footer{
    background-color: #32160F;
    background-repeat: repeat-y;
	background-position: center;
	height:70%;
}
