body {
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
}

img, p, h1, h2 {
	padding-bottom:10px;
}

h1 {
	font-weight: bold;
	font-size: large;
}

strong {
	font-weight: bold;
}

dt {
	font-weight: bold;
	padding: 10px 0px; 
}

a, a:hover, a:link, a:visited {
	text-decoration: none;
	color: #808080;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width:960px;
	margin:auto;
	clear: both;
}

#header {

}


#col_left {
	width: 205px;
	height: 1000px;
	float: left;
}

#col_middle {
	width: 530px;
	margin: 0px 10px;
	float: left;
}

#col_right {
	width: 205px;
	float: right;
}

