@CHARSET "UTF-8";

body
{
	margin: 0;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

a:link {
	color: #114486;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #114486;
	text-decoration: underline;
}
a:active {
	color: #114486;
	text-decoration: none;
}

img { border: 0; }

h1,h2,h3,h4,h5,h6 {margin-top:0px; margin-bottom:10px; }

h1 { font-size: 38px; line-height: 38px; font-weight: normal; color: #999; }

#main-container
{
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
}

#top { 
	position: relative;
}

#header { 
	position: relative;
	width: 1000px;
	height: 178px;
	background-image: url(../gfx/header.jpg);
	background-repeat: no-repeat;
}

#content {
	
}

#footer
{
	width: 1000px;
	height: 25px;
	background-image: url(../gfx/footer.jpg);
	background-repeat: no-repeat;
}

.clear_left
{
	clear:left;
	height:1px;
	overflow:hidden;
}

.clear_right
{
	clear:right;
	height:1px;
	overflow:hidden;
}

.clear_both
{
	clear:both;
	height:1px;
	overflow:hidden;
}
