* {
	margin: 0;
	padding: 0; }

body {
background-image: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .95em;
line-height: 1.2em;
color: #000;
margin: 0;
padding: 0;text-align: justify;background-color: #18371f;}
a {
text-decoration: none;
color: #3366ff;
}
a:hover {
text-decoration: underline;
color: #3366ff;
}

#wrap {
margin: 50px auto auto auto;width: 750px;
border: 4px #e07e23 solid;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;}

#header {
background: #fff;
height: 178px;width: 750px;
margin-left: -20px;  z-index: 1; 
}
#header img {margin-top: 0; margin-left: 0; border-bottom: 4px #e07e23 solid;
}

#content {
padding: 0em 20px;
background: #fff repeat-y;
}

.right {
float: right;
width: 84%;
text-align: justify;
padding-top: 30px; 
}
.right a {
text-decoration: none;
color: #3366ff; border:0;}
}
.right a:hover {
color: #3366ff; border:0; text-decoration: underline;
}
ul.rounded {color: #18371f; text-align: center; list-style-type: none;
margin: -20px auto; border:0;  width: 96%;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;}

.left ul li a {color: #18371f;font-size: .9em; line-height: 2em; display: block; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;}
	
.left ul li a:hover {text-decoration: none; color: #e07e23;
font-size: .9em; line-height: 2em; display: block; background-color: #18371f;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;}

.left { 
width: 15%;
padding-top: 75px;
}

.articles {
padding: 30px 10px 10px 10px;
}

em {font-weight: bold; font-style: italic;}

#bottom {
background: #fff url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: .7em;
color: #18371f;
padding: 5px; background-color: #e07e23;
}
#footer a { color: #aaa; }


