@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FF0;
	background: url("images/bg.jpg") repeat-x top #FFA200;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

img {
	border: 0;	
}

a {
	text-decoration: none;	
	
}

#wrapper {
	width: 1021px;
	margin: 0 auto;
}

#top {
	width: 1021px;
	height: 54px;
	margin: 0;
	background: url("images/top.png");
}

#bottom {
	width: 1021px;
	height: 41px;
	margin: 0;
	background: url("images/bottom.png");
}

#middle {
	width: 1021px;
	height: auto;
	margin: 0;
	background: url("images/fill.png") repeat-y;
}

#header {
	width: 1021px;
	text-align: center;
	clear: both;
}

#nav {
	width: 1021px;
	text-align: center;
	clear: both;
}

#content {
	width: 930px;
	margin-left: 45px;
	margin-right: 46px;
	clear: both;
	/*background: url("images/tape.jpg") right no-repeat;
	padding-right: 300px;
	min-height: 500px;*/
}

#content p {
	margin: 10px 10px;	
}

#image {
	float: right;	
}

hr {
	color: #ffb400;
	background-color: #ffb400;
	height: 3px;
	border: 0;
	clear: both;
}

#footer {

	width: 930px;
	margin-left: 45px;
	margin-right: 46px;
	clear: both;
	padding: 10px 5px;
}



h1 {
	margin: 0px;
	color: #aaa;
	font-size: 39px;
	border-bottom: 3px solid #ffb400;
	width: 920px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 5px;
}

h2 {
	color: #aaa;
	font-size: 20px;	
}

.copyrightText {
	font-size: 14px;
	color: #aaa;
	font-weight: bold;

}

.copyrightC {
	color: #ff8400;
	font-weight: bold;

}

#links{
	font-size: 14px;
	color: #ff8400;
	font-weight: bold;

}

#links a {
	color: #999;
	text-decoration: none;
}

#links a:hover {
	color: #ff8400;
}

#nav2 {
	float: right;
	padding-right: 5px;
	font-weight: bold;
	color: #ffb400;

}

#nav2 a {
	color: #999;
	text-decoration: none;
}

#nav2 a:hover {
	color: #ff8400;
}

#email {
	margin: 20px;	
}

.logos {
	margin: 20px;
	text-align: center;
}

.logos img {
	margin: 8px;
}