@charset "utf-8";
/* sherrie eugene */

body {
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat;
	background-color: #1E1E1E;
	margin-top: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5F5F5F;
}
#header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 30px;
}
#photo {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding: 30px;
}
#page {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat;
	padding: 30px;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat;
	padding: 30px;
	margin-top: 30px;
	text-align: right;
	color: #FFFFFF;
	font-size: x-small;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-bottom: 30px;
}
h2 {
	color: #971A23;
	font-size: 24px;
	font-variant: normal;
	font-weight: normal;
}
h1 {
	color: #FFFFFF;
	font-size: 30px;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}
.clear {
	clear: both;
}
#left {
	width: 240px;
	float: left;
	text-align: right;
	background-image: url(images/leftbg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#right {
	float: right;
	width: 570px;
	text-align: justify;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-right: 30px;
	height: auto;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

