body, html 
{ 
	font-family: Gill, Helvetica, sans-serif ;
	margin:0; 
    padding:0; 
    /*color:#000;background:#ddd;*/ 
}

/* Sets the size of the entire page. */
#wrap  
{
	width:750px; 
	margin:10px; 
/*	background:#99c; */
}


#logodisplay 
{
	margin: 10px;
	background-repeat:no-repeat;
	background-position:11px 3px;
	background-color: White;
	height:70px;
	border-bottom:solid;
	border-width:7px;
	border-color: white;
	
}

#logodisplay p
{
	text-align: right;
	font-size:medium ;
	font-weight:bold ;
	margin: 10px 40px 2px 2px;
	float: right;
	padding: 10px 10px 10px 10px;	
/*	border: solid 1px blue; */
}

#header { /*background:#ddd;*/ } 

#footer { background:#cc9; }
#footer { clear:both; background:#cc9; }
#header { padding:5px 10px; background:#ddd; } 

h1  
{
	font-size:large;
	color: Blue;
} 

h2
{
	font-size: medium;
	color: Blue;
}

/* This is the menu bar just under the logo... */
#nav  
{
	border-color:Blue; 
	margin:10px;
/*	background-color: #9df;  */
	padding:5px 10px; 
	border-bottom-style: solid;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-top-width: 7px;
} 

#nav ul 
{ 
	margin:0; 
	padding:0; 
	list-style:none; 
} 

#nav li 
{ 
	display:inline; 
	margin:10px; 
	padding:0; 
}


/* The menu to the left of the main part of the screen */
#widesidebar  
{
	list-style: none;
	margin-left:10px;
	margin-right:10px;
	float:left; 
	width:300px; 
	padding:10px; 
/*	background:#99c; */
	height:1000px; 
/*	border:solid 1px blue; */
} 


/* The menu to the left of the main part of the screen */
#sidebar  
{
	list-style: none;
	margin-left:10px;
	margin-right:10px;
	float:left; 
	width:150px; 
	padding:10px; 
/*	background:#99c; */
	height:1000px; 
	border:solid 1px blue;
} 

#sidebar h2
{
	position:relative;
/*	left:-15px; */
}

#pixcaption  
{
	float: right;
	position: relative;
	right: 30px;
} 

#pixcaption img
{
	width: 450px;
	margin-left: 50px;
	margin-bottom: 40px;
}

#pixcaption h1
{
	position: relative;
	left: -100px;
	text-align:center;
	font-size:x-large;
	margin-bottom: 50px;
}

#pixtext
{
	margin-top: 90px;
	margin-left: 20px;
	margin-right: 20px;	
}



/* This is the center portion of the screen */
#main  
{
	margin-left: 200px;
	margin-top: 20px;
} 

#main li
{
	list-style-type: disc ;
	position:relative ;
	left: -25px;
}

#footer { clear:both; padding:5px 10px; background:#cc9; } 
#footer p { margin:0; }

