html,body{
	margin:0;
	padding:0;
	height:100%;
}
html{
	min-height:100%;
	margin-bottom:1px;
} /* forces scrollbar */
body{
	background:gray url(bg.jpg) repeat-y center 0;
	color:#333;
	font:100 88%/1.5 "lucida grande", arial, helvetica, tahoma, "bitstream vera sans", sans-serif; /* Lucida Grande for Macs, Bitstream Vera Sans for Unix */
	text-align:left;
	word-spacing:0.1em;
}
html>body{font-size:12px;}
a{	
	color:#430800;
	font-weight:700;
	text-decoration:none;
}
a:hover{text-decoration:none;}
#main a:hover{text-decoration:underline;}
#subcontent a{color:#333;}
#subcontent a:hover{color:#900;}
div#container{
	position:relative; /* center, not in IE5 */
	margin:0 auto;
	width:748px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6:treated as min-height*/
	min-height:100%;
}
div#header{
	position:relative;
	left:-13px;
	background:url(logo.jpg) no-repeat 0 0;
	text-indent:-9999px;
	font-size:1px;
	letter-spacing:-1px;
}
div#header, div#header a{
	clear:none;
	float:left;
	position:relative;
	margin:0;
	width:195px;
	height:300px;
}
div#content{
	position:absolute;
	float:right;
	left:180px;
	/*width:498px;*/
	margin:58px 0 18px 0;
	padding-left:46px;
}
#main{
	margin:0;
	height:auto;
	font-size:100%;
	padding:0 20px;
}
.column-right{
	float:right;
	width:50%;
}
#subcontent{
	clear:left;
	position:absolute;
	left:-55px;
	top:330px;
	margin:0;
	padding:0;
	font-size:160%;
	text-align:right;
	list-style:none;
	width:224px;
}
div#footer{
	clear:both;
	position:relative;
	margin:0;
	padding:0 20px;
	font-size:90%;
	color:#666;
}
h1, h2, h3, dt{font-weight:700;}
h1{
	clear:left;
	margin-top:0;
	padding-top:0.2em;
	margin-bottom:0.9em;
	font-size:20px;
	line-height:0.9em;
}
h2{
	margin:1.2em 0;
	font-size:15px;
	line-height:1.2em;
}
.column-right h2{margin-top:0;}
h3{font-size:12px;}
p, address, #main dl{margin:1.5em 0;}
p.intro{font-weight:700;}
address{font-style:normal;}
hr{
	border:0;
	color:#999;
	background-color:#999;
	height:1px;
}
.hidden{display:none;}
#main ul{
	padding:0 0 0 3em;
	font-weight:700;
	list-style:square outside;
}
#main dt, #main dd{
	font-style:normal;
	margin-left:0;
}
img{
	float:left; /* images float left by default */
	margin: 0 0 18px 0;
	border:0;
	padding:0;
}
img.right{
	float:right;
	margin-left:18px;
}

/* ============================== || FLOAT-CLEARING || ============================== */

.column-right{display:inline-block;} /* necessary for IE7 'hasLayout' */
.column-right{display:block;} /* with IE7 happy, all other capable browsers use this rule */
.column-right:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
}

/* IE 6 ETC 'hasLayout' HACK */
_.column-right, _img.right, _div#content{height:1%;}