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

body {
	background-image: url(images/bg.jpg);
	background-position:center;
	margin: 0;
	background-attachment:fixed;
}



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

#header {
	width:900px;
	height:170px;
	float:left;
	background-image:url(images/header.jpg);
}

#nav {
	width:900px;
	height:43px;
	float:left;
	background-image:url(images/navbg.jpg);
	list-style:none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
    padding-left: 43px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	line-height:43px;
	
}

#nav li a {
	color:#FFF;
	text-decoration:none;
}

#nav li a:hover {
	font-weight:bold;
	color:#FF0;
}


#slide {
	width:900px;
	height: 498px;
	float:left;
	background-color:#FFF;
}

#spacer {
	width:900px;
	height:21px;
	float:left;
	background-image: url(images/index_04.gif);
}

#content {
	width:860px;
	height:auto;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:20px;

}

#content h2 {
	font-size:19px;
	font-weight:bold;
}

#content p {
	font-size:14px;
	font-weight:normal;
}

#footer {
	width:900px;
	height: 73px;
	float:left;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
}

.footerctn {
	padding-top:10px;
}

.jointw {
	font-weight:bold;
	padding-top:5px;
}
