/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	margin: 0;
	padding: 0;
	background: #A0A0A3;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #6C7F00;
}
h2 {
	letter-spacing: -2px;
	font-size: 1.8em;
}
p, blockquote, ol, ul {
	line-height: 180%;
	font-size: .8em;
}
a {
	border-bottom: 1px solid #E0E0E0;
	text-decoration: none;
	color: #5B5A5A;
}
/* Header */
#header {
	height: 500px;
	background-image: url(./images/simone_scaled.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header h1 {
	padding: 370px 30px 0 0;
	text-align: right;
	letter-spacing: -4px;
	font-size: 50px;
	color: #BD2800;
}
#header h2 {
	margin: -5px 0 0 0;
	padding: 0 30px 0 0;
	text-align: right;
	letter-spacing: normal;
	font-size: 1.1em;
	color: #FFF;
}
/* Content */
#content {
	width: 680px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/img2.gif);
	background-repeat: repeat-y;
	background-position: -80px;
}
/* Column One */
#colOne {
	float: left;
	width: 400px;
}
#colOne .post {
	margin: 0 20px;
	padding: 10px 0 10px 0;
	border-top: 10px solid #E0E0E0;
	font-size: 1.1em;
}
/* Column Two */
#colTwo {
	float: left;
	width: 280px;
}
#colTwo #menu {
	padding: 20px;
}
#colTwo #news {
	padding: 30px;
}
#colTwo h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
	margin-bottom: 1em;
	padding: 0 0 0 24px;
	background: url(images/img4.gif) no-repeat left center;
}
.post a:link, .post a:visited, #news a:link, #news a:visited {
	color: #B22900;
}
.post a:hover, #news a:hover {
	color: #6C7F00;
	border: none;
}
#menu {
	background-color: #C6CD9C;
	background-repeat: no-repeat;
}
#menu h2 {
	background-image: url(images/img6.gif);
	padding-left: 35px;
	background-position: 10px;
}
#menu .menulevel1 a {
	display: block;
	width: 195px;
	margin-left: -30px;
	padding: 3px 0 3px 24px;
	color: #BD2800;
	background-image: none;
}
#menu .menulevel1 a:link, #menu .menulevel1 a:visted {
	color: #BD2800;
}
#menu .menulevel1 a:hover {
	color: #FFF;
}
#menu .menulevel1 li {
	display: inline;
}
#menu .menulevel1 .sdoc, #menu .menulevel1 .sdocs {
	color: #FFF;
	margin-left: -30px;
	background-color: #BD2800;
	display: block;
	list-style-type: none;
	width: 194px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
}
/* Footer */
#footer {
clear: both;
	width: 680px;
	margin: 0 auto;
	background: #D0D1C7;
}
#footer * {
	color: #5F5F5F;
}
#footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
}
.clearcontent {
       content:".";
       display:block;
       height:0;
       clear:both;
       visibility:hidden;
}
