/******************** Constants ********************/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

* {margin: 0px;padding: 0px;}

.clear { clear: both; }


/******************** Page Layout ********************/

#container
{
	margin: 10px auto;
	text-align: left;
	width: 1000px;
}

#main
{
	width: 1000px;
	background-image: url(images/bar.png);
}

#logo
{
	width: 940px;
	height: 160px;
	margin-left: 30px;
	background-image: url(images/header.png);
	display: block;
}

#splitbar
{
	width: 940px;
	height: 4px;
	margin-left: 30px;
	display: block;
}

/******************** Navigation Bar ********************/

#navibar
{
	width: 934px;
	height: 22px;
	margin: 4px 1px 4px 30px;
	background-color: #ffffff;
	padding: 3px 5px 3px 1px;
}

#navicon
{
	width: 745px;
	height: 22px;
	padding: 0px; margin: 0px;
}

#navicon ul {}

#navicon li
{
	display: inline;
	background-color: #ff0000;
	background-image: url(images/nav.png);
	width: 120px;
	height: 23px;
	float: left;
	margin-left: 4px;
	text-align: center;
}

#navicon a
{
	width: 120px;
	height: 20px;
	padding-top: 3px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 800;
	display: block;
}

#navicon a: hover 
{
	color: #ff0000;
	font-weight: 800;
	text-decoration: none;
}


/******************** Content ********************/

#content
{
	width:930px;
	margin-left:30px;
	background-color:#ffffff;
	padding: 5px 5px 5px 5px;
}

#content h1
{
	font-size: 20px;
}

#content h2
{
	font-size: 18px;
}

#content h3
{
	font-size: 16 px;
}

#content p
{
	font-size: 12px;
}

#content .b1
{
	font-size: 14px;
}
/******************** Footer ********************/

#footer
{
	width:934px;
	margin: 4px 0px 0px 30px;
	background-color: #ffffff;
	padding: 3px 5px 3px 1px;

	text-align: center;
	color: #000000;
}

#footer ul {}

#footer li
{
	display: inline;
	float: none;
	text-align: center;
}

#footer a
{
	color: #ff0000;
	font-weight: 900;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer span
{
	display: block;
	clear: both;
	color: #000000;
	margin: 10px 0px;
}


/******************** Copyright ********************/
#copy
{
	width: 1000px;
	height: 40px;
	font-size: 8px;
	text-align: center;
	color: #ffffff;
	margin: 10px 0px;
}

#copy span
{
	display:block;
	clear:both;
	color:#888888;
	margin: 10px 0px;
}
