#content {	
	margin-left:50px;
	width:695px;
	height:695px;
	float:left;

	border-style:solid;
	border-width:0px 1px 0px 1px;
	border-color:#EEE;
	padding-top:20px;
}

/*margins*/

	#content h2, p, h3 {
		margin-left:50px;	
	}

/*formatting*/
	
#content h2 {
	text-align:left;
	
	font-family:tahoma;
	font-weight:bold;
	font-size:11pt;
	color:#000;

	text-transform:capitalize;
}

#content h3 {
	margin-bottom:-08px;
	margin-top:20px;

	font-family:times;
	font-size:10pt;
	font-weight:bold;
	color:#800;

	text-transform:capitalize;
}

#content p {
	text-align:left;

	width:570px;

	font-size:8pt;
	font-family:verdana;
	color:#444;	
	

	line-height:13pt;
}

#content a {
	text-decoration:none;
	color:#D50;
}


#left {
	margin-left:0px;

	padding-top:18px;
	width:189px;
	height:688px;
	float:left;

	border-style:solid;
	border-color:#DDD;
	border-width:0px 0px 0px 1px;
	
	text-align:center;
	color:black;
	font-family:times;
	font-size:10pt;
	font-style:normal;
}

#left h1 {
	font-size:12pt;
	color:#844;
	margin-bottom:5px;

	font-family:georgia, times;
	font-weight:normal;
	text-transform:capitalize;
}

#left img {
	border-style:solid;
	border-color:#CCC;
	border-width:1px;
	padding:1px;	
}
