/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}
p, h1, h2, h3, h4, h5, h6, ul, li {margin:0; padding:0;}
p {
	font-size:13px;
}
h2{
	font-size:16px;
	color:#000066;
	font-weight: lighter;
}

a {
	color:#666;
	text-decoration:none;
}
a:link {
	color:#666;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
a:active {
	color:#333;
}

ul {
	list-style:none;
	text-indent:0px;
}
li {
	float:right;
	padding: 2px;
	width: 75px;
	text-align: center;
}

#top{ width:900px; margin:auto; height:93px; clear:both; overflow:hidden;}
#logo {
	width:auto;
	height:auto;
	float:left;
	margin-top: 10px;
	border-right: 0px solid #CCCCCC;
	position: absolute;
	margin-left: 50px;
}

#swf {
	width:540px;
	height:240px;
	float:left;
	margin-top: 110px;
	border-right: 0px solid #CCCCCC;
	position: absolute;
	margin-left: 345px;
}

#menu{
	width:auto;
	height:auto;
	float:right;
	padding:65px 0px 0px 20px;
	overflow: hidden;
}
#banner{width:900px; margin:auto; height:272px; clear:both; overflow:hidden;}
#main {
	width:900px;
	margin:auto;
	height:auto;
	clear:both;
	overflow:hidden;
	padding: 5px 0 5px 0;
}
#divLeft{
	width:329px;
	height:auto;
	float:left;
	background-image: url(../images/bgLeft.jpg);
	background-repeat: no-repeat;
}
#divRight{
	width:567px;
	height:auto;
	float:right;
	text-align: justify;
	line-height: 1.5em;
}
#bottom{
	width:900px;
	margin:auto;
	height:auto;
	clear:both;
	overflow:hidden;
	border-top: 1px solid #E5E5E5;
	font-size:11px;
	padding: 6px 0 15px 0;
	text-align: right;
	margin-top: 20px;
}

.maincontent{
	padding:14px;
	height: auto;
	overflow: hidden;
}

.content{
	padding:14px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dotted #CCCCCC;
}

.content ul {
	list-style:none;
	text-indent:0px;
}
.content li {
	padding: 3px;
	clear: both;
	float: left;
	width: auto;
	text-align:left;
}


/*STILE*/
.blu {
	color:#36C;
}

a.blu:link {
	color:#36C;
}
a.blu:hover {
	color:#333;
	text-decoration:underline;
}
a.blu:active {
	color:#333;
}

