@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background:url(../_images/back_tile.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;	
}
p, h1, h2, h3, h4, h5, h6, form, ul, li {
	margin-top:0;
	padding-top:0;
	}
p { 
	margin-bottom:20px;
	}	
#wrapper {
	width:1000px;
	margin:auto;
	}
#header img {
	display:block;
	}
#thobody {
	height:520px;
	}
#thebody #left {
	width:391px;
	}
#thebody #left img {
	display:block;
	}
#thebody #right {
	width:609px;
}
#nav {
	color:white;
	width:480px;
	margin-top:41px;
	}
#content {
	width:400px;
	margin-top:90px;
	padding-left:59px;
	padding-right:50px;
	}
#content a{
	color:#333333;
	text-decoration:underline;
	}
#content .thumb {
	margin:0;
	padding:0;
	float:left;
	margin:0 23px 25px 0;
	text-align:center;
	width:104px;
	}
#content .thumb img {
	border:0;
	margin:0;
	padding:0;
	border:2px solid #d6c293;
	margin-bottom:3px;
	display:block;
	}
#footer {
	background:url(../_images/jax_foot.jpg);
	background-repeat:no-repeat;
	height:92px;
	text-align:center;
	padding-top:52px;
	font-size:11px;
	color:#dbbe9b;
	}
#footer a {
	color:#dbbe9b;
	margin-left:3px;
	margin-right:3px;
	text-decoration:underline
	}
	
	
