/*  */
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}
body {
/*	background-color:#fff; */
	background-image:url('../img/background.gif');
   background-position:top left;
	color:#000;
	font-family:'lucida grande',Helvetica,Arial,sans-serif;
	font-size:11px;
	text-align:center;
}
img {
	border:none;
}
h1 {
	font-family: 'Trajan',georgia,times,serif;
	font-weight:normal;
	font-size:34px;
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	color:#999;
	font-size:12px;
	padding:10px 0 0 0;
}
p {
   line-height:20px;
	padding:6px 0;
	font-size:12px;	
}
a:link, a:visited {
   text-decoration:none;
   color:#cc0000;
}
a:hover, a:active {
	text-decoration:underline;
	color:#cc0000;
}
table {
	padding:0;
	margin:0;
}
#header {
	margin:0;
	width:100%;
	height:78px;
	background-color:#fff;
}
/*************************************************
	main content
*************************************************/
#wrapper {
   min-height:100%;
   margin:0 auto;
   width:825px;
   background-color:#fff;
   background-image:url('../img/main_background.gif');
   background-repeat:repeat-y;
   background-position:top left;
   text-align:center;
}
#title {
	width:825px;
	margin:-78px auto 0 auto;
	padding:;
	text-align:left;
}
#main {
	margin:0 auto;
	padding:15px 20px;
	text-align:left;
	width:767px;
	background-image:url('../img/nav_background.png');
   background-repeat:no-repeat;
   background-position:top left;
}
.nav {
	margin:32px 0 0 212px;
	
}
.nav li {
	list-style:none;
	display:inline;
	padding:0 22px;
	color:#fff;
	font-size:14px;
	border-right:dotted 1px #7caddc;
}
.nav a:link {
   text-decoration:none;
   color:#fff;
}
.nav a:visited {
	text-decoration:none;
	color:#fff;
}
.nav a:hover {
	text-decoration:underline;
	color:#fff;
}
.nav a:active {
	text-decoration:underline;
	color:#fff;
}
p.homeTop {
	margin:52px 0 0 205px;
}
#indexRightTop {
	background-color:#bfc0c4;
	width:180px;
	height:140px;
}
#indexRightTop img {
	border:none;
}
#indexRightBottom {
	background-color:#999;
	margin:12px 0 0 0;
	width:180px;
	height:300px;
}
/*************************************************
	footer
*************************************************/
#footer {
	margin:25px 25px 0 25px;
	padding:10px;
	background-color:#004990;
	color:#fff;
}
#footer #left {
	float:left;
}
#footer #right {
	margin-left:50%;
	text-align:right;
}
#footer a:link {
   text-decoration:none;
   color:#fff;
}
#footer a:visited {
	text-decoration:none;
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
	color:#fff;
}
#footer a:active {
	text-decoration:underline;
	color:#fff;
}







