/* CSS Document */
html, body {
	font-size: 12px;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto 10px auto;
	text-align: center;
	background-color: #fffee3;
}
#container {
	margin: auto;
	width: 782px;
	text-align: center;
	background: url(images/bg_main.jpg) repeat-y;
}
#site {
	width: 770px; 
	text-align: left;	
	margin-left: 6px;
}
#content {
	width: 760px; 
	text-align: left;	
	padding: 5px; 
	line-height: 15px;
}
#top {
	width: 770px;
	height: 250px; 
	background: url(images/top.jpg) top  no-repeat;
}
#top h1 {
	font-size: 24px;
	color: #fff; 
	margin: 0px; 
	padding: 5px;
}
#nav {
	height: 25px; 
	width: 770px; 	
	background: url(images/bg_nav.gif) repeat-x top;
}
#nav ul {
	margin: 5px 0 0 5px;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
}
#nav ul li {
	list-style: none;
	display: inline;
}
#nav ul li a {
	font-size: 11px; 
	color: #fff; 
	font-weight: bold; 
	text-decoration: underline;
}
#nav ul li a:hover {
	text-decoration: none;
}
#fotter {
	margin: auto;
	width: 782px;
	text-align: center;
	background: url(images/bottom.jpg) top left no-repeat;
	padding-top: 20px;
}
#fotter a {
	color: #555555;
	text-decoration: underline;
}
#fotter a:hover {
	color: #555555;
	text-decoration: none;
}
#content a {
	color: #555555;
	text-decoration: underline;
}
#content a:hover {
	color: #555555;
	text-decoration: none;
}

#content h1 {
	font-size: 16px; 
	padding: 5px 5px 5px 0;
	margin: 0;
}
#content h2 {
	font-size: 14px; 
	padding: 5px 5px 5px 0;
	margin: 0;
}
#content p {
	padding: 0;
	margin: 10px 0;	
}
#content img {
	border: 1px solid #555;
	margin: 5px;
}