@charset "utf-8";
/* CSS Document */

body{
	background:#ABCAE0 url(../images/bg.gif) top repeat-x;
}

#contentTop{
	background:url(../images/content_top.jpg) top no-repeat;
	margin:0;
}
#contentBottom{
	height:390px;
	background:url(../images/content_bottom.jpg) bottom no-repeat;
	margin:0;
	position:relative;
}
#content{
	height:368px; /* 390px */
	background:url(../images/content_bg.jpg) repeat-y;
	position:absolute;
	top:11px;
	width:750px;
	/*padding:0 13px;*/
}

#content #homeImage{
	float:right;
	margin-right:17px;
	margin-top:3px;
}

#content #logo{
	background:url(../images/logo.gif) no-repeat;
	width:160px;
	height:103px;
	position:absolute;
	left:46px;
	top:28px;
}
#content #logo h1{
	text-indent:-99999px;
	overflow:hidden;
}
#content #tagline{
	background:url(../images/tagline.gif) no-repeat;
	width:163px;
	height:125px;
	position:absolute;
	left:54px;
	top:159px;
}
#content #tagline em{
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
#content #promo_bulletin{
	background:url(../images/promo_bulletin.png) no-repeat;
	position:absolute;
	left:11px;
	bottom:1px;
}
#content #promo_bulletin a{
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	width:362px;
	height:97px;
}
#content #promo_community{
	background:url(../images/promo_community.png) no-repeat;
	position:absolute;
	right:11px;
	bottom:1px;
}
#content #promo_community a{
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	width:356px;
	height:91px;
}

#footer{
	text-align:center;
	font-size:10px;
	margin:15px 0;
}

