body, td, th {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body a {
	text-decoration: none;
	color: blue;
}
body a:hover {
	color:red;
	text-decoration: underline;
}

#main {
	margin:0px auto;
	width: 955px;
	padding:0px;
	background-color:white;
}

#main #left {
	width: 754px;
	text-align: left;
	float: left;
	overflow: hidden;
}

#main #left h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#main #right {
	text-align: left;
	float:left;
	overflow: hidden;
	border-left: 1px solid black;
	width: 200px;
}

#googlesearch {
	padding-left: 4px;
}

#header {
	background-color: black;
	color: white;
	width: 100%;
	height: 60px;
	overflow: hidden;
	}
	
#header #toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	letter-spacing: 5px;
	text-align:center;
}
	
#header a {
	text-decoration:underline;
	color:white;
	}
	
#footer { font-size:12px; 
		clear:both;
		border-top: 1px solid black;
		background-color:gray;
		color:white;
		padding: 5px;
		font-weight:bold;
		}
