
	body,html {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 10px;
		font-weight: normal;
		color: #000000;	
		background-color: #cccccc;
		margin:10px;
		padding:0;
		background:#cccccc;
		text-align:center;
	}
	
	h1 {
		font-size: 14px;
}

	#wrap {

		background-image:url(../images/bgimage.jpg);		
		background-repeat:repeat-y;
		margin:0 auto;
		width:760px;
		border:1px solid #666666;
		text-align:justify;
	}
	
	#header {
		height:88px;
		background:url(../images/photobar2.jpg);
		float: middle; 
		align:center;
		width:760px;
		padding:0;
		margin:0;
	}
		
	#nav {
		clear:both;
		text-align:center;
		vertical-align:top;
		letter-spacing:1px;
		background:#FFB935;
		font-family: georgia, Arial, Helvetica, sans-serif;
		padding:5px 0px 5px 0px;
		font-size: 10px;
		height:12px;
		text-transform: uppercase;
		color: #000000;
		text-decoration: none;
		border:1px solid #666666;
		border-width:1px 0px 1px 0px;
	}
	#nav a:link, a:visited{
	text-decoration: none;
	color: #993300;
	}
	
	#nav a:hover, #nav a:active {
	text-decoration:underline;
	color:#000000;
	}
	
	#sidebar {
	float:left;
	width:170px;
	padding:0px;
	}
	
	#beta {
	width:95px;
	text-align:center;
	padding:2px;
	margin-left:25px;
	margin-top:20px;
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border:1px solid #000000;
	background:white;
	}
	
	div#leftnav {
	width:170px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	}

	#leftnav a:link, #leftnav a:visited, #leftnav a:active {
	color: #0033cc; 

	font-size: 14px;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    border-bottom-color: #f1f1f1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
	padding-left: 1px;
    padding-right: 2px;
	margin-left: 1px;
	margin-right: 8px;
	text-decoration: none;
}
	#leftnav a:hover {color: #FFB935; text-decoration: none; border-bottom-color: #ffb935;}

	#leftnav ul {
	margin: 0;
	padding-left: 15px;
	}

	#leftnav li {
	list-style-type: none;
	padding: 3px 0 0 10px;
	}

	#main {
		background:#ffffff;
		float:right;
		min-height:400px;
		width:565px;
		text-align: left;
		vertical-align: top;
		padding:5px;
		border:1px solid #666666;
		border-width:0px 0px 0px 1px;
	}
	
	#textbox{
	background:#ffffff;
	width:100%;
	margin:2px 12px 2px 2px;
	min-height:400px;
	padding-bottom:10px;
	
	}
	
	#textbox p{
	font-size:10px;
	margin:19px 10px 3px 7px;
	text-align:justify;
	vertical-align:top;
	}
	#textbox img{
	margin:1px 14px 5px 7px;
	float:left;
text-align:justify;
vertical-align:top;

	}
	#textbox h1 {
	font-size: 14px;
	margin:8px;
	}

	#textbox h2 {
	font-size: 12px;
	font-style: italic;
	}
	
	#content {
	margin-top: 10px;
	width: 100%;
	min-height: 400px;
	}
	#scroll {
height:890px;
}
.img{
	border:1px solid #333333;
	clear:both;
	}
#spacer{
	padding-top:50px;
	}

	
	#content h1 {font-size: 14px; margin: 0; padding: 0;}
	#content h2 {font-size: 12px; border-bottom: thin solid black; width: 100%;}
	
	#footer {
		background:#FFB935;
		height:25px;
		clear:both;
		width:760px;
		border:solid #666666;
 		border-width:1px 0px 0px 0px;
 		color:#555555;
		padding-top:3px;
		margin:0;
		text-align:center;
		font-style:bold;
		font-size:10px;
    }

