@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image:url(../images/tile_bg.jpg);	
	color:#b8b8b8;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
margin:0;
}
div.wrapper {
	width:100%;		
}
div.inner-wrapper {
	width:799px;	
	margin:auto;
	background-image:url(../images/content_main_tile.gif);
	background-repeat:repeat-y;
}
div.clear_float {
clear:both;
}
div.header {
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
height:215px;
}
div.footer {
background-image:url(../images/footer.gif);
background-repeat:no-repeat;
height:31px;
}
div.navigation {
max-width:inherit;
}
div.navigation_lower {
background-image:url(../images/navigation_lower.gif);
background-repeat:no-repeat;
height:17px;
}
div.content_main {
float: left;
font-size:12px;
width:540px;
padding:10px 20px 10px 20px;
text-decoration:none;
line-height:18px;
border-right:1px solid #999999;
}
div.content_gallery {
float: left;
font-size:12px;
width:760px;
padding:10px 20px 10px 20px;
text-decoration:none;
line-height:18px;
}
div.gallery_column {
width:185px; 
float:left; 
padding:10px;
}

a {color:#CCCCCC}
a:hover {color:#666666}

div.sponsors img {
padding:10px;
}
div.sponsors {
margin-bottom:20px;
}

/* -------------------------- Navigation Buttons ------------------------------- */
div.nav_btn_1 {
background:url(../images/home_btn.gif);
background-repeat:no-repeat;
width:156px;
height:40px;
float:left;
cursor: pointer;
}
/*div.nav_btn_1:hover {
background:url(../images/gloss-btn/home-over.png);
background-repeat:no-repeat;
}
*/

div.nav_btn_2 {
background:url(../images/about_btn.gif);
background-repeat:no-repeat;
width:160px;
height:40px;
float:left;
cursor: pointer;
}

div.nav_btn_3 {
background:url(../images/signup_btn.gif);
background-repeat:no-repeat;
width:160px;
height:40px;
float:left;
cursor: pointer;
}

div.nav_btn_4 {
background:url(../images/gallery_btn.gif);
background-repeat:no-repeat;
width:160px;
height:40px;
float:left;
cursor: pointer;
}

div.nav_btn_5 {
background:url(../images/contact_btn.gif);
background-repeat:no-repeat;
width:163px;
height:40px;
float:left;
cursor: pointer;
}

/* -------------------------- CONTENT MAIN ------------------------------- */



