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

body{
	text-align:center;

	padding:0;
	}

#wrapper{
	width:760px;
	margin: 0 auto;
	padding:0;
	text-align:left;
	}
	
#topbar{
	width:760px;
	height:96px;
	background: url(../images/index_topbar.jpg) top center no-repeat;}

#navigation{
	width: 760px;
	height:38px;}

#flash{
	width:760px;
	height:204px;}

#content{
	width:700px;
	height: 202px;
	margin:0;
	padding: 30px 30px 0px 30px;
	background:url(../images/index_bottombar.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:.75em;
	line-height:1.5em;}