
body {
	margin: 0px;
	padding: 0px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #660000;
width:900px;
margin:auto;
margin-top:20px;margin-bottom:20px;
border:1px solid #660000;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.5em;
margin-bottom:-5px;
}

h3 {
	font-size: 1.2em;
margin-bottom:-8px;
}

p, ol, ul {

	line-height: 160%;
}

a {
	color: #a32626;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	background: #fcf5f5 url(images/img01.gif) repeat-x left top;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo p {
	margin: 0px 0px 0px 30px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
font-size:30px;
font-weight:bold;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 15px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #a32626 url(images/img02.gif) no-repeat 0px 0px;
}

#menu .active a {
	background: url(images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px ;
}

/* Content */

#content {
	float: right;
	width: 550px;
margin-right:20px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #c49090;
}

.post ul, .post ol {}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
border:1px dotted #a32626;
font-size:12px;
margin:0px 0px 20px 25px;
padding: 0px 10px 0px 10px;
}


#sidebar ul {
line-height:14px;
}

#sidebar ul li {
margin-bottom:5px;
}


#sidebar h4 {
	font-size: 1.4em;
margin-bottom:7px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}



/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 0px auto;
	background: #c23939;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

code,pre {color: #222;font-size:12px;line-height:15px;white-space: nowrap;}

.contactform {margin:0 0 20px 50px;}
.contactform input {height:20px;font-size:14px;margin-bottom:15px;}
.contactform textarea {font-size:14px;margin-bottom:15px;}
.contactform label {font-size:14px;}
