@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	background-color: #FFF;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom:1px solid #CCC;
}
#wrapper #Logo {
	height: 200px;
	width: 840px;
}
#wrapper #Navigation {
	height: 33px;
	width: 840px;
}
#wrapper #bodyArea{
	min-height:330px;
}
#wrapper #bodyArea #left {
	width: 625px;
	background-color: #FFF;
	float: left;
}
#wrapper #bodyArea #right {
	background-color: #FCEB67;
	width: 215px;
	float: right;
	clear: none;
}
#wrapper #Footer {
	border-top:1px #F60 solid;
	background-color: #E7E7E7;
	text-align:center;
	height: 30px;
	clear: both;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
}
ol{
	margin-left:40px;	
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 10px;
	background-color:#CCC;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 10px;
}
