#wrapper
{
	text-align: left;
	width: 900px;
	height: 910px;
	margin-left: auto;
	margin-right: auto;
}

body
{
	margin: 0;
	padding: 0;
	min-width: 900px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

h2
{
	font-size: 12px;
	font-weight: 900;
}

#header
{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 900px;
}

#headerlinks ul
{
	text-align: right;
	font-size: 12px;
	font-weight: 900;
	margin-top: 0px;
	padding-top: 65px;
	padding-right: 40px;
}

#headerlinks li
{
	display: inline;
}

#headerlinks ul .about
{
	padding-right: 80px;
}

#headerlinks ul .services
{
	padding-right: 78px;
}

#headerlinks ul .contact
{
	padding-right: 2px;
}

#headerlinks a:link, #headerlinks a:visited
{
	
	text-decoration: none;
	color: #000000;
}

#headerlinks a:hover
{
	color: #FFFFFF;
}

#sidenav
{
	width: 190px;
}

#sidenav a:link, #sidenav a:visited
{
	border-bottom: 1px solid #CCC;
	display: block;
	line-height: 23px;
	width: 190px;
	text-decoration: none;
	color: #000000;
	padding-left: 3px;
}

#sidenav a:hover
{
	background: url(images/rollover_grey.jpg);
}

#imagearea
{
	position: relative; 
	left: 204px; 
	top: -190px;
	width: 535px;
	height: 214px;
}

#content
{
	position: absolute;
	top: 400px;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	padding-left: 3px;
	width: 625px;
}

#sidebar
{
	position: absolute;
	top: 400px;
	line-height: 22px;
	width: 230px;
	margin-left: 670px;
}

#sidebar_rss
{
	position: absolute;
	top: 650px;
	line-height: 22px;
	width: 230px;
	margin-left: 670px;
}

#sidebar ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar a:link, #sidebar a:visited
{
	color:#666666;
}

#sidebar a:hover
{
	color:#000000;
}

.welcome
{
	display: block;
	border-bottom: 1px dotted #999999;
	width: 625px;;
}

.topic
{
	display: block;
	border-bottom: 1px dotted #999999;
	width: 210px;
}

.rss_box {
	 width: 215px;
	 background-color: #ffffff;
}

.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss_items {
	font-family: Arial, Helvetica, sans-serif;
	list-style:none;
	margin:0;
	padding:0;
}

.rss_item  {
	font-size: 12px;
	margin-bottom: 1em;;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	}

.rss_item a:hover { 
	}

.rss_date {
	font-size: xx-small;
}

#footer {
	position: absolute;
	width: 900px;
	margin-top: 555px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	border-top: 3px solid #999
}

/* Form */
label 
{
  width: 90px;
  float: left;
  text-align: left;
  margin: 0 10px 10px 0;
  clear: both;
}
form div {
	padding-top: .5em;
	padding-left: 2em;
}
#background_image {
	background-image:url(images/form_background.png);
	background-repeat:no-repeat;
	height:249px;
}
input.txt {
	padding-top: 5px;
	padding-left: 3px;
	width: 285px;
	height: 23px;
}
textarea.message_txt {
	padding-top: 5px;
	padding-left: 3px;
	width: 285px;
	height: 76px;
}
input.btn {
	width: 77px;
	height: 26px;
	border: none;
	background:url(images/send_btn.png);
	cursor: pointer;
	margin: 0px 0px 0 100px
}
