@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-image: url("/images/bg_sand.jpg"); 
	background-color: #b69c6e;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 749px;
	position: relative;
}


#inner_container {
	background-image: url("/images/container_bg.png");
	background-position: center;
	background-repeat: repeat-y;
}

#photo_section {
	width: 731px;
	height: 213px;
	padding: 0;
	margin-left: auto;
	margin-right: auto; 
}


#flame_tips {
	width: 749px;
	height: 28px;	
	padding: 0;
	margin-left: auto;
	margin-right: auto; 
}

#navbar {
	width: 731px;
	height: 34px;
	margin: auto;
	background-image: url("/images/nav_bg.png");
}

#navbar ul{
	list-style: none;
	height: 34px;
	float: left;
	margin: 0;
	padding: 0;
}

#navbar li {
	background-image: url("/images/nav_div.png");  
	background-position:left;
	background-repeat:no-repeat;
	width: 81px;
	height: 33px;
	float: left;
	padding-top: 1px;
	text-align: center;
}

#navbar li.selected {
	background-image: url("/images/nav_selected.gif");
	background-repeat: no-repeat;
	background-position: 4px 0px;
}

#navbar img{ 
	padding-top: 6px;
}

#main_body {
	background-image: url("/images/body_bg.png");
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-right: 10px;
	padding: 50px 80px 20px 80px;
}

#blog_body {
	background-image: url("/images/body_bg.png");
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-right: 10px;
	padding: 50px 20px 20px 20px;
}


#gallery_body {

	margin-left: 10px;
	margin-right: 10px;
	padding: 50px 40px 30px 40px;	
}

.section_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #ef4d23;
	margin-left: -43px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-image: url("/images/section_flame.gif");
	background-repeat: no-repeat;
}

.gallery_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #ef4d23;
	margin-left: 0px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-image: url("/images/section_flame.gif");
	background-repeat: no-repeat;	
}

a {
	color: #ef4d23;	
}

.body_text {
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.emphasis_text {
	color: #ef4d23;	
	font-weight: bold;
}

.sponsors {
	color: #ef4d23;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight: bold;
	text-align: center;
}

#body_footer {
	background-image: url("/images/body_footer.png");
	background-position: bottom;
	background-repeat: no-repeat;
	width: 749px;	
	height: 12px;	
}

#agtc_tab {
	background-image: url("/images/agtc_tab.png");
	background-position:right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0px;
	height: 108px;
	width: 158px;
}

#agtc_logo {
	margin: 7px 0px 0px 18px;	
}

#jackrbt_tab {
	background-image: url("/images/jackrbt_tab.png");
	background-position:right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 150px;
	height: 108px;
	width: 158px;
}

#jackrbt_logo {
	margin: 5px 0px 0px 40px;	
}

#admin_section {
	position: absolute;
	top: 30px;
	right: 100px;
	color: #ef4d23;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight: bold;	
}
