*
{
	padding:0px;
	margin:0px;
}

h1 {
    color: #727372; /*color of our H1 tag*/
    text-transform: uppercase; /*sets all H1 tags to uppcase*/
    font-size: 1.2em; /*sets H1 font size*/
    font-weight: normal; /*sets H1 font weight to normal*/
}
 
h2 {
    color: #DDD; /*color of our H2 tag*/
    text-transform: uppercase; /*sets all H2 tags to uppcase*/
    font-size: 1em; /*sets H2 font size*/
    font-weight: bold; /*sets H2 font weight to normal*/
}
 
h3 {
    color: #727372; /*color of our H3 tag*/
    text-transform: uppercase; /*sets all H3 tags to uppcase*/
    font-size: 0.9em; /*sets H3 font size*/
    font-weight: normal; /*sets H3 font weight to normal*/
}
 
h4 {
    color: #727372; /*color of our H4 tag*/
    text-transform: uppercase; /*sets all H4 tags to uppcase*/
    font-size: 0.8em; /*sets H4 font size*/
    font-weight: normal; /*sets H4 font weight to normal*/
}


componentheading{}

.button {
	background:#616161 url(../images/overlay.png) 50%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:3px;
	border:0px;
	cursor:pointer;
	}
	
	.button:hover {
	background:#555555 url(../images/overlay.png) 50%;
	}


a:focus {outline:none;}

a{color:#666;} a:hover{color:#999;}


*::selection {
	background: #616161; 
	color: #333333;
	}
*::-moz-selection {
	background: #616161; 
	color: #333333;
	}

.clr_both{clear:both}

body
{
background:#000;	
font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#616161;
}

.wrapper
{
	position:relative;
	width:955px;
	margin:0 auto 0 auto;
}

#loading{
	background:#000;
	z-index:1000;
	position:absolute;
	top:50%;
	left:50%;
    visibility:hidden;
}
.logo
{
}


table td{padding-left:30px;}

.header 
{
	position:relative;
	height:160px;
	width:inherit;
	margin:0px auto;
	background:url(../images/header.jpg);
}

.menu_area
{
	width:inherit; height:24px;
	background:url(../images/line.jpg) no-repeat bottom;
}

#pageContent
{
	height:500px;
	width:inherit;
	margin:15px;
}


#home {display:block;}


.footer
{
	text-align:center;
	height:86px;
	width:inherit;
	margin:0 auto 0 auto;
	background:url(../images/line.jpg) top no-repeat;
}
.footer a{
position:relative;
top:5px;
text-decoration:none;
}

.footer_sponsor a
{
	height:46px;
	width:255px;
	float:right;
	position:relative;
	top:-76px;
	right:-60px;
	opacity:0.7;
}
.footer_sponsor a:hover{
	opacity:1;
}

.gallery
{
	position:relative;
	top:30px;
	width:875px;
	height:450px;
	margin:auto;}

.gallery a
{
	float:left;
	margin:0 10px;
	opacity:0.7;
	text-align:center;
	text-decoration:none;
}

.text_left
{
text-align:left;	
}

.text_middle
{
text-align:center;	
}
.slider1
{
  width: 860px;
  height: 10px;
  margin: 5px;
  position: relative;
  top:-88px;
}

.ui-slider-handle {
  width: 80px;
  height: 4px;
  position: absolute;
  top: -4px;
  background: #CCC;
}

.facebook a
{
	text-decoration:none;
	line-height:30px;
}

.facebook div
{
	float:left;
	position:relative;
	top:-5px;
}
