/*resets default browser css*/
   
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

img {
	display: block;
}

a img {
	border: none;
}

a {
	cursor: pointer;
}

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

a:hover {
	text-decoration: none;
	background-color: #b4d5fe;
}

/*end reset*/



body {
	font: 100 12px "Courier New", Courier, mono;
	color: #000000;
	text-align: left;
	background-color: #ffffff;
}

#wrapper {
	margin: 7px 0 0 8px;
	width: 770px;
}

#col1 {
	float: left;
	margin: 9px 0 0 7px;
}

#col2 {
	float: left;
	margin-top: 9px;
}

#nav {
	width: 240px;
}

#nav ul {
	display: none;
}

h1, h2 {
	margin-bottom: 69px;
}

ul {
	list-style: none;
}

span {
	margin-right: 10px;
}

dl {
	margin-bottom: 12px;
}

dd p {
	margin-left: 38px;
}

#col2 div img {
	margin-bottom: 3px;
}



	










