@charset "utf-8";
#wrapper {
	background-color: #999;
	margin:auto;
	width:900px;
	height:600px;
}
#logo{
	width:320px;
	height:120px;
	padding:10px;
	
}
#banner{
	width:900px;
	height:120px;
	background-color: #FFF;
}
#flashPart{
	width:500px;
	position:relative;
	left: 350px;
	top: -140px;
	
}
#content{
	margin-top:10px;
	position:relative;
	height:500px;
	background-color: #FFF;
}
#navigation{
	margin-left:10px;
	width:255px;
	height:200px;
	background-color: #CCC;
	padding:10px;
	
}
#nav_bottom{
	width:300px;
	height:300px;
	
}
#content_2{
	position:relative;
	left:348px;
	top:-490px;
	width:600px;
	height:100px;
	z-index:1;
	background-color: #FFF;

}
#up_menu{
	position:absolute;
	margin-left:50px;
	top:150px;
	width:334px;
	height:33px;
	z-index:2;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #030;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #030;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #900;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #900;
	text-decoration: none;
}
.grayText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
}
.dash_white {
	border: 1px dashed #900;
}

.grayTextB {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#info{
	position:absolute;
	margin-left:770px;
	top:150px;
	width:200px;
	height:33px;
	z-index:2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #030;
	text-decoration: none;
}
#copyright{
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	position:absolute;
	left:190px;
	top:743px;
	width:200px;
	height:32px;
	z-index:3;
	
}
#extra{
	position:absolute;
	left:498px;
	top:580px;
	width:593px;
	height:200px;
	z-index:4;
	overflow:auto;
}
#testimonial{
	position:absolute;
	left:498px;
	top:164px;
	width:600px;
	height:540px;
	z-index:1;
	background-color: #FFF;
	overflow:auto;
}
.titleRed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
#request{
	position:relative;
	left:348px;
	top:-490px;
	width:600px;
	z-index:1;
	background-color: #FFF;
}