/* CSS Document */

html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	height: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000;
}
#container {
	width: 875px;
	text-indent: 0;
	margin: 0 auto;
	overflow: hidden;
}


#left {
	position: relative;
	float: left;
	height: 440px;
	width: 500px;

}

#right {
	position: relative;
	float: right;
	clear: none;
	width: 365px;
	height: 440px;
}

#nav {
	position: relative;
	top: 0px;
	left: 0px;
}

#nav img {
	display: block;
	margin-bottom: 10px;
}
	
	
#hpdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background-image: url(img/dot_red_sm.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#hpdesc a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #91acff;
	text-decoration: none;
	outline: 0;
}

#hpdesc a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6289ff;
	text-decoration: none;
	outline: 0;
}

#hpdesc a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6289ff;
	text-decoration: none;
	outline: 0;
}

#hpdesc a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bd1914;
	text-decoration: underline;
	outline: 0;
}

#hpdesc a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6289ff;
	text-decoration: underline;
	outline: 0;
}

#signature {
	position: relative;
	clear: both;
	width: 850px;
	height: 124px;
}


/* ---------------  FOOTER ---------- */
#footer {
	position: relative;
	clear: both;
	width: 850px;
	height: 18px;
	background-color: #333;
	margin-top: 0px;
	padding: 2px;
	letter-spacing: 1px;
	color: #666666;
}

#footer a {
	font-family: Papyrus, arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#footer a:link {
	font-family: Papyrus, arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#footer a:visited {
	font-family: Papyrus, arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	font-family: Papyrus, arial;
	font-size: 12px;
	font-weight: bold;
	color: #bd1914;
	text-decoration: none;
}

.copyright {
	position: relative;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
} 