@charset "utf-8";
body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-top: 15px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: thin solid #FFFFFF;
	margin-top: 15px;
	-moz-box-shadow: 0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333;
}
h2 {
	font-weight: bold;
	color: #CC3300;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: small-caps;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
a {
	color: #666666;
}
.special {
	background-color: #CFC;
	color: #093;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 1px solid #093;
	margin-top: 20px;
	text-transform: uppercase;
}

a:hover {
	color: #000000;
}
#content-wrapper {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
}
#content {
	font-size: 14px;
}

#content p {
	line-height: 20px;
	font-size: 14px;
}

#content li {
	list-style-type: square;
}

#wrapper {
	width: 780px;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	height: 150px;
	background-color: #000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.right-center {
	text-align: center;
	vertical-align: middle;
	float: right;
	color: #FFFFFF;
	margin-top: 28px;
	margin-right: 25px;
}

#sidebar {
	float: left;
	width: 200px;
	-webkit-box-shadow: 0px 0px 10px #333;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
}
#sidebar ul {
	padding: 0px;
	margin: 0px;
}
#sidebar li {
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidebar li a {
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar li a:hover {
	background-color: #CC3333;
}
#sidebar li a:active {
	background-color: #990000;
}

#content {
	float: right;
	width: 535px;
	padding-right: 15px;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
}
#footer {
	background-color: #990000;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	margin-top: 15px;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #FFFFFF;
}
.gray-background {
	background-color: #EFEFEF;
	border: 2px solid #CCCCCC;
	padding: 10px;
	margin-top: 30px;
}
#sidebar-wrapper {
	width: 200px;
	float: left;
}
