@charset "utf-8";

html {
	width:100%;
	height:100%;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#808080;
	font-size:11px;
	text-align:left;
	line-height:12pt;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	}
#wrapper {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:3;
	}	
#logo_tile {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	position:fixed;
	background-image:url(../images/logo_tile.png);
	z-index:2;
	}
#background {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	position:fixed;
	z-index:1;
	}
#content {
	width:700px;
	margin:0 auto;
	padding:0px;
	}
#navigation {
	width:700px;
	margin-left:0px;
	margin-right:0px;
	margin-top:80px;
	margin-bottom:0px;
	padding:0px;
	}
#banner {
	width:700px;
	margin:0px;
	padding:0px;
	}
#content_body {
	margin:0px;
	padding-left:40px;
	padding-right:80px;
	padding-top:60px;
	padding-bottom:45px;
	background-color:#FFFFFF;
	position:inherit;
	}
#gradient_top {
	width:700px;
	height:20px;
	background-image:url(../images/gradient_top.png);
	}
#gradient_bottom {
	width:700px;
	height:20px;
	background-image:url(../images/gradient_bottom.png);
	}
#ad {
	width:160px;
	margin:0px;
	padding:0px;
	float:left;
	}
#text {
	width:380px;
	margin:0px;
	padding:0px;
	float:right;
	}
#footer {
	padding:0px;
	margin:0px;
	}
#jam {
	height:18px;
	width:122px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
	margin-bottom:80px;
	text-indent:-10000px;
	overflow: hidden;
	background-image: url(../images/jam_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	float:right;
	}
#jam:hover{
	background-position:center bottom;
	}
.style1 {
	color:#ff7f00;
}
.clear {
	clear:both;
	}
a:link {
	text-decoration: none;
	color: #ff7f00;
	}
a:visited {
	text-decoration: none;
	color: #ff7f00;
	}
a:hover {
	text-decoration: none;
	color: #ff7f00;
	}
a:active {
	text-decoration: none;
	color: #ff7f00;
	}
a.anchor:link {
	text-decoration: none;
	color: #ff7f00;
	}
a.anchor:visited {
	text-decoration: none;
	color: #ff7f00;
	}
a.anchor:hover {
	text-decoration: none;
	color: #ff7f00;
	}
a.anchor:active {
	text-decoration: none;
	color: #ff7f00;
	}
a.nav:link {
	text-decoration: none;
	color: #ff7f00;
	}
a.nav:visited {
	text-decoration: none;
	color: #ff7f00;
	}
a.nav:hover {
	text-decoration: none;
	color: #ff7f00;
	}
a.nav:active {
	text-decoration: none;
	color: #ff7f00;
	}
