@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background-image: url(../img/bg.gif);
}
#wrapper {
	width: 1000px;
	margin: auto;
}

#footer p{
	padding: 10px 0 5px;
	font-size: 11px;
}
#footer a{
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
#footer a:hover{
	background-color: #663300;
}

#footer .nocopy {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	clear:both;
	width: 750px;
	height: 31px;
	text-align: left;
	margin: auto;
	padding:2px;
}

#footer .copyright{
	color: #FFFFCC;
	font-size: 14px;
}
#footer .back{
	margin: 5px 0 10px;
}
#footer .back img{
	border: none;
}
#footer .back a{
	text-decoration: none;
}
#footer .nocopy img{
	float: left;
	padding-right: 2px;
}
#footer .nocopy p{
	padding-top: 2px;
}
#footer .nocopy a{
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
#footer .nocopy a:hover{
	text-decoration: underline;
}

.left {
	float: left;
	width: 500px;
	padding: 10px 0 40px;
}
.right {
	float: right;
	width: 500px;
	padding: 10px 0 40px;
}
.left img{
	float: right;
	padding-right: 25px;
}
.right img{
	float: left;
	padding-left: 25px;
}

