﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:#000;
}
#top {
	background-image:url('layout/top.jpg');
	background-repeat:no-repeat;
	width:922px;
	height:104px;
	margin:0 auto 0 auto;
}
#header {
	background-image:url('layout/header.jpg');
	background-repeat:no-repeat;
	width:922px;
	height:235px;
	margin:0 auto 0 auto;
}
#container {
	background-image:url('layout/body.jpg');
	background-repeat:repeat-y;
	width:922px;
	min-height:300px;
	margin:0 auto 0 auto;
}
p{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	color:#000;
	text-align:justify;
	margin:0 20px 0 20px;
	line-height:1.4em;
}
#left_col {
	width: 200px;
	float: left;
	margin:0 0 0 20px;
	height:auto;
}
#left p{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	color:#000;
	text-align:justify;
	margin:0 25px 0 25px;
	line-height:1.4em;
}
#right_col {
	width: 200px;
	float: right;
	margin:0 20px 0 0;
	height:auto;
}
#content {
	margin-left: 220px;
	margin-right: 220px;
	border-left-style:solid;
	border-left-color:#000;
	border-left-width:thin;
	border-right-style:solid;
	border-right-color:#000;
	border-right-width:thin;
	height:auto;
}
#footer {
	clear: both;
	background-image:url('layout/footer.jpg');
	background-repeat:no-repeat;
	width:922px;
	height:77px;
	margin:0 auto 0 auto;
}
#footer p{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:x-small;
	color:#000;
	text-align:center;
	margin:0 25px 0 25px;
	line-height:1.4em;
	padding-top:30px;
}
.date{
	float:right;
	margin-right:20px;
	margin-top:110px;
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size:small;
}
h1, h1, h3, h4, h5, h6{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
h4{
	font-size:medium;
}
li{
	list-style-type:disc;
	color:#000;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	text-align:left;
	list-style-type:square;
	line-height:1em;
	list-style-position:outside;
	margin:0 10px 15px 20px;
}
h3{
	margin-left:25px;
	margin-right:25px;
}
a:link{
	color:#000;
}
a:visited{
	color:#000;
}
a:active{
	color:#000;
}
a:hover{
	color:#800000;
}
#headerleft{
	width: 400px;
	float: left;
	margin:150px 0 0 20px;
	height:auto;
}
#headerright{
	width: 400px;
	float: right;
	margin:15px 10px 0 0;
	height:auto;
}
.headerright{
	text-align:right;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:x-small;
	color:#000;
	line-height:1.8em;
}
.headerleft{
	text-align:left;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:x-small;
	color:#000;
	line-height:1.4em;
}





