
#menuwrap {
	position:absolute;
	height:32px;
	width:740px;
	background:#FFFFFF;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#centerwrap {
	font-family: Georgia, Arial, "Bitstream Vera Sans", sans-serif;
	font-size:12px;
	text-align:left;
	line-height:1.5;
	margin-left: auto;
	margin-right: auto;
	padding-right:30px;
	padding-left:30px;
	width: 740px;
	min-height:10px;
	background:rgb(236,240,244) url('/images/backgroundfade.jpg') repeat;
}

#topwrap {
	background:url('/images/backgroundfadetop.jpg');
	margin-left: auto;
	margin-right: auto;
	height:24px;
	width:800px;
}
#bodywrap {
	width:95%;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
}

#bottomwrap {
	background:url('/images/backgroundfadebottom.jpg');
	margin-left: auto;
	margin-right: auto;
	height:24px;
	width:800px;
}
body {
	color:rgb(98,133,154); 
	background:#fff; 
	font-family: verdana, tahoma, arial, helvetica, sans-serif, MS Sans Serif;
 }

body a {
	color:#4488BB;
	decoration:underline;
}
body a:hover {
	color:#4488BB;
	background:#FFFFFF;
}
body a.button {
	border:none;
	decoration:none;
}

input, textarea, select, select option {
	background:rgb(236,240,244);
	color:#666666;
}
input:focus,
select:focus,
textarea:focus {
	background:white;
	color:black;
	border:2px solid white;
}
input:hover,
select:hover,
textarea:hover,
#button:hover {
	border:2px solid white;
}
select option:hover,
select option:focus {
	background-color:white;
}
#button {
	background:rgb(236,240,244);
	color:#4488BB;
}
#button:focus {
	background:white;
	color:#4488BB;
}

