body {
	background-color: #3d5e91;
	color: #3d5e91;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

a {
	color: #5A8ACC;
	outline: none;
	text-decoration: underline;
}

.float-clear {
	clear: both;
}

#wrapper {
	background-image: url(../images/entry.jpg);
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
	text-align: left;
	width: 1000px;
	background-repeat: no-repeat;
}

#copyarea {
	float: left;
	width: 1000px;
	height: 800px;
}

#copy {
	float: left;
	line-height: 150%;
	margin: 250px 0 0 120px;
	width: 355px;
	height: 221px;
	padding: 0;
	display:block;
}

#select {
	float: left;
	margin: 0 0 0 58px;
	padding: 0;
	width: 500px;
	height:202px;
	display:block;
}

#select img{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	display:block;
	position:relative;
}

#footer {
	float: left;
	padding: 0 0 15px 120px;
	width: 880px;
}

#footer p {
	margin: 0;
}

#footer p.copyright {
	color: #CCC;
	font-size: 11px;
}

#footer p.copyright span {
	color: #CCC;
}

#footer p.copyright a {
	font-size: 10px;
	font-weight: bold;
}

#footer p.bottomline {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
}

