body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-repeat: repeat-x;
	background-position: center 10px;
	background-image: url(images/bkg.jpg);
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #0C2230;
}
a
{
color: #000033;
}
#wrapper{
	position: relative;
	width: 747px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #C1BD74;
}
#header{
	padding: 0px;
	width: 747px;
	height: 100px;
	overflow: hidden;
	background-image: url(images/header.jpg);
	margin: 0px;
	vertical-align: bottom;
	text-align: right;
}
#link a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #0C2230;
	text-decoration: underline;
}


#link{
	text-align: right;
	float: right;
	list-style: none;
	padding-left: 15px;
	margin-top: 52px;

	margin-right: 10px;
    }

#left_box{
	float: left;
	padding: 10px;
	width: 437px;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #C5C27D;
}

#right_box{
    float: right;
    padding: 10px;
    width: 255px;
}
#events {
	border: thin double #A9AC6F;
	padding: 5px;
	background-color: #F3F4CE;
}
#footer{
	clear: both;
	height: 46px;
	text-align: center;
	line-height: 46px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #C5C27D;
}
#wrapper #left_box td {
	height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

