@charset "UTF-8";
/* CSS Document */
body, html{
	height:100%;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana,arial,sans-serif;
	font-size:11px;
}
a:link, a:active{
	color:#2e4149;
}
a:visited{
	color:#708187;
}
a:hover{
	color:#872766;
}
img{
	border:0px;
}
h1, h2, h3{
	margin:1px;
	padding:1px;
}
#container{
	width:980px;
	margin:0 auto;
	position:relative;
}
#content{
	width:980px;
}

#clear{
	clear:both;
}