
body {
 text-align: center;  
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000 url("../images/bg-top3.jpg") no-repeat top left;
}

h1 {
	font-size: 18px;
	color: #333;
	letter-spacing: 3px;
	padding: 10px;
	margin: 0;
}

h2 {
	font-size: 14px;
	color: #333;
	letter-spacing: 2px;
	padding: 10px;
	margin: 0;
}

p {
 padding: 10px;
}

#bgbox2 {
	float: left;
}

#wrapper { 
 padding-top: 65px;
 margin: 0 auto;
 width: 667px;
 text-align: left;
}

#content { 
 float: left;
 color: #333;
 display: inline;
 width: 667px;
 background-color: #fff;
}

#content a:link, a:visited {
	color: #333;
}
#content a:hover {
	color: #caa85e;
}

#header {
 color: #333;
 width: 667px;
 float: left;
 height: 35px;
 padding-bottom: 20px;
}

#footer { 
 width: 667px;
 font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 height: 25px;
 clear: both;
 color: #333;
 padding-top: 10px;
}

#footer a:link, a:visited {
	color: #333;
	text-decoration: none
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#navigation_sub {
 float: left;
 width: 667px;
 color: #333;
 background: #000000;
}

#navigation {
 float: left;
 width: 667px;
 color: #333;
 background: #fff;
}

#menu {
	background: #000;
	float: left;
	list-style: none;
	margin: 0;
	padding-bottom: 18px;
	padding-left: 0px;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #000;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #caa85e;
	color: #fff;
	padding-bottom: 2px;                    
}
