* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#wrapper {
	background-color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
#wrapper #logo {
	height: 135px;
	background-color: #FFF;
	background-image: url(../images/Logoheaderbg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	width: 960px;
}
#wrapper #navigation {
	height: 30px;
	background-color: #FFFFFF;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	width: 960px;
	background-image: url(../images/btnspc.jpg);
	background-repeat: repeat-x;
}
#bodyArea {
	width: 960px;
	background-image: none;
	height: auto;
	color: #000;
	display: table;
}
#bodyleft {
	float: left;
	width: 260px;
	padding: 10px;
}
#table {
	float: left;
	font-weight: normal;
	width: 450px;
	padding: 4px;
	border: thin solid #630;
}

#bodyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style-type: square;
	padding: 0px;
	float: right;
	width: 180px;
	text-align: center;
	vertical-align: top;
}


#footer {
	background-color: #000;
	height: 20px;
	width: 960px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}

