* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #900;
	border-left-color: #900;
	background-color: #F90;
}
#wrapper #logo {
	height: 100px;
	background-color: #C30;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
}
#wrapper #headerImg {
	background-image: none;
	background-repeat: no-repeat;
	height: 250px;
}
#wrapper #bodyArea #left{
	width: 550px;
	float: left;
	background-color: #FC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;

	
}
#wrapper #bodyArea #right{
	width: 250px;
	float: right;
	background-color: #F90;
}
#wrapper #footer {
	background-color: #900;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 32px;
	text-decoration: none;
	clear: both;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin: 15px;
	font-weight: bold;
}
#h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

#wrapper #footer a {
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#shadow {
	background-image: url(../images/bgshad.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
