@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
	background:#eee url(images/bg.png) repeat-x;
	text-align:center;
	margin:0;
	padding:0;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#6e6e6e;
}
a{
	color:#6e6e6e;
	text-decoration:none;
}
a:hover{
	color:#6c9ec0;
	text-decoration:none;
}
#container{
	width:950px;
	margin:0 auto;
	text-align:left;
}
#header{
}

.headertop{
	background:url(images/headertop.png) no-repeat;
	height:239px;
}

.welcomemsg{
	background:url(images/welcomemsg.png) no-repeat;
	width:347px;
	height:227px;
	float:left;
}
.welcomemsg p{
	width:226px;
	display:block;
	color:#70a3be;
	padding:15px 20px 10px 110px;
}
.welcomemsg b{
	color:#9771d1;
}
.welcomemsg em, i {
	color:#1d5c87;
}
.headerright{
	background:url(images/headerright.png) no-repeat;
	width:603px;
	height:227px;
	float:left;
}

.leftclear{
	clear:left;
}
#content{
}
.contenttop{
	background:url(images/contenttop.png) no-repeat;
	height:63px;
}
.contentarea{
	background:url(images/contentbg.png) repeat-y;
	padding:10px 66px;
}

.contentfooter{
	background:url(images/contentfooter.png) no-repeat;
	height:46px;
}
