/* Style Sheet */

body {background-image: url(../images/bg_ribbon.gif);
	background-repeat:repeat-x;
	font-family:Garamond,Courier New,sans-serif;
	background-color:#663300;
	text-align: center;}

a:link {color:#336699;}
a:visisted {color:#336699;}
a:active {color: #336699;}

/* -------- boxes -------- */			
	
#wrapper{width:750;
	margin: 0 auto; }
	
#main_box {background-image: url(../images/main_box.gif);
	background-repeat:no-repeat;
	border:#336699 solid 10px;
	background-color:white;
	width:728;
	height:400;}

#content {}

#header {height:72px;}

#text_left {width:232;
	float:left;
	text-align:right;
	padding-top:20px;
	padding-bottom:2px;
	padding-left:10px;
    font-size: 14pt;
	color:#CC6633;
	line-height:12px;	
	}

#text_right {width:455;
	float:right;
	text-align:left;
	padding-top:20px;
	padding-bottom:2px;
	padding-right:10px;
	color:#336699;
	font-size:13px;
	line-height:12px;
	}
	
#email_link {font-size:9px;}	
	
#clear_both {
clear: both;
height: 0;
line-height: 0;
font-size: px; /*for IE*/
}

#photo_strip {
	background-repeat:no-repeat;
	border:#ff6633 solid 10px;
	background-color:white;
	width:728;
	height:80;}	

/* -------- hover styles -------- */	
div.transOFF {width: 728; height:40; border-bottom:#D5DEE8 solid 1px;}
div.transON  {width: 728;  height:40; background-color:#D5DEE8; opacity:.25;filter: alpha(opacity=50); -moz-opacity: 0.5; border-bottom:#D5DEE8 solid 1px;}
div.trans25   {width: 728;  height:40; background-color:#D5DEE8; opacity:.10;filter: alpha(opacity=25); -moz-opacity: 0.25; border-bottom:#D5DEE8 solid 1px;}
div.trans75   {width: 728;  height:40; background-color:#D5DEE8; opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75; border-bottom:#D5DEE8 solid 1px;}