body {
	margin: 10px 20;
	float: center;
	width: 1024px;
	background-position: top center;
	font-family: Georgia, "Times New Roman", Time, serif;
	color: black; 
	padding-top: 10px;
	padding-right: 100px; 
}

#header {
	width: 820px;
	height: 240px;
	background: url(images/header.gif) no repeat;
	float: left;
}

#menu { 
	border-bottom: 1px solid #cccccc;
	background: #666666;
	color: white;
	float: left;
	text-align: center;
	width: 820px;
	display: inline;
 }

#menu ul {
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	display: inline;
	color: white;
}

#menu li {
	padding-left: 1em;
	padding-right: 1em;
	color: white;
	display: inline;
	width: 170px;
}

#menu a:hover {
	
	padding-left: 1em;
	padding-right: 1em;
	background: #aaaaaa;
	text-decoration: underline;
}

#content {
	width: 820px;
	background: url(images/content.gif);
}

#colOne {
	float: left;
	color: black;
	width: 250px;
}

#colOne ul {
	font-weight: bold;
}

#colOne li {
	font-weight: normal;
	list-style: none;
}

#colTwo {
	padding-left: 70px;
	margin-left: 20px;
	width: 450px;
}

#colTwo p {
	background: #ffcc33;
	width: 450px;
	margin-top: 1em;
	float: right;
	padding: 1em;
	border: thin solid;
	border-color: #666666
}

#colTwo h1 {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin-top: 1em;
	float: left;
}	

#footer {
	width: 820px;
}

#footer address {
	border-top: 1px solid #cccccc;
	float: right;
	padding-left: .5em;
	padding-right: .5em;
	background-image: url(images/address.gif);
	background-position: center;
	text-align: right;
 }

a:link {
text-decoration: none;
color: white }
a:visited {
text-decoration: none;
color: white }
a:hover {
color: white;
text-decoration: underline;
}


