@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#Wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#Wrapper #logo {
	background-image: url(../Images/header1.jpg);
	height: 133px;
}
#Wrapper #Nav {
	height: 29px;
	background-image: url(../Images/bg.gif);
	background-repeat: repeat-x;
}
#spacer {
	height: 5px;
	background-color: #000;
}
#Wrapper #body #left {
	background-color: #FFF;
	width: 795px;
	float: left;
}
#Wrapper #body #left #leftheader {
	color: #FBBA00;
	background-image: url(../Images/back.jpg);
	font-size: large;
	font-weight: bold;
	padding: 7px;
}
#Wrapper #body #left #leftbottom {
	padding: 7px;
	font-size: 13px;
}



#Wrapper #body #right {
	width: 222px;
	background-color: #0C6;
	float: right;
}

#Wrapper #body #right #righttop {
	font-size: large;
	color: #FBBA00;
	padding: 7px;
	background-image: url(../Images/back.jpg);
	font-weight: bold;
}
#Wrapper #body #rightbottom {
	background-color: #FFF;
	padding: 7px;
	font-size: 13px;
}
#Wrapper #body #footer {
	clear: both;
}
#Wrapper #body #footer #footertop {
	
	clear: both;
	height: 10px;
}
#Wrapper #body #footer #footerbottom {
clear: both;
}
