*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: url(images/body_bg.gif) top center repeat-x #cccccc;
	font-family: Verdana, Sans-serif;
	font-size: 12px;
	color: #333;
}

h1, h2
{
	font-family: Times New Roman, serif;
	color: #990000;
	margin: 0px 0px 10px;
}

h1
{
	font-size: 18px;
}

h2
{
	font-weight: normal;
	font-size: 16px;
}

p
{
	margin-bottom: 25px;
}

a
{
	color: #333;
	text-decoration: underline;
}

a.active
{
	font-weight: bold;
}

#wrapper
{
	background: url(images/wrapper_bg.gif) top left no-repeat;
	margin: 0px auto;
	width: 930px;
}

#header
{
	height: 150px;
	margin: 0px 15px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: url(images/header.jpg) top left no-repeat;
}

#header a
{
	display: block;
	height: 150px;
	text-indent: -2000em;
}

#nav
{
	margin: 0px 15px;
	height: 28px;
	border: 1px solid #666;
	list-style-type: none;
}

ul#nav li
{
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0px 25px;
	text-align: center;
}

ul#nav li a
{
	color: #333;
	text-decoration: none;
}

#content
{
	background: url(images/content_bg.gif) top left repeat-y;
	padding: 0px 16px;
	width: 898px;
	overflow: hidden;
}

#left_col
{
	background: url(images/left_col_bg.gif) top left repeat-x #fff;
	float: left;
	width: 698px;

	/* min height trick */
	min-height: 443px;
	height: auto !important;
	height: 443px;
}

#copy
{
	padding: 25px;
}

#copy ul, #copy ol
{
	margin-left: 1em;
}

#right_col
{
	float: left;
	width: 200px;
}

#right_col h4
{
	margin: 0px 0px 0px 1px;
	background-color: #fff;
	padding: 12px 12px 4px;
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #990000;
	border-bottom: 1px solid #666;
}

.news_item
{
	margin: 0px 0px 0px 1px;
	padding: 20px;
	background-color: #fff;
	border-bottom: 1px solid #666;
}


#contact
{
	clear: left;
	float: left;
	width: 698px;
	background-color: #f0f0f0;
	border-top: 1px solid #666;
}

#connect
{
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #666;
	text-align: center;
}

#address
{
	padding: 15px 15px 5px;
	text-align: center;
}

#footer
{
	clear: left;
	background: url(images/footer_bg.gif) top left no-repeat;
	text-align: right;

	padding: 20px 20px 10px;

	/* min height trick */
	min-height: 7px;
	height: auto !important;
	height: 7px;
}

#footer a
{
	color: #333;
	text-decoration: none;
}

#footer_nav
{
	list-style-type: none;
}

ul#footer_nav li
{
	float: left;
	padding: 0px 10px;
	text-align: center;
}

ul#footer_nav li a
{
	color: #333;
	text-decoration: none;
}

.box_bottom
{
	width: 426px;
	margin: 0px auto;
	background: url(images/box_bottom_bg.gif) bottom left no-repeat;
}

.box_top
{
	padding: 12px 22px;
	background: url(images/box_top_bg.gif) top left no-repeat;
}

.box_top h1
{
	margin: 0px;
	text-indent: -10px;
}

