html{
	height: 100%;
}

body{
	padding:0px;
	margin:0px;
	color: black;
	font-weight: normal;
	font: 12px Verdana, Arial, sans-serif;
	height: 100%;
}

h1, h2, h3{
	display: none;
}

a:link, a:visited, a:active{ 
	color: #2e2e2e; 
	font: 12px Verdana, Arial, sans-serif; 
	text-decoration: none;
	border-bottom: 1px dotted #2e2e2e;
}

a:hover{ 
	color: #2e2e2e; 
	font: 12px Verdana, Arial, sans-serif; 
	text-decoration: none;
	border-bottom: 1px solid #2e2e2e;
}

a[href^="http:"]{
	background: transparent url(/gfx/offsite.gif) 100% 50% no-repeat;
	padding-right: 10px;
}

/* Layout
----------------------------------------------- */

#container{
	position: relative;
	width: 980px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}

#header{
	position: relative;
	width: 297px;
	height: 135px;
	width: 970px;
	border: none;
	border-bottom: 2px solid black;
	left: 5px;
	top: 20px;
	background-image: url(/gfx/logo_126px.png);
	background-repeat: no-repeat;
	background-position: right; 
}

#content{
	position: relative;
	margin-top: 44px;
	margin-left: 260px;
	width: 710px;
}

#title h3{
	display: block;
	font: 17px Verdana, Arial, sans-serif; 
	font-weight: bold;
	margin-left: 5px;
}
