body
{
      font-family: Geneva, Arial, Helvetica, sans-serif;
      font-size: 10px;
      color: #666666;
}
a:link,
a:visited,
a img
{
	   color: #666;
	   text-decoration: none;
}
a:hover
{
	   text-decoration: none;
	   font-weight: bold;
	   color: #003366;
}

/*----------------------------------------------------------------------------- 
BIG PICTURE and Square it up
-----------------------------------------------------------------------------*/
#content {
	height: 200px;
	width: 680px;
	margin-left: -340px;
	top: -100px;
	position: absolute;
	left: 50%;
	border: double 3px #999;
}
#wrapper {
	overflow: visible;
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
}
/*----------------------------------------------------------------------------- 
END BIG PICTURE
-----------------------------------------------------------------------------*/
#buzz {
	position: absolute;
	top: 4px;
	left: 4px;
	height: 190px;
	width: 200px;
	border: none;
}
#photo {
	position: absolute;
	top: 4px;
	left: 214px;
	width: 250px;
	height: 190px;
	border: none;
	z-index: 1;
}
#words {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 250px;
	height: 30px;
	border: none;
	z-index: 2;
	text-align: center;
	background-color: #FFFFFF;
	<!--background-image: url("random/wordback.png");-->
	filter: alpha(opacity=75);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-repeat: repeat;
}
#words2 {	
	font-family: Geneva, Arial, Helvetica, sans-serif;;
	color: #000;
	font-size: 1.1em;
}
/*----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#navigation {
	position: absolute;
	top: 4px;
	left: 474px;
	width: 200px;
	height: 190px;
	text-align: right;
	list-style:none;
	border: none;
}
#navigation dl
{
}
#navigation dd
{
	   display: inline;
	   line-height: 1.2em;
}

#navigation a:link, #navigation a:visited
{
	   color: #666;
	   text-decoration: none;
}

#navigation a:hover 
{
	   text-decoration: none;
	   font-weight: bold;
	   color: #003366;
}
/*----------------------------------------------------------------------------- 
NAVIGATION - END
-----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------- 
FOOTER ITEMS
-----------------------------------------------------------------------------*/
#logo {
	position: absolute;
	top: 208px;
	left: -3px;
	width: 200px;
	height: 80px;
	border: none;
}
#copy {
	position: absolute;
	top: 274px;
	left: 480px;
	width: 200px;
	height: 14px;
	color: #ccc;
	text-align: right;
	border: none;
	
}
#client {
	position: absolute;
	top: 208px;
	left: 480px;
	width: 200px;
	height: 14px;
	text-align: right;
	border: none;
}
/*----------------------------------------------------------------------------- 
END FOOTER
-----------------------------------------------------------------------------*/
