@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	margin-bottom: 100px;
	background-color: #2a2b2d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	}
img {border: 0px;}

a {color: #4d6e79; text-decoration: underline}
a:link {color: #4d6e79; text-decoration: underline}
a:visited {color: #4d6e79; text-decoration: underline}
a:hover {color: #89b7c7; text-decoration: underline}
a:active {color: #4d6e79; text-decoration: underline}

.wrap-out {
	width: 950px;
	margin: 0 auto;
	position: relative;
	}

#wrap-in {
	width: 100%;
	margin: 0;
	position: relative;
	background-color: #464648;
	overflow: auto;
	}

#nav {
	width: auto;
	background-image: url(../images/nav/top_line.gif);
	background-position: top;
	background-repeat: repeat-x;
	}
	
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7395a0;
	font-weight: bold;
	}

.subtitle {font-size: 12px; color: #7395a0; font-weight: bold}	

#footer {
	width: 950px;
	margin: 0 auto;
	position: relative;
	}
#footer .left {width: 300px; float: left;}
#footer .right {width: 600px; padding-top: 20px; color: #838383; text-align: right; float: right;}
#footer a {color: #838383; text-decoration: underline}
#footer a:link {color: #838383; text-decoration: underline}
#footer a:visited {color: #838383; text-decoration: underline}
#footer a:hover {color: #89b7c7; text-decoration: underline}
#footer a:active {color: #838383; text-decoration: underline}

.dotline {height: 31px; background: url(http://www.presencing.com/images/general/dotline.gif) repeat-x center; display: block;}
.include {float: left; display: block;}