body {
	text-align: center;
	min-width: 990px;
	background-color: #fff;
	font-family: "Myriad Web", Verdana, Helvetica, Arial, sans-serif;
	font-size: 70%
}

div#wrapper {
	margin: 0px auto;
	width:800px;
	text-align: left;
	background-color: white;
}


#nav {
	font:bold 1.2em "Myriad Web", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:url(nav.jpg) repeat-x left top;
	width:100%;
	float:left;
	padding: 0;
	border-bottom: 6px solid #d7d7d7;
}
#nav ul {
	margin:0;
 	list-style:none;
	padding:8px 10px 30px 10px;
}
#nav a, #nav strong, #nav span {
	float:left;
 	display:block;
	text-decoration:none;
	color: #000;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav li {
  float:left;
  margin:0;
  padding:0 0 0 100px;
	width: 10em;
}

img.line {
	width: 800px;
	height: 10px;
	}

#nav a:hover {
	color:#f00;
	}

div#main {
	text-align: left;
	background-image:url('leftbackground.jpg');
	background-repeat:repeat-y;
}

div.section {
	padding: 60px 0 0 0;
}

div#main div.sidebyside {
	background-image:url('leftbackground.jpg');
	background-repeat:repeat-y;
	}


div#main div.sidebyside span {
	position: relative;
	display: inline;
}

div#main div.sidebyside p {
	position: relative;
	float: right;
}

div#main div.sidebyside p span.short {
	position: relative;
	float: left;
	width: 400px;
	margin-right: 20px;
	padding-left: 135px;
}

div#contactus div.sidebyside p span.short {
	font-weight: bold;
	font-size: 1.5em;	
}

span.sectiontitle {
	font-weight: bold;
	font-size: 1.7em;
	}

span.sectionsubtitle, a.linktop {
	font-weight: bold;
	font-size: 1.4em;
	}

span.sectionend, span.contactsection {
	font-weight: bold;
	font-size: 1.1em;
	}

span.sectioninclude {
	font-weight: bold;
	font-size: 1em;
	font-style:italic;
	}

span.included {
	font-weight: bold;
	padding-left: 10px;
	background: transparent url('bullet.gif') no-repeat top left;
	}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}

a.linktop {
	color: #79bf43;
	text-decoration: none;
	}

div#main div.sidebyside p span img {
	padding: 0;
	margin: 0;
	background-color: #fff;
	}
