body {
background-color:	#ccc;
color:			#333;
font-family:		Helvetica, Arial, Verdana, sans-serif;
font-size:		18px;
text-align:		left;
font-weight:		bold;
line-height:		1.2em;
letter-spacing:		-1px;
text-decoration:	none;
margin:			0px;
padding:		0px;
}

#logo {
position:		absolute;
top:			20px;
left:			20px;
width:			240px;
height:			80px;
background:             url(images/logo.gif) top left;
background-repeat:	no-repeat;
}

#tagline {
position:		absolute;
top:			110px;
left:			20px;
width:			800px;
font-size:		14px;
color:			#666;
white-space: 		nowrap;
}

#updates {
position:		absolute;
top:			10px;
left:			580px;
width:			240px;
font-size:		12px;
text-align:		left;
white-space: 		nowrap;
}

#divider {
position:		absolute;
top:			140px;
left:			20px;
width:			800px;
border-top:		1px solid #666;
}

#menu {
position:		absolute;
top:			160px;
left:			20px;
width:			800px;
white-space: 		nowrap;
}

a:link {
color:			#333;
text-decoration:	none;
}

a:visited {
color:			#333;
text-decoration:	none;
}

a:hover {
color:			#666;
text-decoration:	none;
}

a:active {
color:			#333;
text-decoration:	none;
}

.small {
font-size:		14px;
}

.lighttext {
color:			#666;
}


