* {
	margin:0;
	padding:0;
	}

body {
	margin:10px 0;
	padding:0;
	background:#5b5759;
	color:#333;
	font-size:12px;
	font-family: Georgia,helvetica,sans-serif;
	text-align:center;
	}
h1 {
	font-size:200%;
	font-family:"Arial Narrow",verdana,sans-serif;
	color:#858082;
	letter-spacing:1px;
	}
h1 span {
	display:none;
	}
h2 {
	font-size:140%;
	color:#620713;
	padding-bottom:10px;
	}
h3 {
	font-size:13px;
	font-weight:bold;
	color:maroon;
	font-family: georgia,helvetica,sans-serif;
	}
p {
	margin-bottom:10px;
	}
#header {
	margin:0 auto;
	width:790px;
	height:150px;
	background:url("images/head.jpg");
	border:white solid 1px;
	}

#container {
	margin:0 auto;
	width:790px;
	text-align:left;
	background:white;
	border:white solid 1px;
	}
.pad5	{
	background:white;
	}
.pad10	{
	padding:10px;
	}
#left {
	width:200px;
	float:left;
	height:400px;
	background:#e1dcdd;
	color:black;
	}
#center {
	width:590px;
	float:left;
	background:#fff;
	}
#center ul	{
	margin-bottom:10px;
	}

#center li	{
	list-style-position:inside;
	margin-left:5px;
	list-style-type:square;
	}


#center p {
	line-height:140%;
	
	}
#rotation	{
	float:right;
	}
.clear {
	clear:both;
	font-size:.1em;
	}

#bottomad1	{
	background-color:#476D49;
	margin:0 auto;
	height:25px;
	width:780px;
	padding-top:5px;
	}

#bottomad1 a{
	color:white;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	}
#bottomad1 a:hover{
	color:yellow;
	text-decoration:none;
	}

#footer {
	margin:0 auto 0 auto;
	color:white;
	width:790px;
	font-size:10px;
	background:#620713;
	height:30px;
	line-height:30px;
	border:white solid 1px;
	}

.floatLeft {
	float: left;
	margin-right: 5px;
	}

.floatRight {
	float: right;
	margin-left: 5px;
	}
.multiRight	{
float: right;
margin: 0 0 10px 10px;
clear: right;
}
.multiLeft	{
float: left;
margin:10px 10px 0 0;
clear: left;
}
img	{
	border:none;
}

a{
	color:blue;
	text-decoration:none;
	}
a:hover{
	color:gray;
	text-decoration:underline;
	}

div.float {
  	float: left;
  }

div.float p {
   text-align: center;
   font-family:georgia,arial,tahoma;
   margin:0px 0px 5px 0px;
   display:none;
   }
   
div.float img	{
	border:1px black solid;
	margin:2px;
	}
   
.centerit	{
	width:90%;
	margin: 0 auto;
	text-align:center;
	}