html{
	background: url(images/background.png);
	margin: 0;
}
body{
	background: url(images/body_background.png) repeat-x;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
img{
	border: 0;
}
a{
	
	# color: #328FCF;
	color: #A4D1EF;
	text-decoration: none;
}
	a:hover{
		text-decoration: underline;
	}
input[type="text"], input[type="password"]{
	border: 0;
	background: url(images/input.png);
	display: block;
	height: 17px;
	padding: 2px 3px;
	width: 165px;
}
table.styled{
	border-collapse: collapse;
}
	table.styled td, th{
		border: 1px solid #000000;
		height: 22px;
		padding: 0 30px;
		text-align: center;
	}
	table.styled th, table.styled tr.tr_head{
		background: url(images/table_head.png);
	}
div#site{
	margin: 0 auto;
	text-align: left;
	width: 915px;
}
div#header{
	background: url(images/header.png);
	height: 240px;
	width: 915px;
}
	div#header_login_box{
		margin-left: 675px;
		padding-top: 90px;
	}
		div#header_login_box form{
			margin: 0;
		}
			div#header_login_box form a#forgotten_password{
				display: block;
				color: #595959;
				float: left;
				font-weight: bold;
				margin-top: 9px;
				font-size: 10px;
			}
			div#header_login_box form label{
				display: block;
				font-weight: bold;
			}
			div#header_login_box form button{
				background: url(images/header_login_submit.png);
				border: 0;
				color: #FFFFFF;
				font-weight: bold;
				height: 22px;
				margin: 10px 0 0 6px;
				width: 56px;
			}
ul#header_menu{
	list-style-type: none;
	margin: 26px 0 0 10px;
	padding: 0;
}
	ul#header_menu li{
		background: url(images/header_menu_seperator.png) left no-repeat;
		float: left;
		padding: 0 13px;
	}
	ul#header_menu li:first-child{
		background: none;
	}
	ul#header_menu a{
		color: #FFFFFF;
		font-weight: bold;
	}
	
	ul#header_menu li:last-child{
		background: none;
		float:right;
		padding:0 13px 0 0;
		font-weight:bold;
	}
div#events{
	background: url(images/events.png);
	height: 20px;
	padding: 5px 0 0 655px;
	width: 260px;
}
	div#events p{
		float: left;
		font-weight: bold;
		margin: 0;
	}
	div#events ul{
		float: left;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		div#events ul li{
			float: left;
			margin-left: 10px;
		}
div#cont{
	background: url(images/cont_background.png);
	padding: 10px 0;
	width: 915px;
}
div#left{
	float: left;
	margin-left: 21px;
	width: 195px;
}
div.menu{
	background: url(images/menu_bottom.png) bottom no-repeat;
	margin-bottom: 3px;
	padding-bottom: 10px;
	width: 195px;
}
	div.menu div.menu_head{
		background: url(images/menu_head.png);
		font-size: 14px;
		font-weight: bold;
		height: 29px;
		padding: 16px 0 0 50px;
		width: 145px;
	}
	div.menu div.menu_cont{
		background: url(images/menu_cont_background.png);
		text-align: center;
		width: 195px;
	}
	div.menu ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		div.menu ul li a{
			background: url(images/menu.png);
			color: #FFFFFF;
			display: block;
			font-weight: bold;
			height: 17px;
			padding: 3px 0 0 28px;
			text-align: left;
		}
		div.menu ul li:first-child a{
			background-position: 0 -3px;
			padding-top: 0;
		}
div#right{
	float: left;
	margin-left: 14px;
	width: 665px;
}
div.content{
	background: url(images/content_bottom.png) bottom no-repeat;
	margin-bottom: 3px;
	padding-bottom: 10px;
	width: 665px;
}
	div.content h1{
		background: url(images/content_h1.png);
		font-size: 14px;
		font-weight: bold;
		height: 29px;
		margin: 0;
		padding: 16px 0 0 50px;
		width: 615px;
	}
	div.content h2{
		background: url(images/content_h2.png);
		color: #596973;
		font-size: 14px;
		font-weight: bold;
		height: 29px;
		margin: 0;
		padding: 16px 0 0 50px;
		width: 615px;
	}
	div.content div.content_cont{
		background: url(images/content_cont_background.png);
		padding: 0 10px;
		width: 645px;
	}

div#footer{
	background: url(images/footer.png);
	font-weight: bold;
	height: 33px;
	padding: 12px 15px 0 465px;
	width: 435px;
}
div#footer ul{
	float: left;
	list-style-type: none;
	margin: 12px 0 0 0;
	padding: 0;
}
div#footer ul li{
	border-left: 1px solid #2B80BB;
	float: left;
	padding: 0 10px;
}
div#footer ul li:first-child{
	border: 0;
}
div#footer ul li a{
	color: #FFFFFF;
}
div#footer p{
	float: right;
}