*{
	font-size:100%;
}


body{
	font:11px Verdana,Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #f1efef;
}

div{
	margin:10px 0 10px 0;
	background:#fffff;
}

/*dd{
	margin-right:0;
}*/

#wrap h1{
	color:#000;
}

#header{
background: url(bg-zebra-top.jpg) no-repeat;
height: 120px;
margin-top: 0;
margin-bottom: 0;
}

#header h1,h2{
	color:#333333;
}


.hidden-navigation{
	width:1px;
	position:absolute;
	left:-9999px;
}

#wrapper{
	border:1px solid #CCC;
	background:#FFF;
	width:770px;
	margin:0 auto;
	text-align:left;
}

#content{
	width:400px;
	display:inline;
	float:left;
	margin-left:185px;
	margin-top: 0;
}

p{
margin: 10px;
}
h1,h2,h3{
margin: 10px;
}
dt,dd{
margin: 10px;
}

#sub-content{
	width:175px;
	float:left;
	margin-left:10px;
	margin-top: 10px;
	margin-bottom: 0;
}

#navigation{
	width:175px;
	float:left;
	margin-left:-770px;
	margin-top: 10px;
	margin-bottom: 0;
}

#footer{
	clear:both;
	background: url(bg-zebra.jpg) no-repeat;
	height: 120px;
	margin-bottom: 0;
}


a{
text-decoration: none;
color: #fe8528;
font-weight: bold;

}

a:hover{
text-decoration: none;
color: #333333;
font-weight: bold;

}

fieldset{
border-style: none;
}
legend{
color:#333333;
font-weight: bold;
}

form{
font-size: 11px;
}

