body {
	margin: 0px;
	padding:0px;
	background: #555;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
}

input {
	border: 2px solid black;
	margin-bottom: 2px;
}
#wrapper {
	padding: 0px 0px 0px 0px;
	width: 800px;
	overflow: hidden;
	margin: 0px auto;
	text-align: left;
	/*background: #fff;*/
}
p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#header {
	margin:0px auto;
	height: 222px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background: #555 url(/_images/blog/headers/misse_vit_800.gif) no-repeat;
}	
#side {
	float: left;
	width: 195px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	left: 0px;
	background: #555 url() no-repeat;
}
#content {
	overflow: hidden;
	width: 575px;
	position:relative;
	right:0px;
	padding: 30px 0px 0px 0px;
	float: right;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	}
	
html>body #content { width: 575px }
	
#header a {
	text-decoration: none;
	color: #800;
}

.datetime {
	text-decoration: none;
	color: #999;
}

h1 {
	left: 1px;
	font-family: Monospace;
	font-size: 40pt;
	text-align: left;
	font-weight: bold;
	letter-spacing:.1em;
	color: #000000;
	margin-top: 50px;
	margin-left: 50px;
}
h2 {
	left: 1px;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #800;
	width: 500px;
	margin-left: 110px;
	margin-top: 50px;
}
/** Entry headers **/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	color: #800;
	margin: 0px 0px 10px;
	text-align: center;
}
.navheader {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #800;
	padding:5px 5px 0px 30px;
	margin-bottom:0px;
	background-color:;
	text-transform: lowercase;
}
.nav {
	font-family: verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
}
.nav ul {
	margin: 0px 0px 12px 0px;
	padding: 5px 10px 10px 30px;
	font-weight: normal;
	background-color:;
}
.nav li {
	list-style: none;
	padding: 0px 0px 0px 7px;
	font-weight: normal;
}
.nav a {
	color: #000000;
	text-decoration:none; 
	font-weight: normal; 
	font-size: 10px;
}
.nav a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
.nav a:hover {
	color: #aaa;
	text-decoration:none; 
	font-weight: normal; 
	font-size: 10px;
}
.nav a:active{
	color: #fff;
	text-decoration: none;
}

.entrybody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	line-height: 150%;
	margin: 0px 0px 10px;
	padding: 10px;
}
.entrymeta {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align:right;
}
.entrymeta a {color: #000000;text-decoration:none; font-weight: normal; background-color: #fff;}
.entrymeta a:visited{color: #000000; text-decoration: none; font-weight: normal; background-color: #fff;}
.entrymeta a:hover {color: #fff;text-decoration:none; font-weight: normal; background-color: #fff;}
.entrymeta a:active{text-decoration: none;}

.separator {
	border-top: 2px solid #000;
	border-bottom: 0px solid #000;
	/*margin: 14px 0px 14px 0px*/
}
.subside {
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}
.image {
	border: 2px solid #CCCCCC;
	background-color:#fff;
	padding:2px;
	margin: 0px 6px 6px 0px;
}
.thumbnail {
	border: 2px solid #000;
}
#profile {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0px 30px 0px;
	padding-left: 16px;
}
form {
	padding: 20px;
	/*background-color: #fff;*/
	margin: 0px 0px 10px;
	padding: 5px 10px 10px 37px;
}
