body {
	background-color: ;
	font-family: Arial;
}

#wrapper {
	width: 950px;
}

#container {
	background-color: #39638C;
	width: 950px;
	text-align: left;
	font-size: 12pt;
	float: left;
	border: 1px solid #2C0B5A;
}

#handles {
	width: 100%;
	float: left;
	text-align: center;
}

#topsection {
	width: 100%;
	height: auto;
	float: left;
	background: url(images/Header.gif) no-repeat;
	border-bottom: 2px solid white;
}

#add {
	float: right;
	width: 220px;
	padding-top: 5px;
	color: white;
	font-size: 11pt;
}

.addemail {
	color: white;
	font-size: 11pt;
}

.addemail:hover {
	text-decoration: underline;
}

#heading {
	color: #FF4C17;
	font-size: 30pt;
	text-align: center;
	float: left;
	width:580px;
	margin-top: 40px;
	margin-left: 140px;
}

#menu {
	float: left;
	width: 200px;
	height: 420px;
	background: url(images/sidebg2.gif) no-repeat;
	padding-top: 100px;
}

.menu {
	padding-left: 5px;
	padding-right: 5px;
	color: #FF4C17;
	font-size: 16pt;
	text-decoration: none;
}

.menu:hover {
	color: #ECD82B;
}

#main {
	float: left;
	width: 740px;
	height: auto;
}

.main, table {
	float: left;
	width: 96%;
	height: auto;
	padding: 10px;
	margin-left: 10px;
	color: white;
}

.products {
	float: left;
	text-align: center;
	height: 255px;
	width: 310px;
	margin: 10px;
}

.about {
	float: left;
	width: 50%;
}

h1 {
	text-align: center;
}

a {
	text-decoration: none;	
	color: #271466;
}

#copy {
	float: left;
	width: 950px;
	background-color: #A0B1C1;
	border-top: 2px solid white;
}

#bottomsection {
	float: left;
	width: 33%;
	color: #271466;
	text-align:center;
	font-size: 10pt;
	color: Navy;
}

#copyr {
	float: left;
	padding: 3px;
	color: #271466;
	width: 33%;
	font-size: 10pt;
	color: Navy;
}

#adh {
	float: right;
	text-align: right;
	padding: 3px;
	color: #271466;
	width: 33%;
	font-size: 10pt;
	color: Navy;
}

.copy {
	font-size: 10pt;
	color: Navy;
	text-decoration: none;
}
.body {
	float: none;
	width: auto;
	height: auto;
	padding: 1px;
	margin-left: auto;
	color: white;
}