html, body {
  margin: 0;
  padding: 0;
  border: 0;
  
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  letter-spacing: 0.07em;
  line-height: 1.3em;  
  font-size: 12px;
  color: #222;  
}

#spotlight {
	position: absolute;
	width: 274px;
	height: 133px;
	margin: 0px;
	padding: 0px;
	left:668px;
	top:42px;
}

#logo {
	position: absolute;
	width: 300px;
	height: 102px;
	/*border-width: 1px;
	border-color: #f0f;
	border-style: solid;*/
	margin: 0px;
	padding: 0px;
	left: 5px;
	top: 8px;

}

#header {
	height: 225px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	margin-top: 0px;
}


#menu{
	height: 80px;
	width: 265px;
	margin-left: 320px;
	padding-top: 10px;
	/*border-width: 1px;
	border-color: #f0f;
	border-style: solid;*/
}

#menu img {
	border: none;
}

#submenu{
        position: relative;
        left: 15px;
        top: 30px;
       
	height: 15px;
	width: 430px;

	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

#submenu li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#submenu a {
	color: #fff;
	text-decoration: none;
}

#submenu a:hover {
	font-weight: bold;
}

#subsubmenu {
        position: relative;
        left: 45px;
        top: 25px;
        padding: 0px;
        margin: opx;

	width: 445px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ddd;
}

#subsubmenu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#subsubmenu a {
	color: #fff;
	text-decoration: none;
}

#subsubmenu a:hover {
	font-weight: bold;
}


#main {
  width: 950px;
  margin: 2em auto;
  margin-top: 0px;
  margin-left: 15px;
  padding: 1em;
} 