/* CSS Document */
/* hide from ie on mac \*/
	html {
	height: 100%;
	overflow: hidden;
	}	
	#flashcontent {
	height: 370px;
	}
	#main {
	height: 370px;
	text-align: left;
	color: #000000;
	padding-top: 15px;
	font-size: 1.0em;
	}
	/* end hide */
	
	body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bgheader.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #FFFFFF;
	}
	#header {
	width: 100%;
	height: 90px;
	background-image: url(../images/photog2.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	#menu {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	#footer {
	width: 100%;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	margin: 15px;
	}
	/* set the image to use and establish the lower-right position */ 
	.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h3 { 
	background: transparent url(../images/drop-box3.png) no-repeat bottom right; } 
	.cssbox { 
	width: 535px !important; /* intended total box width - padding-right(next) */ 
	width: 520px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px auto; /* use to position the box */ } /* set the top-right image */ 
	
	.cssbox_head { 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ 
	} /* set the top-left image */
	 

	.cssbox_head h3 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 5px 0 5px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ } /* set the lower-left corner image */
	 
	.cssbox_body { 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 5px 0 15px 40px; /* mirror .cssbox_head right/left */ 
	text-align:left;
	} 