* {
	margin: 0;
	padding: 0;
}

a {
	color: #39F;
}
a:hover {
	color: #06F;
}

body {
	background: #84C8F1 url(img/bg.gif) repeat-y center top;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,ul {
	font-size: 1.3em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.7em;
	margin-bottom: 4px;
}

li {
	list-style: url(img/li.gif);
	margin-left: 20px;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #246;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #37C;
	padding-top: 6px;
}

.clearer {
	clear: both;
}

.container {
	margin: 0 auto;
	width: 630px;
}

.title {
	margin: 26px 0 20px 150px;
	text-align: center;
	width: 300px;
}

.title h1 {
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}

.navigation {
	background: url(img/holder.jpg) no-repeat;
	height: 100px;				
}

.nav_box
{
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-left: 35px;	
}

#one_line
{
	padding: 32px 8px 32px 8px;
}

#two_line
{
	padding: 32px 8px 15px 8px;
}

.list_header 
{
	margin-left: 20px;
}

.navigation a {
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #FFF;	
	color: #999;
	float: left;	
	font: bold 1.1em "Trebuchet MS",sans-serif;
	margin-top: 10px;	
	padding: 50px 8px 15px 8px;
	text-align: center;
	text-decoration: none;
}

.navigation a:hover {
	background: #FFF url(img/navhover.gif) repeat-x;
	color: #28E;
	padding: 50px 8px 15px 8px;
}

.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding: 0 32px;
}

.holder_top,.holder_bottom {
	background: url(img/holder.jpg) no-repeat;
	height: 40px;
}

.holder_top,.holder_bottom {
	height: 40px;
}

.holder_bottom {
	background-position: left bottom;
}

.footer {
	color: #666;
	font-size: 1.1em;
	text-align: center;
}