a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
body{
	background-color: #ccc;
	margin: 20px 0px 0px;
	padding: 0px;
	color: #000;
	text-align: center;
	vertical-align: top;
}
#home {
	background-color:#060;
	width: 770px;
	border: 1px solid #060;
	margin: 0 auto;
}
#text_border {
	width: 270px;
	background-color: #393;
	margin-bottom: 2px;
	border-bottom: 1px dashed #FFF;
}
#text_border2 {
	background-color: #393;
	vertical-align: top;
}
#ver {
	width: 270px;
	background-color:#F90;
	margin: 0px;
	vertical-align: top;
	padding: 0px;
	height: 16px;
}
#ver img {
	border: 0;
	display: block;
	float: right;
	background-color: #F90;
}
#logo {
	background-color: #9C0;
	background-image: url(/images/home_bg_center.gif);
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: middle;
	width: 60%;
	border-width: 2px 0;
	border-style: solid;
	border-color: #060;
}
#logo img {
	border: 0;
	display: block;
	position: relative;
	padding: 0px;
	float: right;
	margin: 40px 0 0;
}
#logo p {
	margin-right: 20px;
	float: right;
	width: 300px;
	margin-top: 0px;
}
#right {
	background-color: #9C0;
	background-image: url(/images/home_bg_center.gif);
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #060;
	border-bottom-color: #060;
}
#text {
	background-color: #fff;
	width: 270px;
	list-style-type: square;
	margin: 0;
	padding: 0;
	text-align: left;
	border-width: 2px 0;
	border-style: solid;
	border-top-color: #393;
	border-bottom-color: #f90;
}
#text p {
	color: #000;
	text-align: left;
	line-height: 135%;
	padding: 25px 25px 0 25px;
}
.top {
	height: 80px;
	margin-bottom: 2px;
	border-bottom: 1px dashed #FFF;
}
.bottom {
	margin-top: 2px;
	height: 150px;
	border-top: 1px dashed #FFF;
}
#text li {
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: square;
	text-indent: 0pt;
}
