
* {
	margin: 0;
	padding: 0
	}

body  {
	background-color: #fff;
	background-image: url("images/body_bg.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center
	}


#wrapper {
	background-image: url("images/wrapper_bg.jpg");
	background-repeat: repeat-y;
	text-align: left;
	margin: auto;
	padding: 0;
	position: relative;
	width: 780px;
	border: solid 1px #9a0034
	}

#header  {
	background-image: url("images/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 780px;
	height: 135px
	}


#header .logo {
	margin-top: 5px;
	margin-left: 20px;
	width: 224px;
	height: 125px;
	float: left;
	border-width: 0
	}

.clearboth {
	clear: both
	}

/* menu */
#menu {
	width: 150px;
	float: left
	}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 150px
	}

#menu a  {
	color: #812;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	height: 20px;
	border-bottom: 1px solid #9a0034
	}


#menu a:hover  {
	color: #fff;
	background-color: #812
	}


#menu li li a  {
	color: #812;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 30px;
	height: 20px;
	border-bottom: 1px solid #9a0034
	}


/* content */
#wide_content  {
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 580px;
	float: left
	}


#wide_content img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right
	}

#content  {
	padding: 40px 20px 20px 30px;
	width: 450px;
	float: left
	}

h1   {
	color: #036;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	padding-bottom: 20px
	}



h2  {
	color: #036;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold
	}


p, td {
	color: #036;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 19px;
	padding-bottom: 10px
	}

#content ul, #wide_content ul {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	list-style-type: disc;
	padding-bottom: 20px;
	padding-left: 30px
	}

#content li, #wide_content li {
	color: #036;
	padding-bottom: 5px
	}
a   {
	color: #812;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
	font-weight: bold;
	text-decoration: none
	}



a:hover  {
	color: #036
	}


/* pics */
#pics  {
	text-align: center;
	padding-top: 20px;
	width: 120px;
	float: left
	}


#pics p {
	font-size: 11px;
	line-height: 17px
	}

/* footer
*/
#footer   {
	background-image: url("images/footer_bg.jpg");
	text-align: right;
	width: 780px;
	height: 50px;
	border-top: 1px solid #903
	}



#footer p  {
	color: #fff;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px
	}


#footer a  {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none
	}

