/* CSS Document */


/* --------- Primary layout divisions --------- */


body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #effeec url(images/bg4.jpg) top center no-repeat; 
	color: #666666;
	font: small Georgia, "Times New Roman", Times, serif;
	}

	

div#wrapper	{
	width: 800px;
	margin-left: auto; 
	margin-right: auto;
	min-height: 1100px;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	/* border-right: 1px solid #cad8c7;
	border-left: 1px solid #cad8c7; */
	}

div#banner {
	margin: 0;
	padding: 0;
	border: 0;
	}


div#globalnav {
	margin: 0;
	padding: 0;
	border: 0;
	background: #CC0000 url(images/navbg.gif) top left repeat-x;
	color: #ffffff;
	min-height: 24px;
	}


div#main {
	margin-top: 15px;
	}


div#sidebar {
	position: absolute;
	margin: 0 30px 0 30px;
	width: 160px;
	}
	
div#sponsors {
	margin-top: 25px;
	text-align: center;
	}


div#content {
	float: right;
	margin: 0 60px 0 220px;
	padding: 0;
	border: 0;
	min-height: 375px;
	}


div#footer	{
	clear: both;
	border: 0;
	color: #663;
	width: 740px;
	padding: 30px 30px 5px 30px;
	margin: 0;
	}

	

/* --------- Global Navigation styles --------- */

#globalnav ul, #globalnav a {
	font-family: "lucida grande",arial, sans-serif;
	font-size: 0.9em;
	}

#globalnav ul {
	margin: 0;
	padding: 5px 0 5px 15px;
	text-align: left;
	}	

#globalnav li {
	display: inline;
	font: arial;
	}

#globalnav a:link,  #globalnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 15px;
	}

#globalnav a:hover {
	color: #00FFFF;
	}

#globalnav p {
	margin: 0;
	padding: 5px 10px 5px 0;
	width: 275px;
	float: right;
	text-align: right;
	font: arial;
	}
	
#globalnav .italic {
	font-family: georgia;
	font-style: italic;
	letter-spacing: .02em;
	}

	

/*-------- you are here nav --------- */


body#home li.home a, body#news li.news a, body#program li.program a,  
body#register li.register a, body#sponsor li.sponsor a, body#venue li.venue a, body#gallelry li.gallery a{
	color: #00FFFF;
	}



/*-------- global fonts and text --------- */

p	{
	padding-bottom: -5px;
	}
	
h1 {
	display: none;
	}


h2 {
	font-size: 110%;
	padding-bottom: 0;
	color: #fb0a04;
	}


.intro {
	font-size: 120%;
	font-style: italic;
}


h2#welcome {
	width: 136px; height: 45px;
	background: url("images/welcome.gif");
	text-indent: -9999px;
	}
	
h2#venue_head {
	width: 136px; height: 45px;
	background: url("images/venue.gif");
	text-indent: -9999px;
	}
	
h2#news_head {
	width: 136px; height: 45px;
	background: url("images/news.gif");
	text-indent: -9999px;
	}
	
h2#register_head {
	width: 188px; height: 55px;
	background: url("images/register.gif");
	text-indent: -9999px;
	}

h2#program_head {
	width: 188px; height: 55px;
	background: url("images/program.gif");
	text-indent: -9999px;
	}
	
h2#sponsor_head {
	width: 188px; height: 55px;
	background: url("images/sponsors.gif");
	text-indent: -9999px;
	}
	
h2#gallery_head {
	width: 188px; height: 55px;
	background: url("images/gallery.gif");
	text-indent: -9999px;
	}


/*-------- sidebar specific fonts --------- */



#sidebar ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	font-style:italic;
	padding-left: 10px;
	font-size: 110%;
	}


#sidebar li {
	padding-bottom: 3px;
	}
	
#sidebar a:link,  #sidebar a:visited {
	text-decoration: none;
	color: #FF0000;
	}

#sponsors ul {
	text-align: center;
	margin-left: -20px;
	}
	
#sponsors li {
	margin-bottom: 20px;
	}

#copyright {
	font-size: 90%;
	font-style:italic;
	}



/*-------- footer specific rules --------- */


#footer p {
	font-size: 90%;
	font-style:italic;
	}