html 
{
	background:#FFF;/*url(image/bg_html.jpg) repeat-x ;*/
	
}

body 
{
	margin:0px auto; 
	padding:0px;
	width:auto;
	height:100%;
	background:url(image/bg_html.jpg) repeat-x ;
	background-position: 50% 0;
	/*background-repeat:no-repeat;*/
	color:#353692;
	font-family:verdana;
	font-size:62.5%;
}

#body 
{
	margin:0px auto; 
	padding:0px;
	width:auto;
	height:100%;
	background:url(image/bg_body.jpg);
	background-position: 50% 0;
	background-repeat:no-repeat;*/
	color:#353692;
	font-family:verdana;
	
}

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

#logo 
    { 
	 height:311px;
	 width:798px;
	 	 
	}

.container
	{
		/*position:relative;*/
		text-align:left;
		width:762px;
		/*left:-2px;*/
		background-color:#ffffff;
		
		/*border:3px solid red;*/
	}
	
.theBody
	{
		position:relative;
		height:auto;
		/*background-color:#dfdeee;
		padding-left:20px;
		padding-bottom:15px;
		padding-top:20px;
		height:300px;*/
		font-family:verdana;
		font-size:1.2em;
		color:#0c0946;
		border-bottom-width:7px;
		border-bottom-color:#353692;
	}
	
.theMenu
	{
		position:relative;
		height:auto;
		background-image:url(image/bg_nav.jpg);/
		text-align:center;
		width:762px;
		
	}
	
.theMenu a
	{
		color:#CCCCCC;
		font-weight:bold;
		text-decoration:none;
	}
	
.theBody a:link { color:#353692; font-weight:bold;}	
.theBody a:visited {color:#383838; font-weight:bold;}
.theBody a:hover {	color:#383838;	font-weight:bold;}
.theBody a:active {color:#383838; font-weight:bold; }	
	
.theBody a { color:#353692; font-weight:bold;}
	
.clear
	{
		clear:both;
	}
	
	

.theFooter
	{
		background-image:url(img/footer_bg.jpg);
		background-repeat:repeat-x;
		height:49px;
		width:801px;
		font-size:1.1em;
	}
	
.aRow
	{
		position:relative;
		width:auto;
		width:600px;
	}
.title_row
	{
		position:relative;
		background-color:#CCCCCC;
		width:600px;
	}
.title_field
	{
		position:relative;
		float:left;
		width:150px;
		font-weight:bold;
	}

.field
	{
		position:relative;
		float:left;
		width:150px;
	}
	
.seperator
	{
		position:relative;
		width:100%;
		height:1px;
		background-color:#999999;
	}
.title_decoration
	{
		text-decoration:underline;
		font-weight:bold;
	}
	
#home_menu, #organization_menu, #program_menu, #gallery_menu, #calendar_menu, #contact_menu 
	{
		float:left;
		border:0px;
	}
	
.footer
	{
		font-family:arial;
		font-size:1em;
		background-image:url(image/bg_footer.jpg);
		width:798px;
		height:143px;
	}

.sub_title
	{
		font-weight:bold;
		font-family:verdana;
	}



#album_td A:link
	{
		color:#a6353a; font-weight:bold;
	}
	
#album_td A:visited
	{
		color:#383838; font-weight:bold;
	}	
	
#album_td A:active
	{
		color:#383838; font-weight:bold;
	}		

#site_map li {margin: .4em 0}

.back_button
   {
	color:#A31722;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
   }

