* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.gif) repeat;
	text-align:center;
	color: #FFFFFF;
	font-size: 12pt;
}

#header {
	text-align:center;
	margin: 0 auto;
	height: 288px;
	width: 837px;
	background: url(../images/header2.gif) no-repeat transparent;	
}

#content {
	width: 837px;
	margin:0 auto;
	background:url(../images/content_bg.gif) repeat-y;
	min-height: 300px;
	height: 300px;
	height: 300% !important;
}

#wrapper {
	width: 837px;
	margin: 0px auto;
}

#left_box {
	width: 200px;
	height: auto;
	float: left;
	padding-left: 3px;
	background-color: transparent;
}

#right_box {
	width: 600px;
	height: auto;
	float: left;
	padding-left: 15px;
	text-align: left;
	background-color: transparent;
}

#container {
width: 100%;
height: auto;
margin: 0px;
background-image: url(../images/content_bg.gif);
background-repeat: repeat-y;
}

#clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}

#left_box .title {
	font-weight:bold;
	font-size:14pt;
	text-decoration:underline;
}


h3 {
	text-decoration: underline;
	font-size:18pt;
}

a {
	text-decoration:none;
	color: #374a96;
}

a:hover {
	text-decoration:underline;
	color: #4260dc;
}

#navbar {
	padding-top: 230px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#navlist li a
{
	color: #ffffff;
	font: normal 16px Verdana;
}

#footer {
	text-align:center;
	clear:both;
	margin: 0 auto;
   	width: 837px;
}

.plug_fixed {
	position:fixed;
	bottom: 0px;
	right: 5px;
}

