body {
	margin: 0;
	padding: 0;
	background: #FEEDB9 url(files/images/bg.jpg) repeat-x left top;
	text-align: justify;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	color: #ac6900;
}

blockquote {
	font-style: italic;
	border: #F09401 1px dashed;
	background: #feeaad;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #ac6900;
}

a {
	color: #ED950F;
	text-decoration: none;
  font-weight: bold;	
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
	font-weight: weight;
	color: #AC6900;
}

.table {
	font-size: 10px;
	text-align: center;
	border-collapse: collapse;
}

h1 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.0em;
}

/* HEADER */

#header {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	letter-spacing: 0px;
	font-family: Verdana, Tahoma, sans-serif;
}

#logobg {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background: url(files/images/logobg.jpg) no-repeat left top;
}


/* MENU */

#menu {
	float: center;
	height: 20px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 20px 0px 0px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	color: #ffffff;
}

#menu a:hover {
	height: 20;
	color: #FEEDB9;
}

#menu .current_page a {
	color: #FEEAAD;
  text-decoration: underline;
}

/* CONTAINER */

#container {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}


#main_content {
	float: right;
	width: 585px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 16px;
}

#menu_left {
	float: left;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 16px;
  background: #FEEAAD;
	border-right: #014495 1px solid;
  color: #014495;  	
}

#menu_left .entry {
}

#menu_left .entry a {
}

#menu_left .more {
	background: url(files/images/circbut.gif) no-repeat left 50%;
	padding-left: 20px;
	color: #014495;
}

.post {

}

.post .title {
	margin: 0;
	color: #014495;  
  	
}

.maintitle {
	margin: 0;	
}


.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #014495 1px dashed;
}

.menu_left_color {
	color: #AC6900;
}
/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FEEAAD;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}






