@charset "utf-8";
/* CSS Document */
html {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#666;
}

body {
	width:900px;
	height:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-color:#474747;
	border:#fff 1px solid;

}

a {
	text-decoration:none;
}

h1 {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

p {
	font-size:11px;
}

.clearboth {
	clear:both;
}

#header {
	width:100%;
	height:350px;
}

.logo {
	width:580px;
	border:none;
	float:left;
	overflow:hidden;
}

.nav {
	width:320px;
	height:60px;
	overflow:hidden;
	float:left;
	background-image:url(../images/nav_bg.png);
	background-repeat:no-repeat;
}

.nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	padding-left:135px;
}

.nav ul li {
	font-size:14px;
	width:40px;
	font-weight:bold;
	position: relative;
	text-align: left;
	cursor: pointer;
	margin-right:20px;
	float: left;
	padding-top:17px;
	border:none;
}
.nav ul li img {
	border:none;
}
.nav ul li a {
	color:#000;
}

.nav ul li a:hover {
	color:#000;
	text-decoration:underline;
}
.menu {
	width:320px;
	height:290px;
	background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;
	float:left;
}

.menu ul {
	padding-top:45px;
	padding-right:50px;
	font-size:1em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	line-height:1.3em;
}

.menu ul li {
	list-style:none;
	border-bottom:1px #999 dotted;
}

.menu ul li a{
	color:#333;
}
.menu ul li a:hover {
	color:#06C;
	text-decoration:underline;
}

#content {
	width:900px;
	margin:0px;
}

.left {
	width:565px;
	height:625px;
	padding-top:60px;
	margin:0px;
	float:left;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
}

.right {
	width:335px;
	margin:0px;
	float:right;
}

.left p {
	padding-left:35px;
	padding-right:55px;
	text-align:justify;
	margin-top:5px;
	margin-bottom:15px;
}

.left table {
	padding-left:35px;
	padding-right:55px;
	text-align:justify;
	margin-top:5px;
	margin-bottom:15px;
}

.left p img {
	margin-left:10px;
	margin-bottom:5px;
	margin-right:10px;
	border:none;
}


.left h1 {
	margin:0px;
	margin-bottom:5px;
	padding-left:35px;
}

.left h2 {
	margin:0px;
	margin-bottom:5px;
	padding-left:35px;
}

.left ul {
	padding-left:35px;
	font-size:11px;
}

.left ul li {
	list-style:none;
	padding-left:10px;
}

.right img {
	border:none;
	margin-left:auto;
	margin-right:auto;
}

.rightNote {
	width:300px;
	height:250px;
	border:none;
	background-image:url(../images/right_note_bg.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-left:10px;
}

.rightNote p{
	padding-right:30px;
	text-align:justify;

}

#footer {
	width:100%;
	margin-bottom:10px;
}

.footertext {
	color:#CCC;
	text-align:center;
	font-size:12px;
}
.footertext a {
	color:#ccc;
	text-decoration:none;
}
.footertext a:hover {
	color:#FC0;
	text-decoration:underline;
}

.footertext strong {
	font-size:18px;
}
	
