body {
	margin:10px 10px 20px;
	font:62.5% Verdana, Arial, Helvetica, Sans-Serif;
	background-color:#CCC;
	color:#000;
}
#container {
	width:760px;
	margin:0 auto;
	padding:0;
	background:#669;
}


/* begin header */
#header {
	width:100%;
	height:200px; 
	margin:0;
	padding:0;
	background:url(images/vandam_header.jpg) top center no-repeat;
}
#namedes {display:none;}
#header_tlcorner {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:10px;
	height:10px;
	background:url(images/tlcorner.gif) top left no-repeat;
	overflow:hidden;
}
#header_trcorner {
	position:relative;
	float:right;
	margin:0;
	padding:0;
	width:10px;
	height:10px;
	background:url(images/trcorner.gif) top right no-repeat;
	overflow:hidden;
}
/* end header */


/* begin navigation */
#nav {font-size:1.1em;}
#nav ul, #nav ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul a {
	display:block;
	width:180px;
	margin:0;
	padding:1px 10px;
	color:#EEE;
}
#nav ul li ul a {
	width:170px;
	margin:0;
	padding-left:20px;
	font-size:0.9em;
}
#nav a:hover {
	text-decoration:none;
	background-color:#F30;
}
#nav li.current_page_item, #nav li.current_page_item a:hover {
	background-color:#F30;
	font-weight:bold;
}
.navigation {
	display:block;
	margin-top:10px;
	margin-bottom:60px;
	text-align:center;
}
/* end navigation */


/* begin content */
#content {
	float:right;
	background:#FFF url(images/content_bg.gif) bottom left no-repeat;
	font-size:1.1em;
}
#content_txt {
	padding:20px 55px 40px 15px;
}
.narrowcolumn {width:560px;}
.widecolumn {width:760px;}
.post {
	margin:0 0 40px;
}
.widecolumn .post {
	margin:0;
}
small {
	font-size: 0.9em;
}
.entry {
	margin:6px 0 0;
}
#content a {
	text-decoration:underline;
}
#content h2 a, #content h3 a, #content h4 a {
	text-decoration:none;
}
#content_rbcorner {
	position:relative;
	float:right;
	margin:0;
	padding:0;
	width:10px;
	height:10px;
	background:#CCC url(images/rbcorner.gif) top right no-repeat;
	overflow:hidden;
}
/* end content */


/* begin entry */
.entry form {
	text-align:center;
}
html>body .entry ul {
	margin-left:0px;
	padding:0 0 0 30px;
	list-style:none;
	padding-left:10px;
	text-indent:-10px;
} 
html>body .entry li {
	margin:7px 0 8px 10px;
}
.entry ul li:before {
	content:"\00BB \0020";
}
.entry ol {
	margin:0;
	padding:0 0 0 35px;
}
.entry ol li {
	margin:0;
	padding:0;
}
.entry p a:visited {
/*	color:#B85B5A;*/
}
/* end entry */


/* begin sidebar */
#sidebar {
	float:left;
	width:200px;
	margin:0;
	padding:15px 0 0;
	font-size:1em;
 	color:#CCC;
}
/* end sidebar */


/* begin footer */
#footer {
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background:#000;
	font-size:0.9em;
	color:#CCC; 
}
#footer p {
	margin: 0;
	padding:6px;
}
/* end footer */


/* begin sIFR */
.sIFR-flash{visibility:visible !important;margin:0;}
.sIFR-replaced{visibility:visible !important;}
span.sIFR-alternate{position:absolute;left:0;top:0;width:0;height:0;display:block;overflow:hidden;}
.sIFR-hasFlash h1{visibility:hidden;}
.sIFR-hasFlash h2{visibility:hidden;}
.sIFR-hasFlash h3{visibility:hidden;}
.sIFR-hasFlash h4{visibility:hidden;}
.sIFR-hasFlash h5{visibility:hidden;}
/* end sIFR */


/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 2px;
	margin: 3px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 2px;
	margin: 1px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
/* End Contact Form CSS */


/* begin headers */
h1, h2, h3, h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
}
h1 {
	font-size:3em;
}
h2 {
	margin:15px 0 0;
	font-size:2.2em;
}
h2.pagetitle {
	margin:0;
}
h3 {
	margin:20px 0 0;
	padding:0;
	font-size:1.8em;
}
h3.comments {
	margin:40px auto 20px;
	padding:0;
}
h4 {
	margin:20px 0 0;
	padding:0;
	font-size:1.3em;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color:#000;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration:none;
}
/* end headers */


/* begin form elements */
select {
	width:130px;
}
/* end form elements */


/*
blue: 2B386F -> 336
red: FF4018 -> F63
*/
a, h2 a:hover, h3 a:hover {
	color:#336;
	text-decoration:none;
}
a:hover {
	color:#336;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
a img {
	border:none;
}

acronym, abbr, span.caps {
	font-size:0.9em;
	letter-spacing:.07em;
}
acronym, abbr {
	border-bottom:1px dashed #999;
	cursor:help;
}
code {
	font:1.1em 'Courier New', Courier, Fixed;
}
small, .nocomments, .postmetadata, blockquote, strike {
	color:#666;
}
blockquote {
	margin:10px 30px 10px 10px;
	padding-left:20px;
	border-left:6px solid #DDD;
}
blockquote cite {
	display:block;
	margin:6px 0 0;
}
cite {
	text-decoration:none;
}

hr {
	display:none;
}
.center {
	text-align:center;
}
.clearall {
	clear:both;
}

ol li {
	list-style:decimal outside;
}


/* begin images */
p img {
	margin:10px;
	padding:0;
	max-width:100%;
	border:6px solid #FFF;
}
img.alignright {
	display:inline;
	margin-right:0;
}
/* end images */
