@charset "utf-8";

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body
{
	background-color: #fff;
	margin: 0 auto;
	padding: 0px;
}
body, p, div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 150%;
}
a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #ff0000;
	text-decoration: underline;
}
a.menu
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
a.menu:hover
{
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

img.gallery{
border: 2px solid #5DCDF2;
}
input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
form, img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
hr
{
	width: 100%;
	height: 1px;
	background: #999;
	border: 0px;
}
#container
{
	display: block;
	width: 894px;
	margin: 0 auto;
	background: #fff;
	background-image: url('../image/bg.gif');
	background-repeat: repeat-y;
}
#top
{
	width: 894px;
	height: 214px;
	color: #fff;
	background-color: #ccc;
}

#menu
{
	width: 854px;
	height: 26px;
	background-color: #ccc;
	padding-top: 10px;
	padding-left: 40px;
}

#content
{
	width: 894px;
}
#mainLeft
{
	background-image: url('../image/bg2.jpg');
	display: block;
	padding-left: 70px;
	padding-top: 20px;
	width: 480px;
	float: left;
	text-align: justify;
}
#mainRight
{
	display: block;
	width: 300px;
	min-height: auto;
	float: right;
}