@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}
body {
background:#000;
margin: 0;
padding: 0;
}
#wrapper {
margin-left:auto; 
margin-right:auto;
width: 900px;
}


/***** HEADER *****/
#header {
	float:left; display:inline;
	background:url(images/header-bg.jpg) no-repeat;
	width: 900px;
}
#nav {
	width:685px;
	height:151px;
	padding-left:214px;
}
#top {
	float:left; display:inline;
	background:url(images/top2.jpg) no-repeat;
	width:900px;
	height:166px;
}


/***** CONTENT *****/
#content {
	float:left; display:inline;
	width:900px;
	background:url(images/content-bg2.jpg) repeat;
}
#content2 {
	width:820px;
	background:url(images/content-bg.jpg) no-repeat;
	padding: 20px 40px;
}
.bg {
	background:url(images/bg.png) repeat;
	padding: 20px;
	color:#000;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}
.bg p span {
	color:#000;
	font-size:13px;	
	font-family:"Times New Roman", Times, serif;
}

/***** FOOTER *****/
#footer {
	float:left; display:inline;
	width:900px;
	color:#fff;
	font-size:10px;
	font-family:"Times New Roman", Times, serif;
}
#footer a {
	color:#fff;
	font-size:10px;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
}
#foot-nav {
	float:left; display:inline;
	width:600px;
	padding:10px;
}
#foot-et {
	float:left; display:inline;
	width:260px;
	padding:10px;
}