body
{
	background-color: White;
	width: 1000px;
	margin: auto;
}

#wrapper
{
	width: 1000px;
	margin: auto;
}

#logo
{
	width: 900px;
	height: 90px;
	position: relative;
	background: blue;
	background-image: url(../images/hometitbgs3.jpg);
	top: 0px;
	left: 65px;
	z-index: 0;
}

#content
{
	width: 790px;
	float: left;
}
#title
{
	float: left;
	background: none;
	margin-top: 5px;
	width: 570px;
	text-align: center;
}

#title2
{
	text-align: center;
}

#rightcol
{
	width: 200px;
	float: right;
}

#text
{
	position: relative;
	float: left;
	margin-left: 5px;
	width: 570px;
	color: black;
}

#menu
{
	position: relative;
	float: left;
	width: 200px;
	top: 50px;
}

#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li
{
	margin: 0 0.05em;
	padding: 0 0.05em;
}
#menu li a
{
	border-style: ridge;
	border-color: red;
	border-width: 5px;
	background-color: maroon;
	display: block;
	height: 25px;
	line-height: 30px;
	width: 150px;
	color: white;
	text-decoration: none;
	text-align: center;
}
#menu li a:hover
{
	border-style: ridge;
	border-color: #ff5555;
	background-color: #aa5555;
	display: block;
	height: 25px;
	line-height: 30px;
	width: 150px;
	color: white;
	text-decoration: none;
	text-align: center;
}
#menu li a:active
{
	border-style: ridge;
	border-color: #ff5555;
	background-color: #aa5555;
	display: block;
	height: 25px;
	line-height: 30px;
	width: 150px;
	color: white;
	text-decoration: none;
	text-align: center;
}
#menu li a:visitedd
{
	border-style: ridge;
	border-color: #ff5555;
	background-color: #aa5555;
	display: block;
	height: 25px;
	line-height: 30px;
	width: 150px;
	color: white;
	text-decoration: none;
	text-align: center;
}

#left
{
	position: absolute;
	top: 175px;
	left: 250px;
	width: 180px;
	text-align: left;
}
#middle
{
	position: absolute;
	top: 175px;
	left: 440px;
	width: 180px;
	text-align: center;
}
#right
{
	position: absolute;
	top: 175px;
	left: 630px;
	width: 180px;
	text-align: right;
}

#clock
{
	text-align: center;
}




