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

#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 830px;
	padding-bottom: 100px;
}
#innerwrapper {
	float: left;
	width: 800px;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
}
#roundcornertop {
	float: left;
	height: 15px;
	width: 830px;
	background-image: url(../images/roundtop.png);
	background-repeat: no-repeat;
}
.roundcornertopleft {
	float: left;
	height: 15px;
	width: 72px;
}
.roundcornertopright {
	float: right;
	height: 15px;
	width: 72px;
}
.roundcornertopmiddle {
	background-color: #FFF;
	float: left;
	width: 686px;
	height: 15px;
}
#roundcornerbottom {
	float: left;
	height: 15px;
	width: 830px;
	background-image: url(../images/roundbottom.png);
	background-repeat: no-repeat;
	clear: left;
	position: relative;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	background-color: #000;
	background-image: url(../images/backgroundgradient.png);
	background-repeat: repeat-x;
}
#header {
	float: left;
	width: 800px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px;
}
#logo {
	float: left;
	width: 303px;
	color: #FFF;
	font-size: 24px;
	height: 37px;
}
#maincontent {
	float: left;
	width: 800px;
	position: relative;
	margin-bottom: 15px;
	background-image: url(../images/orangesolidgradient.png);
	background-repeat: repeat-x;
	color: #FFF;
	background-color: #7F3F00;
}

#maincontentimage {
	float: left;
	width: 199px;
	height: 340px;
	margin-left: 15px;
	margin-top: 15px;
}

#maincontentinfo {
	float: left;
	width: 556px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
}
.maincontentlarge {
	font-size: 20px;
	color: #FFF;
	background-color: #333;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bold {
	font-weight: bold;
}
#subcontent {
	float: left;
	width: 800px;
	position: relative;
}
#subcontentleft {
	float: left;
	width: 450px;
	position: relative;
	background-color: #FFF;
	padding-right: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#subcontentleftholder {
	float: left;
	width: 450px;
	position: relative;
}
#subcontentlefttitle {
	margin-bottom: 5px;
}
#subcontentleftimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
#subcontentleftinfo {
	float: left;
}
#subcontentright {
	float: left;
	width: 320px;
	position: relative;
	margin-left: 15px;
}
#subcontentrightinfo {
	float: left;
	width: 320px;
}
#links {
	float: left;
	width: 320px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#linkstitle {
	margin-bottom: 5px;
}
#links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#links ul li {
	margin-bottom: 3px;
}
#links a {
	text-decoration: none;
	color: #03F;
}
#profile {
	float: left;
	width: 320px;
	position: relative;
}
#profiletitle {
	margin-bottom: 5px;
}
#profileimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
#profileinfo {
	float: left;
}
#profileemail {
	float: left;
	width: 320px;
	text-align: center;
	color: #FFF;
	background-color: #7F3F00;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#profileemail a {
	color: #FFF;
	text-decoration: none;
}
#profiletitle a {
	color: #03F;
	text-decoration: none;
}
#footer {
	float: left;
	height: 20px;
	width: 800px;
	margin-top: 20px;
	color: #FFF;
	padding-top: 5px;
	text-align: center;
	background-color: #7F3F00;
}
#spacer {
	float: left;
	height: 5px;
	width: 830px;
	margin-bottom: 95px;
	clear: both;
	position: relative;
}
.backgroundcolor {
	background-color: #333;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.backgroundcolor2 {
	background-color: #333;
	color: #FFF;
	font-size: 14px;
	line-height: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.backgroundcolorblue {
	background-color: #06F;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.backgroundcolorgold {
	background-color: #E1E64F;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	color: #333;
	font-size: 14px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subtext {
	font-size: 12px;
}
.graytext {
	color: #333;
	background-color: #FFF;
}

