@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
	background:#1f1f1f url(images/bg.png) repeat-x;
	text-align:center;
	margin:0;
	padding:0;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#7f7f7f;
}

a{
	color:#177687;
	text-decoration:none;
}
#container{
	width:950px;
	margin:0 auto;
	text-align:left;
}


#header{
	background:url(images/header.png) no-repeat;
	height:400px;
}

#content{
	padding-top:10px;
}

.contenttop{
	background:url(images/contenttop.png) no-repeat;
	height:34px;
	padding-top:20px;
	margin-top:10px;
}

.contentbg{
	background:url(images/contentbg.png) repeat-y;
	padding:20px 40px;
}

.contentfooter{
	background:url(images/contentfooter.png) no-repeat;
	height:49px;
}
