body{
	
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#debug
{
	color:#FF0000;
	font-weight: bold;
	text-align:center;
	font-size: 12px;
}

.clear
{
	clear:both;
}

#container
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 970px;
}


#header_top_1, #header_top_2, #header_top_3, #header_top_4
{	
	height: 104px;
}

#header_bottom_1, #header_bottom_2, #header_bottom_3, #header_bottom_4
{	
	height: 46px;
}

#header_left, #header_image, #header_right
{
	float:left;
}

#header_top_1
{
	width: 195px;
	background-color: #37c1ff;
}

#header_top_2
{
	width: 95px;
	float: right;
	background-color: #00a8f4;
}

#header_bottom_1
{
	width: 195px;
	background-color: #57cbff;
}

#header_bottom_2
{
	width: 95px;
	float: right;
	background-color: #1fbaff;
}

#header_image
{
	width: 393px;
	height: 150px;
	background-image:url(../images/logo.jpg);
}

#header_top_3
{
	width: 382px;
	background-color: #00a8f4;
}

#header_top_4
{
	width: 62px;
	float: right;
	background-color: #37c1ff;
}

#header_bottom_3
{
	width: 382px;
	background-color: #1fbaff;
}

#header_bottom_4
{
	width: 62px;
	float: right;
	background-color: #57cbff;
}

#menu
{
	width: 970px;
		background-image:url(../images/nav_normal.jpg);
}



.menu_item
{
	float: left;
	height: 33px;
	padding-top: 27px;

	padding-left: 42px;
	padding-right: 42px;
}

.menu_item a
{
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
.menu_item_border
{
	float:left;
	height: 60px;
	width: 7px;
	background-image:url(../images/nav_border.jpg);
}

#menu_item_active
{
	background-image:url(../images/nav_selected.jpg);
}

#menu_item_active a
{
	color: #000000;
}


.submenu_item
{
	margin: 10px;
	font-size: 16px;
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
	font-weight:bold;	
}

.submenu_item a
{
		color:#FFFFFF;
			text-decoration: none;
			text-transform:uppercase
}

#submenu_item_active a
{
	text-decoration:underline;
}


#content
{
	width: 970px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 18px;
	line-height: 18px;
}

#content_left
{
	width: 180px;
	float: left;
	padding: 10px;
}

#content_middle
{
	width: 550px;
		float: left;
			padding: 10px;
}

#content_right
{
	padding: 10px;
	width: 180px;
		float: left;
}

#submenu
{
	width: 180px;;
	height: 300px;;
	background: #51c9fe;
}

img.content_image
{
	margin: 10px;
}

a img{
	border: 1px solid #37c1ff;
}

div.center
{
	text-align:center;
}

span.title
{
	font-size: 14px;
	font-weight: bold;
}

.form_error
{
	font-weight:bold;
	color:#FF0000;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 14px;
}

