/* a few essential reset rules */
html, body, div, span, object, h1, h2, h3, h4, p, a, img, ol, ul, li {
	margin: 			0;
	padding: 			0;
	border: 			0;
	outline: 			none;
	font-weight: 		normal;
	font-style: 		inherit;
	font-size: 			inherit;
	font-family: 		Arial, Arial, Helvetica, sans-serif;
	vertical-align: 	baseline;
	text-align:			left;
}

/* basic text formatting */
body {
	font-size:			75%;
	color:				black;
	background:			white;
	line-height: 		1.2em;
}

h1 {
	font-size: 				1.3em;
	line-height: 			1.5em;
	margin: 				0 20px 4px 20px;
}

p {
	font-size: 				1.1em;
	line-height:			1.3em;
	margin: 				0 20px 0 20px;
}

img {
	margin: 				30px 0 30px 0;
}

a {
	text-decoration:		underline;
	color:					#900;
}

a:hover {
	color:					#300;
}


/* layout  and exeption text formatting */

#wrap {
	
	height: 				300px;
	width: 					860px;
	margin: 				0 auto;
	background-color: 		#888;
	margin-top: 			130px;
}

#left_column {
	width:					199px;
	height:					300px;
	float:					left;
	background-color: 		white;
}

#left_column a {
	font-size: 				0.8em;
	text-decoration:		none;
}

#main_column {
	padding: 				117px 30px 30px 40px;
	height: 				300px;
	width:					590px;
	float:					right;
	background-color: 		white;
}