body {
	text-align:left;
	width: 950px;
	margin: 0 auto;
	background-color: #e7e7e7;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#wrap {
	width:950
	px;
	text-align:left;
	margin-top: 75px;
	height: auto;
}
.float-l {
	float:left
}
.float-r {
	float:right
}
.float-e {
	float:none
}
.clearfix {
	clear:both
}
/* header */
#header {
	background:url(images/header2.png) no-repeat;
	height:181px;
}
#header h1 {
	font-size:38px;
	padding-top: 5px;
	padding-left: 130px;
	color:#9cdbfb
}
#header div {
	font-size:14px;
	padding-left: 140px;
	color:#9cdbfb
}
ul#meun li a {
	padding-left:5px
}
/* content */
#content {
	background:url(images/testcontent2.png) no-repeat;
	height:300px
}
#content {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#content .left {
	width:500px;
}
#content h2 {
	font-size:20px
}
#content p {
	padding:2px 0px;
	font-size: 14px;
}
#content .right {
	width: 380px;
}
#top {
	width: 300px;
	padding-left: 10px;
	padding-top: 10px;
}
#top li {
	list-style:url(images/arrow.gif) inside
}
#top a {
	color:#99cc66;
	line-height:20px
}
#inner {
	padding-top: 5px;
}
#img {
	width: 500px;
}
#img img {
	padding:5px;
}
/* footer */
#footer {
	height:130px;
	text-align:center;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer2 {
	height:130px;
	text-align:center;
	background-image: url(images/footer2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#ftlink {
	padding-top: 8px;
	padding-left: 10px;
}
#ftlink, #copyright {
	padding-bottom:8px;
}
