/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 8px;
	padding: 0;
	text-align: left;
	font-family: verdana,arial,Helvetica, sans-serif;
	font-size: 13px;
	color: #4091C8;
	background: #4294ce url(background.jpg);
	background-repeat: repeat-x;
 
}
-->
</STYLE>
}

h1, h2, h3 {
	margin-top: 0;
	color:#666666;
	font-weight:normal;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	margin:0;
	padding:0;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	color: #1050C8;
	font-weight:normal;
	text-decoration: underline;
}

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

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float:right;
	margin: 38px 30px 0 20px;
}

/* Header */

#logo {
	width: 800px;
	height: 211px;
	background: #ffffff url(banner.jpg) repeat-x;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 800px;
	/*height: 45px;*/
	margin: 0 auto;
	background: #ffffff ;
	text-align:center;
	border: solid #B8C833 2px;
}

#menu ul {
	margin: 0;
	padding: 2px 0 2px 0 ;
	list-style: none;
}

#menu li {
	display: inline;
	padding: 11px 20px 0 20px;
	height: 29px;
}

#menu a {
	/*display: block;
	float: left;
	font-weight: bold;	
	position:static;*/
	
	color: #C1D054;
	text-decoration: none;
}

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

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* #page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

Latest Post 

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}*/

/* Content */

#leftcontent {
	float: left;
	width: 220px;
	padding-left:180px;
	padding-top:38px;
	
}

/*.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}*/

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* rightcontent */

.quote {
	color:#C1D054;
	font-weight:normal;
}

#rightcontent {
	float: right;
	width: 360px;
	padding-top:38px;
	padding-left:20px;
	padding-right: 20px;
	
}
#rightcontent p{
	padding-right: 40px;
}
#rightcontent ul {
	
	font-size: 1.2em;
	list-style: disc;
	padding-left:20px;

	
}

#rightcontent li {
	color: #666666;
   
}

#rightcontent li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#rightcontent li li {
	padding: 5px 20px 5px 35px;
	background: url(images/img07.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#rightcontent h2 {
	margin: 0;
	
}

#rightcontent a {
	text-decoration: underline;
}

#rightcontent a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}