html,
body {
	background: url(body_bg.jpg) #333 repeat-x;
	font: 12px 'Helvetica', sans-serif;
	margin: 10px;
	padding: 0; text-align:center;
}

html>body {text-align:left;}


outline {
color:#AD0305;}

p {
	line-height: 18px;
	margin-bottom: 15px;}

img {
	display: inline;
	vertical-align: bottom;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
}

hr {
	border: none;
	border-bottom: 1px dotted #999;
}

strong {font-weight:bold;}

a, a:hover, a:visited {
	color: #cc0000;}



.smaller {
	font-size: 85%;}
	
.floatr {
	float:right;
	margin: 20px;}
	
.floatl {
	float:left;
	margin: 12px;}	





ul { list-style: none; }

h1, h2, h3, h4, h5, h6, p, a, input, form {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
	
.clear {
	clear: both;}
	
	#midbar div {
		padding: 15px;
		background: url(red_bar.gif);}
		
	#midbar ul {
		padding: 0;
		margin: 0;}
	
	#midbar ul li {
		display: inline;
		margin-right: 17px;}

	#midbar ul li a {
		color: white;
		font: 12px arial;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-decoration: none;}
	

/* #glow puts a bg image slightly wider than 850 to add the glow effect of site canvas */



#glow {
        width:850px;
	margin: auto;
	padding: 0;
	background: url('glow.png') center top;
        text-align:left;} 

html>body #glow {
	padding: 0 10px;} 


/* container holds the portion of site that is 850 wide */

#container {
	/*width: 850px;*/
	background: #F5F5F5;}
	

	
/* main content area AKA: #contentbox */
	
#contentbox {
	padding: 30px;}
	
		
	#contentbox h1 {
		color:#962400;
		margin-bottom: 15px;}
		
	#contentbox p {
		margin-bottom: 15px;}
		
	#contentbox h2 {
		color: #363636;
		margin-bottom: 15px;}
		
	#contentbox ul {
		list-style: none;
		margin-left: 0px;
		padding-left: 13px;}
		
	#contentbox li {
		padding-left: 13px;
		margin-bottom: 4px;
		background: url(bullet.gif) center left no-repeat;}	
	
	
/* right column AKA: #sidebar */
	
		
#footer {
	display: none;
	text-align: center;
	background: black;
	border-top: 1px solid #666;
	padding: 5px;}
		
#footer ul {
	margin: 0;
	padding: 0;}
	
	#footer ul li {
		list-style: none;
		display: inline;}
		
	#footer a {
		color:#666;}
		
		
	#footer p {
		color: #ccc;}	


.photo_border {
	border: 1px solid #eaeaea;
	border-bottom-color:#ccc ;
	border-right-color: #ccc;
	background: white;
	padding: 5px;}
	



