body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times,serif;
	background: #fff;
}
p.colorline {
	display: block;
	width: 100%;
	height: 32px;
	background: #567;
	border-bottom: 3px solid #231;
}

#contain {
	width: 730px;
	margin: 20px auto 0 auto;
	text-align: left;
}

#header {
	text-align:right;
	font-size: .8em;
	height: 90px;
	border: 1px solid #911;
	padding: 0;
	background: #fff9ff;
}

#header div {
	height: 72px;
	margin: 8px;
	border: 1px solid #241;
	padding-left: 25px;
	background:#dadada;
}

#header h1 {margin: 8px 0 8px 0;padding: 0;}

#header h3 {padding: 0;margin: 0 0 5px 0;}

#right {float:left;width: 250px;}

.block {
	border-left: 2px solid #444;
	border-right: 2px solid #999;
	background: #ddd;
	margin-top: 15px;
	font-size: .9em;
}

a {color: #786;}
a:hover {color: #911;text-decoration: underline;}

.block a  {text-decoration: none;}
.block ul {}
.block li {line-height: 1.3em;}
.block p  {padding: 0 10px 5px 10px;}
.block strong {position: relative;top:6px;left: 10px;}
ol {display:none;}
#left {float: right;width: 430px;margin-top: 15px;}
#left h1 {font-size: 1.4em;color: #231;}
#left h2 {font-size: 1.2em;color: #911;}

#footer {
	clear: both;
	font-size: .8em;
	border-top:1px solid #7B1314;
	padding-top: 5px;
	text-align:right;
}