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

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

#banner, #footer, #wrapper {
	width:769px;
	padding:0 68px 0 30px;
}

#banner {
	height:26px;
	background: #fff url(../img/shad-top.png) no-repeat top right;
	margin:0 auto;
}

#wrapper {
	background:#fff url(../img/shad-right.jpg) repeat-y right;
	margin:0 auto;
}

#masthead {
	height:83px;
	margin-bottom:5px;
	background:#fff url(../img/bannergraphic3.png) no-repeat left;
}

#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.3em;
	color:#333;
}

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

}

#footer {
	height:26px;
	margin:0 auto;
	background:url(../img/shad-footer.png) no-repeat right;
}

#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;
}

blockquote {
	color:#999;
	font-size:1.5em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	background:url(../img/bq_left.png) no-repeat;
	padding-left:70px;
	margin-bottom:25px;
}