@charset "utf-8";
/* CSS Document */
body {
	background-color: #CCC;
	margin: 0px;
	text-align: center;
	background-image: url(images/topbak.jpg);
	background-repeat: repeat-x;
}
#main {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: left;
	background-image: url(images/bak.gif);
}
#header {
	background-color: #fdbb2c;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#left {
	float: left;
	width: 200px;
	background-color: #000;
}
#left p {
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#right {
	float: right;
	width: 745px;
}
#right li {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#right h1 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
#right h2 {
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
}
#right p {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#left h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	color: #fdbb2c;
}
#left p a {
	color: #FFF;
	text-decoration: none;
}
#left p a:hover {
	color: #FF0;
	text-decoration: none;
}
#main #content #right h1 {
	margin: 10px;
}
#footer {
	clear: both;
	text-align: center;
	width: 735px;
	margin-left: 210px;
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#footer h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
}

#main {
	background-color: #FFF;
}
#right a {
	color: #004B96;
	text-decoration: underline;
}
#right a:hover {
	color: #F60;
	text-decoration: underline;
}iframe {
	margin-left: 10px;
}
.w33 {
	width: 33%;
}
.red {
	color: #F00;
}
