html {
	overflow-y: hidden;
}

body
{
	/*background-color:#f231f20;*/
	background-color:#999;
}

body, table, p {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 0px;
	font-family: "trebuchet ms", tahoma, sans-serif;
 /* letter-spacing: .1em;
    letter-spacing: 0.05em;*/

  color: #666666;
}

a {
text-decoration: none;

}
#outer
{
      position: absolute;
      left: 50%;
      top: 50%;
      width: 900px;
      height: 600px;
	  margin-left: -450px; /* half of width */
      margin-top: -300px;  /* half of height */
	  text-align: left;
	  background-image:url(images/bg.jpg);
	  background-color:#231f20;
	  border-left:1px solid #fff;
	  border-right:1px solid #fff;
	  border-top:1px solid #fff;
	  border-bottom:1px solid #fff;
	  
	 
}

#contentholder
{
	position:absolute;
	top:86px;
	left:173px;
	width:726px;
	height:509px;
	background-color:none;
	overflow:auto;
	border: 0px solid #ed1b24;
	z-index:2;
	/*background-image:url(images/contentbg.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
	
}

#bottomholder
{
	position:absolute;
	top:564px;
	left:13px;
	width:880px;
	height:20px;
	background-color:none;
	overflow:auto;
	border: 0px solid #cecdcd;
	/*background-image:url(images/contentbg.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
	
}
#bottomholder p
{
	color:#fff;
	
}
#bottomholder a
{
	color:#fff;
	text-decoration:none;
	
}
#bottomholder a:hover
{
	color:#fff;
	text-decoration:underline;
	
}




#newsholder
{
	position:absolute;
	top:10px;
	left:450px;
	width:430px;
	height:202px;
	background-color:none;
	overflow:auto;
	border-left: 1px dotted #fff;
	padding-right:5px;
	padding-left:5px;
	padding-top:5px;
	/*background-image:url(images/contentbg.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
	
}
#newsholder p
{
	color: #fff;
	
}
#newsholder a
{
	color: #fff;
	
}
#newsholder a:hover
{
	color: #fff;
	text-decoration:underline;
	
}



#boogiiholder
{
	position:absolute;
	left:10px;
	width:100px;
	height:15px;
	top:564px;
/*	background-color:#ebedef;*/
	/*background-color:#fff;
	border: 1px solid #737374;*/
}
#boogiiholder a 
{
	text-decoration:none;
	color:#fff;
}
#boogiiholder a:hover
{
	text-decoration:underline;
	color:#fff;
}
#boogiiholder p 
{
	text-decoration:none;
	color:#fff;
}




.h1
{
	font-size:14px;
	font-weight:bold;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 0;
	color:#fff;

}

.h2
{
	font-size:12px;
	font-weight:bold;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 0;
	color:#fff;
}

.h3
{
	font-size:14px;
	line-height: normal;
	font-weight:bold;
	margin-bottom: 0;
	margin-top: 0;
		color:#978a75;
}

.h3smal
{
	font-size:12px;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 0;
	color:#978a75;
}
.h3italic
{
	font-size:12px;
	font-style:italic;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 0;
	color:#978a75;
}
.h4
{
	font-size:12px;
	line-height: normal;
	font-weight:bold;
	margin-bottom: 0;
	margin-top: 0;
	color:#978a75;
}
.h5
{
	font-size:10px;
	line-height: normal;
	font-weight:normal;
	margin-bottom: 0;
	margin-top: 0;
	color:#fff;
	font-style:italic;
}






.pixborder
{
	border: solid 1px #e3d7c4;
}
