/* CSS Document */


/*sitewrap maintains the width of your site.*/
#sitewrap {
	width: 980px;
}

a:link  {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFF66;
	text-decoration: underline;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #FFFFFF;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right top;
	background-repeat: no-repeat;
	background-position: right top;
	height: 250px;
	width: 900px;
	padding-left: 30px;
	padding-top: 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
	width: 990px;
	padding-left: 200px;
	padding-top: 20px;
	margin-left: 0px;
	bottom: auto;
}
#nav1 {
	font-family:Arial;
	font-style: normal;
	font-size: 14px;
	color:#FFFFFF;
	height: 675px;
	width: 170px;
	float: left;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	top: 40px;
	padding-top: 0px;
	margin-top: 40px;
	border-right-color: #FF0033;
	}
#content {
	display: block;
	width: 768px;
	float: left;
	padding: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin-top: 40px;
}
#nav1 li a:link {
	text-decoration: none;
	color: #FFFFFF;
	line-height: normal;
}
#nav1 li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	line-height: normal;
}
#nav1 li a:hover {
	text-decoration: none;
	color: #FFFF66;
	line-height: normal;
}	
/*Site Menu A*/
.menua {
}
.menua a:link, .menua a:visited {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF0000;
	color: #FFFFFF;
	padding-right: 5px;
}
.menua a:hover {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 10px;
	color: #FFFF99;
}
