@charset "UTF-8";
/* CSS Document */

body {
	background-color: #999;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
	line-height: 1.8em;
	text-align: left;
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#660;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#header{
	padding-top:20px;
	margin-bottom:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660;
}
#footer{
	border-top: 1px solid #660;
	clear:both;
	text-align: right;
}
#spacer{
	clear:both;
}
#menu {
	width: 350px;
	float: left;
	margin-right: 20px;
}
 ul {
	margin-top:0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type:none;
	font-size: 16px;
}
hr {
	color: #000;
	border-style:solid;
}

em {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}
#container p {
	padding: 0px;
	margin: 0px;
	text-align: right;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	float: left;
	width: 590px;
	/*background-color:#09C;*/
}
.clearAll {
	clear: both;
}
.smallgordytext {
	font-size: 12px;
	line-height: 1.3em;
}
.spacedpics {
	padding: 0px;
	margin: 5px 0px 0px 10px;
	border: none;
}
ul {
	font-size: 16px;
}

