@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a img {
	margin: 0px;
	padding: 0px;
	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;
}
#html, body {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(../Images/BlackTexture7.png);
	background-position: center top;
}

#wrapper {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: none;
}
#header {
	height: auto;
	width: 100%;
	padding-top: 15px;
	padding-right: -50px;
	padding-bottom: 0px;
	padding-left: -50px;
	text-align: center;
	background-position: center;
	background-repeat: repeat;
	background-image: url(../Images/grad2.png);
	margin: 0px;
}
#header a img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#himg {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#siteNav {
	text-align: center;
	width: 100%;
	margin: 0px;
	height: auto;
	background-position: center;
	background-color: #0CC;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#siteNav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	font-weight: normal;
	display: inline-block;
	border: 0px none #999;
	margin: 0px;
	line-height: 40px;
}
#siteNav a:hover {
	color: #666;
}
#mainContent {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	height: auto;
	width: 950px;
	padding-right: 0px;
	padding-left: 0px;
}
#mainContent #links {
	clear: both;
	float: none;
	height: auto;
	width: 950px;
	text-align: center;
}
#mainContent #links a {
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius: 15px 15px 0px 0px;
	background-color: #0CC;
}
#mainContent #links a:hover {
	color: #FFF;
	border-radius: 15px 15px 0px 0px;
	background-color: #0CC;
}
#footer {
	background-color: #0CC;
	margin: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
#footerLinks {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
#footer #footerLinks a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
