html, body {
	padding: 0px;
	margin-top: 0px; 
	margin-bottom: 0px;
	margin: 0px auto;
}

img { border-width: 0px;}

html {
	margin-top: 0; 
	background:url(evolutionvault/images/background.jpg);
	background-color: white;
}

body {
	width:800px;
	padding:10px;
	text-align:left;
	background-color: white;
	border:1px #EAEAEA solid;
	border-width:0 1px;
	font:11px Arial,Helvetica,sans-serif;
	color:#333;
}

b.b { font-family: tahoma, arial; font-size: 8pt; color: black; font-weight: bold; }
a.orange { font-family: verdana, arial; font-size: 9pt; text-decoration: none; 
color: #ff6600; background-color: transparent; padding-left: 0px; }
a.orange:visited, a.orange:active { color: #c24e00; background-color: transparent; text-decoration: none; padding-left: 0px; }
a.orange:hover { color: #ffba8c; background-color: transparent; text-decoration: none; 
border-bottom: 1px dashed #c24e00; padding-left: 0px; }

a.o { font-family: tahoma; font-size: 8pt; text-decoration: none; 
color: orange; background-color: transparent; padding-left: 0px; }
a.o:visited, a.o:active { color: orange; background-color: transparent; text-decoration: none; padding-left: 0px; }
a.o:hover { color: #ffba8c; background-color: transparent; text-decoration: none; padding-left: 0px; }

#left {
	margin-top: 0; 
	display:inline;
}

h1 {
	margin: 0; 
	font-size:40px;
	font-weight:bold;
	padding-right:5px;
	display:inline;
}

h2 {
	margin: 0; 
	display:inline;
	font-size:11px;
	font-weight:normal;
}

h3 {
	margin: 0; 
	float:left;
	font-size:14px;
}

h4 {
	margin:10px 0 0;
	font-size:12px;
}

p {
	line-height: 1.4em;
	text-align: justify;
}

table {
	font:11px Arial,Helvetica,sans-serif;
	color:#333;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
}

#banner {
	width:800px;
	height:125px;
	background:#FFF url(evolutionvault/images/banner.jpg) no-repeat;
	margin-bottom:10px;
}

#IEspacer {
	height:97px;
	width:800px;
}

#nav {
	list-style:none;
	text-align:right;
	font-weight:bold;
	margin:0;
	padding:0;
	background-color: white;	
}


#nav li {
	float:right;
	text-align:center;
}

#nav li a {
	font-size:11px;
	display:block;
	width:63px;
	text-decoration:none;
	color:#333;
	padding:8px 0;
	background-color:#FFF;
	}	

#nav li a:hover {
	background:url(evolutionvault/images/navlink.png) no-repeat;
	text-decoration:none;
}

#content {
	margin-top: 0; 
	float:left;
	background-color: white;	
}

.entry {
	width:550px;
	border:8px solid #EAEAEA;
	padding:10px;
	margin-bottom:10px;
	margin-right:10px;
	background-color: white;	
}

.date {
	display:block;
	text-align:right;
}

.comments {
	display:block;
	text-align:right;
}

#sidebar {
	float:left;
	width:200px;
	background-color: white;	
}

#sidebarBot {
	margin-top:10px;
}

#footer, #footer a {
	clear:both;
	text-align:center;
	color:#333;
	font-size:10px;
}

/* 
CSS Template by gorotron
http://www.gorotron.com
Provided via Creative Commons Attribution License 3.0
http://creativecommons.org/licenses/by/3.0/
*/