* {
		margin: 0;
		padding: 0;
		}
	
html {
		font-size: 100%;
		}

/*body {
		font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
		}*/

#wrapper {
		line-height: 1.5em;
		}

p {
		margin-bottom: 1.5em;
		}



/* ---------- add your code below ---------- */

body {
	background-color: #ffffff;
	background-image: url(page-background.gif);
	background-repeat: repeat-x;
		}
#header {width: 600;
         height: 100px;
		 border-bottom: solid 2px #3a5866;
		 background-repeat:no-repeat;}
#wrapper {
		width: 1000px;
		border-top: 0;
		background: #ffffff url(wrapper-background.gif) 0 100% repeat-x;
		padding: 20px 20px 50px;
		}
.top{
	width: 600px;
	background-color:#ccc;
	border:thick solid #ccc;
}
#mainContent {
		float: left;
		width: 600px;
		margin-right: 20px;
		margin-left: 10px;
		}
.photo{
    border-width: 2px 2px 2px;
	border-style: solid;
	border-color: #dddddd;
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;}
#sidebar {
		float: left;
		width: 260px;
	
		}

.clearFix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}

.boxout {
		width: 220px;
		padding: 0 10px 1px;
		margin: 0 0 20px;
		background: #e1e1e1 url(boxout-bottom.gif) 0 100% no-repeat;
		}

#nav {
list-style-type: disc;
padding: 0;
margin-left: .9em;
}
li
{
padding-left: .3em;
}
.boxout h2 {
		background: #d7932a url(boxout-top-orange.gif) no-repeat;
		margin: 0 -10px 10px;
		padding: 5px 10px;
		border-bottom: 1px solid #ffffff;
		font: bold 1.2em Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #ffffff;
		}

.boxout p {
		font-size: 0.9em;
		}
		
.questionsHeader h2 {
		background: #990000;
	
		}
		
.chatHeader h2 {
		background-color: #3a5866;
		}

.toolsHeader h2 {
		background: #0090A7;
		}
#footer {padding: 10px;}
.footer a,
	.footer a:link {  
		color: #003333;
	}
	.footer a:visited {  
		color: #003333;
	}
	.footer a:hover {  
		color: #993300;
	}

.footer_address {
	color: #233640;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#num{padding: 0;
margin-left: 2em;}
#ol.li
{
padding-left: .4em;
}