@import url(./undohtml.css);
@import url(./headers.css);
@import url(./forms.css);
@import url(./menu.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #ec1c24;
	margin: 20px;
	padding: 0;
}

#banner {
	height:50px;
	background: #fff url(../img/shad-top.jpg) no-repeat top right;
	width:800px;
	padding:0 110px 0 50px;
	margin:0 auto;
}

#wrapper {
	width:800px;
	background:#fff url(../img/shad-right.jpg) repeat-y right;
	padding:0 110px 10px 50px;
	margin:0 auto;
}

#masthead {
	height:240px;
	background:#ff1e06 url(../img/vitdtoptwo.jpg) no-repeat left;
	padding:20px 20px 0 330px;
}

#strap {
	padding:5px 30px;
	background:#000 url(../img/strap-bg.jpg) repeat-y right;
	height:75px;
}

#left {
/*	width:560px; 
	float:left;*/
	min-height:500px;
}

#left p {
	font-size:0.9em;
	line-height:1.5em;
	color:#333;
}

#left ul				{ padding:20px 10px; }
#left ul li				{ background:url(../img/li_blue.gif) 3px 10px no-repeat; padding:3px 0 3px 20px; }
#left ul li a:link,
#left ul li a:active,
#left ul li a:visited 	{ color: #000; text-decoration:none; }
#left ul li a:hover 	{ text-decoration:underline; }


#blogright, #right {
	/*margin-left:560px;*/
	width:300px;
	float:right;
	height:auto !important;
	height:400px;
	min-height:400px;
	padding:20px;
	border-left:2px solid #faaf40;
	margin-left:10px;
}
#blogright p, #right p {
	font-size:0.7em;
	line-height:1.3em;
	margin:10px 0;

}
#blogright { width:250px; }
#footer {
	height:25px;
	background:url(../img/shad-footer.jpg) no-repeat right;
	width:800px;
	padding:40px 110px 0 50px;
	margin:0 auto;
}

#subfooter 			{ font-size:11px; }
#subfooter a 		{ color:#800; text-decoration:none; }
#subfooter a:hover 	{ text-decoration:underline; }
#subfooter li		{ float:left; padding:0 7px; }

#info {
	border-top:2px solid #aaa;
	border-bottom:2px solid #aaa;
	height:40px;
	padding:10px 0;
	clear:both;

}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}

.bibliography {
	padding:5px;
	margin:10px 0;
	border-bottom:2px solid #ddd;
}
.author { font-size:10px; font-style:italic; color:#666; }

