body, html {
	margin: 0;
	padding: 0;
}
body {
	background: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

/* wrapper */
#wrapper {
	top: 0px;
	position: relative;
	left: 50%;
	width: 760px;
	margin-left: -385px;
	padding: 0;
	float: left;
	z-index: 3;
}

/* navigation */
#nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 3px;
	background: url(../images/navbg.jpg) no-repeat;
	width: 760px;
	height: 50px;
	float: left;
}
	#nav li {
		margin: 0;
		padding: 24px 0 5px 5px;
		display: inline;
		float: left;
	}
		#nav li a {
			padding: 10px 10px 5px 10px;
			margin: 0;
			text-decoration: none;
			color: #000;
		}
		#nav li a:hover {
			background: url(../images/tab.jpg);
			color: #666;
		}
		#nav li a.current {
			background: url(../images/tab.jpg);
		}

/* page header */
#header {
	float: left;
	width: 760px;
	height: 142px;
	text-align: center;
	background: url(../images/headerbg.jpg) no-repeat;
}
	#header a img {
		border: 0;
		padding: 15px 0 0 0px;
	}

#contact {
	border: 3px #fff solid;
	border-top: 0; border-bottom: 0;
	background: #999;
	width: 748px;
}
#content > #contact {
	border: 3px #fff solid;
	border-top: 0; border-bottom: 0;
	background: #999;
	width: 755px;
}
/* These styles only apply to the index page */
/*//////////////////////////////////////////*/
#flash {									
	float: left;
	width: 365px;
	height: 244px;
}
#contentright {
	width: 395px;
	height: 244px;
	float: left;
	background: url(../images/contentbghome.jpg);
}
	#contentright h1, #content h1 {
		margin: 0;
		padding: 10px 0 0 10px;
		font-weight: normal;
		font-size: 24px;
	}
	#contentright p {
		margin: 0;
		padding: 10px;
	}
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/


/* page footer */
#footerhome {
	width: 760px;
	height: 145px;
	float: left;
	clear: both;
	background: url(../images/footerbghome.jpg);
}
#footer {
	width: 760px;
	height: 148px;
	float: left;
	clear: both;
	background: url(../images/footerbg.jpg);
}
	#footer p, #footerhome p {
		margin: 0;
		padding: 10px;
	}
	#footer a, #footerhome a {
		color: #fefefe;
	}
	#footer a:hover, #footerhome a:hover {
		text-decoration: none;
	}
