body,
html {
	margin:0;
	padding:0;
	background:#000;
	color:#000;
	font-size: 1.1em; font-family: serif;
}
body {
	min-width:770px;
	margin-bottom:10px;
}
#wrap {
	margin:10px auto;
	width:770px;
	border: 3px solid yellow;
	overflow: hidden;
	background-image: url(images/faux_bg.gif);
	background-repeat: repeat-y;
	background-position: 25% 0;
}
#header {
	height: 426px;
	background: url(images/header.jpg) top left no-repeat;
	z-index:0;
}
#textheader,#auth_list{
	display:none;
}
#zone1 {    /* clickable area */
	float: left;
	width : 150px;
	height: 20px;
	margin-left: 585px;
	margin-top: 75px;
	z-index:5;
}

#header h1 {
	padding:5px;
    margin:0;
}
#main {
	float:left;
	width:585px;
}
#sidebar {
	float:right;
	width:180px;
	color: #ff0;
	padding-left:0px;
	text-align:center;
	font-size: 0.95em;			
}
#sidebar a{
	text-decoration:underline;	
	color:#ff0;
}
#sidebar a:hover{
	text-decoration:none;
}
#footer {
	background: #ff0;
	text-align:center;
	font-size: 14px;
	padding:15px;
	clear:both;
}
p{
	margin:12px;
	line-height:18px;
	font-size: 0.9em;
	border:0px solid black;
}
a{
	text-decoration:underline;	
	color:#000;
}
a:hover{
	text-decoration:none;
}
ul {
	list-style-type: none;
	padding-left: 55px;
	margin-left: 0;
	margin-top:0px;
}
ul li{
	background-image:url(images/bullet.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	border:0px solid black;
}

ul li.noimage{
	background-image:none;
	padding:0 0 0 0px;
	border:0px solid black;
}

ul.smaller {
	float: left;
	width: 555px;
	margin: 0;
	padding-left: 25px;
	list-style: none;
}

ul.smaller li {
	float: left;
	width: 7em;
	margin: 5px 0 0 0;
	background-image:url(images/bullet_smaller.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding: 0px 0 0 1.5em;
	font-size: 12.5px;
}

ul.small_two_col {
	list-style-type: none;
	padding-left: 55px;
	margin-left: 0;
	margin-top:0px;
	font-size: 12.5px;
}

ul.small_two_col li {
	float: left;
	width: 19em;
	margin: 0;
	background-image:url(images/bullet_smaller.gif);
	background-position:0 75%;
	background-repeat:no-repeat;
	padding: 5px 0 0 2em;
	font-size: 12.5px;
}


p.clear{
	clear:both;
 	padding-top:12px;
}

table.dis td{
	font-size: 12.5px;
}

#floatContact {
		position:absolute;
		top:640px;
		left:50%;
		margin-left:195px;
		margin-top:100px;
		width:200px;
		border:0px solid red;
}

img {border: 0;} 
		