body {
	margin: 0px;
	padding: 0px;
	background: url(images/img01.jpg) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
}

h1 {font-size: 1.6em;}

h2 {font-size: 1.4em;}

h3 {font-size: 1.2em;}

p{
	margin: 10px 0 20px;
	line-height: 150%;
}

ul, ol, li {
line-height: 150%;
}

a {color: #862222;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

.spacer{
	line-height:0; font-size:0; clear:both;
	}

/* Header */
#header {
	width: 900px;
	height: 160px;
	margin: 0px auto;
	background: #CC3333;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: underline;
}


/* Logo */
#logo {
	float: left;
	background: url(images/logo.jpg) no-repeat left top;
	padding: 30px 20px 20px 210px;
}

#logo h1, #logo h2, #logo p {
	margin: 3px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h2 {
	margin: 0px 0px -10px 0px;
}


/* Menu */
/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
.menu {
margin:8px 0 0 0;
width:850px; 
height:40px; 
position:relative;
border-top: 2px #CCCCCC solid;
z-index:100;
font-family:arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:799px; w\idth:800px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:140px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#fff;
width:138px; 
height:35px;
background: url(images/img02.jpg) no-repeat left 50% #CC3333;
padding-left:12px; 
line-height:34px; 
font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#C2CFA0130px center;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#C2CFA0 130px center;
}
.menu ul ul :hover > a.drop {background:#C2CFA0 no-repeat 130px center;
} 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:35px;
left:0; 
width:149px;
border-top:1px solid #666666;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:35px;t\op:36px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#C2CFA0; 
color:#000; 
height:auto; 
line-height:1em; 
padding:7px 10px; 
width:128px;
border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000; 
background:#699C4D;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000; 
background:#699C4D;
}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
visibility:visible; 
}


/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px;
}

/* Content */

#content {
	float: left;
	width: 550px;
}

.post {
	margin: 0px 0px 0px 0px;
}

.post .title {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	border-bottom: #D89698 solid 1px;
	color: #531C1C;
}

.post .hili {
	margin: 0px;
	padding: 10px;
	color:#699C4D;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #699C4D;
	border-bottom-color: #699C4D;
}

.post .title a {
	color: #531C1C;
}

.post .byline {
	margin: 0px 0px 15px -10px;
	font-size:smaller;
	color: #862222;
}

.post ul{
	margin: 10px 10px 20px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
.post li{
	margin: 10px;

}

/* Sidebar */

#sidebar {
	float: right;
	width: 270px;
	padding: 15px 40px 10px;
}

#sidebar .conte{
	background-color:#C2CFA0;

}
#sidebar ul {
	margin: 10px;
	list-style: square;

}

#sidebar li {
	margin: 10px 10px 10px 0px;

}

#sidebar h2 {
	padding: 4px 20px;
	background: #699C4D;
	font-size: 1.2em;
	line-height:200%;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #372626;
}

#sidebar a:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 70px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
	background: #CC3333;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	line-height: 70%;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}
