* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
}

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

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 20px;
}

ol {
	margin: 15px 0 15px 40px;
	text-align: justify;
	line-height: 24px;
}

a:link {
	color: #b40800;
}

a:hover, a:active {
	text-decoration: none;
	color: #48ACDE;
}

a:visited {
	color: #48ACDE;
}

img {
	border: none;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	height: 198px;
	background: url(images/header.jpg) no-repeat top center;
}

#wrapper { }
/* Page */

#page {
	background: url(images/content.jpg) no-repeat top center;
}

/* Post */

.post {
	padding: 20px 0;
	width: 980px;
	margin: 0 auto;
}

.post p {
	line-height: normal;
}

.post .title {
	width: 368px;
	height: 43px;
	margin: 0 auto;
	background: url(images/title.png);
	
	
}

.post h1 {
	font: italic 26px Georgia;
}

.post ul {
	list-style: none;
	float: left;
	width: 750px;
	margin-top: 10px;
}

.post li {
	float: left;
	padding: 10px;
}

.post li p {
	text-align: center;
}

/* Footer */

#footer {
	height: 48px;
	background: url(images/footer.jpg) top center no-repeat;
}
#footer a {color:#FFF;}
#footer a:visited {color:#FFF;}

/* Contact Form */

.myform{
float: left;
margin-top: 20px;
width:300px;
padding: 0;
}

#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}

#stylized p{
font-size:11px;
color:#2e2e2e;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}

#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:80px;
float:left;
font-size: 16px;
color:#2e2e2e;
}

#stylized .small{
color:#2e2e2e;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
height: 150px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:130px;
width:125px;
height:31px;
background:#2e2e2e url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

.error {
	text-align: center;
	line-height: 20px;
}

.clear {
	clear: both;
}
#content_menu{margin-top:60px;}

