@charset "UTF-8";
/* CSS Document */

@import url(specific.css);
@import url(images.css);


body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	color: #333333;
}

div.hr
{
	border: none;
	background: url(../images/hr.jpg) no-repeat center;
	height: 30px;
}

ul
{
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: 100;
}

h1
{
	color: #003366;
	font-size: 24px;
}

h3
{
	color: #666633
}

li
{
	padding: 5px 0 5px 0;
	list-style: square;
}

a:link, a:visited
{
	color: #993333;
	text-decoration: none;
}

a:hover, a:active
{
	color: #993333;
	border-bottom: dashed 1px #CCCCCC;
	background-color: #FFFFCC
}


#wrap
{
	background-color: #FFFFFF;
	width: 785px;
	margin: 0 auto;
}

#header
{
	margin: 0 auto;
	width: 774px;
}

#nav
{
	width: 130px;
	float: left;
	margin: 10px 10px 0 10px;
	background: #e9ecdf;
	padding-bottom: 10px;
}

#main
{
	width: 600px;
	margin-left: 160px;
	text-align: justify;
	padding-top: 20px;
}

#visitors
{
	padding-top: 30px;
}

#footer
{
	clear: both;
	font-size: 11px;
	color: #999999;
	text-align: center;
	padding: 15px 0 10px 0;
}