body
{
	background-color: #2B2F47;
	background-image: url(images/backgroundtop.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container
{
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 757px;
}
#header
{
	background-image: url(images/header.jpg);
	height: 240px;
	width: 757px;
}
#main
{
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	padding-top: 30px;
}
#footer
{
	background-image: url(images/footer.gif);
	clear: both;
	font-size: 0.75em;
	font-weight: normal;
	height: 66px;
	text-align: center;
	width: 757px;
padding-top: 5px;
}
#sidebar
{
	display: inline;
	float: left;
	margin-left: 25px;
	width: 179px;
}
#content
{
	display: inline;
	float: right;
	margin-right: 30px;
	padding-left: 10px;
	padding-right: 10px;
	width: 500px;
}
#sidebar ul
{
	border: 2px solid #F0F0F0;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
#sidebar ul a
{
	background-image: url(images/sideback.jpg);
	background-position: left center;
	color: #333333;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	text-decoration: none;
	width: 165px;
}
#sidebar ul a:hover
{
	background-image: url(images/sideback.jpg);
	background-position: right center;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	text-decoration: none;
	width: 165px;
}
h1
{
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.img-wrapper
{
	background: url(images/shadow.gif) no-repeat right bottom;
	float: right;
	padding-left: 15px;
	position: relative;
}
.img-wrapper img
{
	background-color: #CCCCCC;
	border: 1px #aaaaaa;
	display: block;
	margin-bottom: 5px;
	margin-left: -10px;
	margin-right: 5px;
	margin-top: -5px;
	padding: 1px;
	position: relative;
}

blockquote {
border: 2px #ccc solid;
margin: 0px;
padding: 0 0 0 10px;
background: #f1f1f1;
}
