

	
body {
	
	color: #2e1e0e;
	}
	
p {
	font: normal 10pt/1.2em Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 5px 20px 0px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #29758e;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #2e1e0e;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #2e1e0e;
	}
	
img {
	border:"0";
}



/* specific divs */
#wrapper { 
	height: auto;
	margin:0 auto;
	min-height:100%;
	padding:0;
	position:relative;
	width: 803px;
	color: #2e1e0e;    
	width:803px;
	margin-left: auto;
    margin-right: auto;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
2e1e0e

#topcontainer { 
   float: inline;
	}


#header { 
	width: 803px;
	float: left;
	margin: 0 0 0 0;
	}
	
#nav { 
	width: 100%

	}
	
#content { 
    overflow: hidden;
	margin: auto;
	background: #f0e6cb;
    float: left;
	width: 803px;
	

	}
	
#leftcolumn {
	background: #f0e6cb; 
	width: 40%;
	height: auto; 
	float: left;
	}

#rightcolumn { 
background: #f0e6cb; 
	width: 60%;
	height: auto;
	float: left;
	}
	
#footer {
	float: clear;
	background: #f0e6cb;
	clear:both;
	margin:0;
	padding:0;
	width: 803px;
	text-align: center;
	}
	
#design {
	background: #2e1e0e;
	color: #f0e6cb;
	
