body
{
	background: #DCDCDC;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	font:76% Verdana,Tahoma,Arial,sans-serif;
}

#site_box
{
	background: #FFFFFF;
	color: #000000;
	border: 1px dashed #000000;
	margin: 8px auto;
	width: 907px;
}

#header
{
	height: 200px;
	overflow: hidden;
	margin: 0;
	background: url(header03.png) no-repeat;
	background-position: top;
}

#navigation
{
	width: 126px;
	padding: 0 0 0 4px;
	font-size: 1.0em;
	clear: left;
	float: left;
}

#navigation ul
{	
	list-style: none;
	width: 126px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
}	

#navigation li
{
	margin-bottom: 1px;
}

#navigation li a
{
	height: 20px;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 6px 0 0 10px;
	background: #E0E0E0;
	border-left:4px solid #8C8C8C;
}

#navigation li a:hover
{
	background:#CACACA;
	color:#FFFFFF;
	border-left:4px solid #E0E0E0;
}

#right
{
	padding: 0 4px 0 0;
	float: right;
	width: 120px;
	font-size: 0.9em;
}

#right p
{
	margin: 0 0 4em 0;
}

#content
{
	margin: 0 130px 20px 130px;
	border-left: 1px solid #BCBCBC;
	#border-right: 1px solid #BCBCBC;
	padding: 0 16px 0 16px;
	line-height: 1.6em;
	text-align: left;
}

#content
{
	margin: 0 130px 20px 130px;
	border-left: 1px solid #BCBCBC;
	#border-right: 1px solid #BCBCBC;
	padding: 0 18px 0 18px;
	line-height: 1.4em;
	text-align: left;
}

#content h2
{
	font-size:1.6em;
	background: #FFFFFF;
	color: #000000;
	background: none;
	margin:0 0 1.4em 0;
}

#content img
{
	padding:1px;
	border: 0px solid #000000;
}

#content img a
{
	padding:1px;
	border: 1px solid #000000;
}

#advertising
{
	background: #FFFFFF;
	height: 50px;
	color: #000000;
	font-size: 1.0em;
	border: 1px dotted #BCBCBC;
	margin: 8px auto;
	width: 607px;
	clear: left;
	float: left;
}

#footer
{
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 1px solid #BCBCBC;
	width: 760px;
	text-align: center;
	background: #FFFFFF;
	color: #666666;
	font-size: 0.9em;
}

#footer a
{
	color: #000000;
	background: none;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

h3
{
	font-size: 1.2em;
	color: #000000;
	background: #FFFFFF;
	margin: 0 0 6px 0;
}

h4
{
	font-size: 1em;
	color: #000000;
	background: #FFFFFF;
	margin: 0 0 6px 0;
}

a
{
	text-decoration: none;
	background: none;
	color: #666666;
}

a:hover
{
	text-decoration: underline;
	background: none;
	color: #000000;
}

.img
{
	border: 0;
}

a img
{
	border: 0;
}

.imgleft
{
	margin: 4px 10px 5px 0;
	float: left;
}

.imgright
{
	margin: 4px 0 5px 10px;
	float: right;
}

.center
{
	text-align:center;
}

.mini
{
	font-size: 0.8em;
}

.bold
{
	font-weight: bold;
}

hr {
 color : #BCBCBC;
 height : 1px;
 padding : 0;
 border-color : #BCBCBC;
 border-width : 1px 0 0 0;
 border-style : solid;
 margin: 1em 0;
}



.buttons
{
	text-align: center;
}

pre
{
	font-size: 1.4em;
}