body
{
	font-family:"Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	background-color:#f7f7f7;
}

a:link 
{
  color: black;
  font-weight:bolder;
  text-decoration:none;
}

a:visited 
{
  color: black;
  font-weight:bolder;
  text-decoration:none;
}

a:active 
{
  color: black;
  font-weight:bolder;
  text-decoration:none;
}

a:hover 
{
  color: black;
  font-weight:bolder;
  text-decoration:none;
}
#main
{
	width:940px;
	height:714px;
	margin-left:auto;
	margin-right:auto;
	border: solid 1px black;
	margin-top:20px;
	padding:0px;
	background:url("../img/logo_bw.gif") no-repeat right top;
  background-color:white;
}

#main #header
{
	width:100%;
	height:30px;
	padding-top:125px;
	border:none;
	border-bottom:solid 2px #1f1f1f;
	background:url("../img/flashdisk.jpg") no-repeat;
}

#main #header #menu
{
	margin-top:-10px;
	margin-left:25px;
	float:right;
	width:400px;
	height:28px;
	vertical-align: middle;
	color:#0a0a0a;
	font-weight: bolder;
	text-align:right;
}

#main #header #logo
{
	border:solid 1px red;
	width:300px;
	height:200px;
	float:right;
	top:10px;
}

#main #header #menu a:link 
{
	color: black;
	font-weight:bolder;
	text-decoration:none;
}

#main #header #menu a:visited 
{
	color: black;
	font-weight:bolder;
	text-decoration:none;
}

#main #header #menu a:active 
{
	color: black;
	font-weight:bolder;
	text-decoration:none;
}

#main #header #menu a:hover 
{
	color: black;
	font-weight:bolder;
	text-decoration:none;
}

#main #header #menu ul
{
	list-style: none;
}

#main #header #menu li
{
	display: inline;
	padding-right:10px;
}

#main #header #search
{
	float:right;
	border:solid 1px red;
	width:275px;
	height:28px;
	vertical-align: middle;
	margin-top:-15px;
	padding-top:2px;
	padding-left:2px;
	margin-left:2px; 
	visibility:hidden;
}

#main #header #quote
{
  float:right;
  right:0px;
  border:solid 1px red;
  width:275px;
  height:120px;
  vertical-align: middle;
  margin-top:-135px;
  padding-top:2px;
  padding-left:2px;
  margin-left:2px;
  background:url("../img/quote.jpg") no-repeat; 
}


#main #header #search #searchBox
{
	width:200px;
}

#main #contents
{
	width:908px;
	height:520px;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

#main #footer
{
	width:100%;
	height:14px;
	text-align:center;
	font-size:10px;
	margin-left:0px;
	border-top:solid 2px #1f1f1f;
}
