/* CSS Document */

#mainwrap {
	width:700px;
	height:auto;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	background-color: red;
	position: relative;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	background-repeat: no-repeat;
}
#container {
	width:700px;
	height:auto;
	z-index:2;
	background-color: #FFFFFF;
	position: absolute;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	background-image: url(images/background_top01.gif);
	background-position: top right;
}
#banner {
	width:700px;
	height:185px;
	z-index:2;
	margin-top: 45px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/banner01.jpg);
}
#content {
	width:670px;
	height:auto;
	z-index:2;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px none #666666;
	padding: 5px 5px 5px 5px;
	float: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom left;
}
#footer {
	font-size: 11px;
	font-family: Arial, Times, serif;
	left:186px;
	top:256px;
	width:671px;
	height:auto;
	z-index:2;
	margin-bottom: 10px;
	margin-left: 12px;
	background-color: #F4811F;
	margin-top: 5px;
	float: left;
	border: thin solid #636B66;
	padding-top: 5px;
	padding-bottom: 5px;
}

.textbody {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 18px;
}
#header {
	height:auto;
	z-index:2;
	background-color: #F4811F;
	width: auto;
	border: thin solid #333333;
	padding: 1px;
	margin-bottom: 5px;
}
.style2 {
	font-size: 12px;
	color: #FFFFFF;
}
#contentleft {
	width:670px;
	height:auto;
	float: left;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../images/background_inside02.gif);
}
#contentright {
	width:360px;
	height:auto;
	background-color: #F4BE9D;
	float: right;
	border: thin solid #999999;
	margin-top: 0px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#contentright1 {
	left:433px;
	top:314px;
	width:162px;
	height:auto;
	z-index:2;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left: 10px;
}
#contentright2 {
	left:433px;
	top:314px;
	width:162px;
	height:auto;
	z-index:2;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
}
.style3 {color: #CCCCCC}
.style4 {
	font-size: 11px;
	color: #FFFFFF;
}
.textbody2 {
	font-size: 11px;
	color: #333333;
}


#image01 {
	left:66px;
	top:606px;
	width:131px;
	height:110px;
	z-index:2;
	background-image: url(images/test.jpg);
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

a:visited {color: #003366; text-decoration:none;}
a:hover {color: #FF9900; text-decoration:none;}
a:active {color: #964D12;text-decoration:none;}
a:link {
	text-decoration: none;
	color: #0066CC;
}
