@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
div {
	overflow: hidden;
}
#wrapper,#wrapper1 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	visibility: hidden;
}

.rightTopNav {
	float: right;
	width: 350px;
}

.rightTopNav a {
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 40px;
}
.rightTopNav a:hover {
	text-decoration: underline;
}


.logo {
	float: left;
}
.logo img {
	padding-left: 30px;
}
#content {
	background-image: url(../images/bg_mid.gif);
}
#content .column {
	float: left;
	width: 185px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#bottom {
	background-image: url(../images/bg_bt.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	font-size: 12px;
}
#bottom a {
	color: #333333;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 50px;
}
#wrapper1 img {
	margin-top: 50px;
}
.about {
	padding-right: 50px;
	padding-left: 50px;
	width: 700px;
	font-size: 13px;
	line-height: 25px;
}
.contact {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#content .right {
	float: right;
	width: 360px;
	font-size: 10px;
}
iframe {
	border: 1px solid #666666;
}
#content .left {
	float: left;
	width: 300px;
	font-size: 12px;
	line-height: 30px;
}




.rightMid {
	float: left;
	width: 550px;
	font-size: 12px;
	margin-top: 118px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: 50px;
}
.rightMid a {
	padding-right: 15px;
	padding-left: 15px;
	line-height: 40px;
}


#content table {
	font-size: 12px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #000000;
	color: #333333;
}
#content strong {
	color: #FF0000;
}
.warning {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
