html, body, div, span, td, p, h1, h2, h3, h4, dl, dd, label, img, object {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    background-image: url(image/bottom_bg.jpg);
    background-position: center 540px;
    background-repeat: no-repeat;
    background-color: #000000;
    text-align: center;
}

div {
    text-align: left;
    font-family: Arial;
    font-size: 11px;
}

h1 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

#introDiv {
    text-align: center;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 540px;
    display: table;
    
}

#left {
    width: 343px;
    height: 540px;
    float: left;
    overflow: hidden;
}

#left #logo {
    width: 343px;
    height: 120px;
}

#left #menu {
    width: 343px;
    height: 420px;
}

#center {
    width: 564px;
    height: 540px;
    float: left;
    overflow: hidden;
}

#center #head {
    width: 564px;
    height: 156px;
}
#center #top {
    width: 564px;
    height: 31px;
}

#content {
    width: 564px;
    height: 320px;
    overflow: hidden;
    background-image: url(image/content_bg.jpg);
    color: #2F2D2C;
}

#content #text {
    margin-left: 0px;
    margin-top: 20px;
    width: 492px;
    height: 270px;
    color: #2F2D2C;
    overflow: hidden;
    float: left;
}

#content #arrows {
    float: left;
    width: 13px;
    margin-left: 10px;
    margin-top: 116px;
    margin-right: 15px;
}

#content #arrows img {
    margin-bottom: 5px;
}

#center #foot {
    width: 564px;
    height: 33px;
}

#right {
    width: 93px;
    height: 540px;
    float: left;
    overflow: hidden;
    background-image: url(image/right_bg.jpg);
    background-repeat: no-repeat;
}

#right #mp3 {
    float: right;
    width: 36px;
    height: 235px;
    margin-top: 124px;
}

#content #galery {
    margin-top: 100px;
    width: 564px;
    overflow: hidden;
}

#content #arrowsBottom {
    margin-top: 10px;
    text-align: center;
}

#content .sponsors {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

form table {
    width: 100%;
}

form table td {
    vertical-align: top;
}

form input, form textarea {
    width: 99%;
    background-color: #E8EAE9;
    border: 1px solid #727875;
    color: #2F2D2C;
}

form textarea {
    height: 100px;
}

form .button {
    width: auto;
    border: 2px solid #727875;
    font-weight: bold;
}

/*LIGHTBOX*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(image/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(image/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(image/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	