body {
	background-image: url(../_media/images/bg1.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	background-position: center center;
	color:#716E3B;
}

#container {
	width: 780px;
}

/*  BASIC TEXT FORMATING */

p {
	color: #E1DAB9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	}


li {
	color: #545454;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}

li a {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}

a {
	color: #BFB483; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h1 {
	font-size: 110%;
	color: #C3BB97;
	padding-top: 40px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, Swiss, SunSans-Regular;
	font-weight: normal;
	border-bottom: none;
	text-align: left;
	}

h2 {
	color: #56004E;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, Swiss, SunSans-Regular;
	text-align: left;
	}
	
h3 {
	color: #8b3329;
	font-weight: bolder;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, Swiss, SunSans-Regular;
	text-align: left; }
	
/*  BORDER CLASS STYLES */

.border {
	padding: 5px;
	border: solid 1px #cccccc
	}

.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}
	
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
	
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
/*  IMAGE PADDING */
	
.left_image   {
	padding-right: 5px;
	}
	
.right_image { 
	padding-left: 5px;
	}
	
/*  HIGHLIGHTED AREA */

.highlight {
	border: solid 1pt #000
	}
	
	
.center {
	text-align: center
	}

/*  FOOTER STYLES */

.footer {
	color: #555;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif
	}

.footer p {
	color: #545454;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}

.footer a {
	color: #4a4a4a;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif
	}

.footer a:hover {
	color: #5b7ca3
	}


/*  SIDEBAR STYLES */

.sidebar {
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #000
	}
			
.sidebar p {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: left
	}

.sidebar h1 {
	color: #6b6b6b;
	font-size: 14px;
	font-family: "Times New Roman", Georgia, Times;
	text-transform: capitalize;
	border: none
	}

.sidebar h2 {
	color: #d79b3a;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
	}

/* ------------ MAIN CONTENT ------------ */
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E1DAB9;	
	line-height:130%;
}


/* ------------ BOTTOM LINKS ------------ */

div#bottom-links p {
	font-size: 80%;
	padding-bottom: 10px;
	color: #000000;
	text-align:center;
}
div#bottom-links a {
	color: #000000;
}
div#bottom-links {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

/* ------------ SEO FOOTER ------------ */

#seo_footer {
	width: 760px;
	margin:0px auto 0px auto;
	padding:0px;
	border-top:none;
}
#seo_footer p {
	color: #E1DAB9;
	text-align:center;
	font-size:80%;
	font-weight:normal;
	padding:0%;
	margin:0px 0px 8px 0px;
}	

#seo_footer a {
	text-decoration:none;
	font-weight:normal;
	color:#CCCC99;
}

#seo_footer a:hover {
	text-decoration: underline;
}

.img_left {
	float:left;
	margin-right:10px;
}

.img_right {
	float:right;
	margin-left:10px;
}
