body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-weight: normal;
	color: #549900;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	font-family: verdana, arial, helvetica, sans-serif; 
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #549900; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	background: url(images/background-fade.gif) repeat-x;
}

/* Header */

#header-wrapper {
}

#header {
	width: 920px;
	height: 45px;
	margin: 0 auto;
	background: url(images/menu-normal.gif) repeat-x left top;
}

/* Menu */

#menu {
	float: left;
	width: auto;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	}

#menu a {
	display: block;
	float: left;
	padding: 14px 25px 15px 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a.active {
	background: url(images/menu-selected.gif) repeat-x left top;
}

#menu a:hover, a:focus {
	background: url(images/menu-selected.gif) repeat-x left top;
	padding: 14px 25px 15px 25px;
	outline-style: none;
	color: #111D25;
}



#page {
	width: 920px;
	margin: 0 auto;
}

#page-main {
	padding-top: 10px;
	background: white;
}

	/** LOGO */

#logo {
	width: 920px;
	height: 86px;
	margin: 0 auto;
	background: url(images/logo-top.png) no-repeat left top;
}

/* Content */

#tresc {
	float: right;
	width: 658px;
	padding-right: 30px;
}

#tresc a {
	background: none;
	margin: 0;
	padding: 0;
	}

.post .title {
	height: 30px;
	color: #549900;
}

.post .title a {
	text-decoration: none;
	color: #549900;
}

.post .date {
}

.post .entry {
	padding: 0px 0px 0px 5px;
	border-width:0px 0px 1px 1px;
	border-style: dotted;
	border-color: #817E58 ; 
	}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 177px;
	padding-left: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #375910;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 10px 10px 7px;
	}

#sidebar p {
	margin: 0;
	padding: 0px 10px;
}

#sidebar h2 {
	height: 26px;
	margin: 0 0 10px 0px;
	padding: 12px 0 2px 10px;
	background: url(images/sidebar-title.gif) no-repeat left top;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


#sidebar p {
	line-height: 200%;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #375910;
}

/* Footer */

#footer {
	width: 920px;
	height: 40px;
	margin: 0 auto;
	background: url(images/footer-bottom.gif);
}

#footer-sides {
	margin: 0px;
	padding: 0px;
	height: 40px;
	background: url(images/footer-sides.gif) repeat-x left top;
}


