html, body {
	height: 100%;
}

body {
	font: 110%/140% "Lucida Sans Unicode", "Lucida Sans Unicode", Verdana, sans-serif;
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}


a:link, a:visited {
	color: #5275b4;
	
	outline: none;
}

a:hover, a:active {
	color: #849cc9;
}

strong {
	color: #CC0000;
}

em {
	font-style: normal;
	color: #769531;
}

#container {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

#header {
	height: 91px; 
	width: 0px;
	margin-bottom: 0 !important;
}

#header h1 {
	position: relative;
	height: 62px;
	width: 61px;
	left: 358px;
	top: 13px;
	cursor: move;
}

#header h1 span, #footer span {
	display: none;
}

#content, #ads {
	width: 531px;
	padding-left: 0px;
}

h3 {
     padding: 5px 10px;
	font-size: 14pt;
	font-weight: bold;
    font-family: "FS Clerkenwell", Verdana, Tahoma;
	text-transform: uppercase;
	background: #D9F2F9;
	cursor: pointer;
	border: 10px solid white;
}

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
	border: 1px solid white;
}
h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #CC0000;
	padding-top: 4px;
	padding-bottom: 4px;

}
