/* CSS Document */

a, a:link {
    color:black;
    text-decoration:none;
  }
  a:visited {
    color:black;
  }
  a:hover, a:active {
    color:darkblue;
    text-decoration:underline;
  }

body {
	margin: 0px;
	background: url(../images/body_bg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




.clear {
	clear: both;
}

.left {
	float: left;
	display: inline;
	
	
}

div#banner {
	width: 771px;
	margin: auto;
}

div#content {
	margin-top: 1px;
	background: url(../images/content_bg.jpg) center 0px repeat-y;
	width: 771px;
}

div#pagebg {
	background: url(../images/page_bg.jpg) center 0px no-repeat;
	width: 771px;
}

div#content div.left {
	margin-top: 30px;

}

div#content div.left img {
	margin: 0px 0px 20px 65px;
}

div#content div.left hr {
	color: #949cad;
	border-style: dashed;
	height: 1px;
	size: 1px;
	width: 200px;
	margin-left: 70px;
}

div#content div.left p {
	color: #F0F0F0;
	padding: 10px;
	margin: 0px 0px 0px 90px;
	font-size: 10px;
}

div#page {
	float: right;
	margin: 35px 85px 0px 0px;
	display: inline;
}

div#page p {
	font-size: 14px;
	width: 325px;
	color: #333333;
	text-indent: 15px;
	line-height: 20px;
}

div#spacer {
	height: 40px;
}

div#container {
	margin: auto;
	width: 771px;
}

div#header {
	background: url(../images/header_bg.jpg) repeat-x;
	width: 100%;
	margin: 0px;
}

div#menu {
	margin: 0px 0px 0px 8px;
	/*border-bottom: 4px solid #0033FF;*/
	width: 755px;
	height: 35px;
}

div#nav {
	background: url(../images/nav_bg.jpg) no-repeat;
	height: 35px;
	width: 771px;
	margin: auto;
}

div#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#nav li {
	list-style: none;
	float: left;
	text-align: center;
}

div#nav li a {
	font-size: 12px;
	font-weight: bold;
	width: 90px;
	text-decoration: none;
	color: #333333;
	height: 13px;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	display: block;
}

div#nav li a:hover {
	display: block;
	background-color: #FFFFFF;
	height: 100%;
}

div#footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	height: 36px;
	width: 756px;
	text-align: center;
	font-size: 10px;
	padding-top: 20px;
	margin: auto;
}
