/* body layout
--------------------------------*/
body {
	margin:0px 0px 0px 0px;
	font-family: times new roman, georgia;
	font-size:11pt;
	xxbackground-image: url(images/main_03.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	background-attachment:fixed;
	color: #fff;
}

.wrapper {
	position:relative;
	}

.content {
	position:absolute;
	font-family:times new roman, georgia;
	overflow:auto;
	color: #fff;
	width:456px;
	left: 453px;
	top: 139px;
	line-height:1.3em;
	padding-right:5px;
	height: 359px;
}

.content object, .content embed { height: 300px; width: 430px; }


.content_wide {
	position:absolute;
	font-family:times new roman, georgia;
	XX-height:420px;
	XX-overflow:auto;
	color: #fff;
	width:386px;
	left: 389px;
	top: 20px;
	line-height:1.3em;
	padding-right:5px;
}

.content_news {
	position:absolute;
	font-family:times new roman, georgia;
	XX-height:370px;
	XX-overflow:auto;
	color: #fff;
	width:483px;
	left: 430px;
	top: 87px;
	line-height:1.3em;
	padding-right:5px;
}

.banner {
	position:absolute;
	top:11px;
	left:416px;
	width: 502px;
}

.nav {
	position:absolute;
	left:22px;
	top:7px;
	width:910px;
	height:81px;
	}

/*
typography and img styles
-----------------------------------*/
img {
  border:thin solid #999;
  padding:2px;
  margin:2px;
  }
  
	a img{
  	border:thin solid #999;
  	padding:2px;
  	margin:2px;
 	 }
	 
	a img:hover{
  	border-width:thin solid #87856F;
  	padding:2px;
  	margin:2px;
  	}

.no_border{
	border:none;
	}
	
a.no_border{
	border:none;
	}

.content_wide h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: C8B7A7;
	display:none;
}

.content h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: C8B7A7;
	display:none;
}

.Title {
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13 pt;
	margin-bottom:0em;
	xxsdisplay:none;
	}

a:link {
	color:#fff;
	font-weight:700;
	text-decoration:underline;
	
  }
a:visited {
	color:#fff;
	font-weight:700;
	text-decoration:underline;
	
  }
a:hover {
	color:#87856F;
	font-weight:700;
	text-decoration:underline;
	
  }
