body{
margin: 0 auto;
padding: 0 auto;

}

#wrapper{
	width: 100%;
	text-align: center;
}

#header{
	background: url(images/header_bg.gif) left top repeat-x;
	height: 128px;
	width: auto;
	text-align: center;	
}

#logo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
}

#slogan{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}

#content{

	width: 688px;	
	text-align: center;
	margin: 0 auto;
}

#top_left{
	float: left;
	background: url(images/content_top_left.gif) left top no-repeat;
	height: 58px;
	width: 23px;
}

#top_middle{
	float: left;
	background: url(images/content_top_middle.gif) left top repeat-x;
	height: 58px;
	width: 642px;
	text-align: center;
}

#top_right{
	float: left;
	background: url(images/content_top_right.gif) right top no-repeat;
	height: 58px;
	width: 23px;
}

#bottom_left{
	float: left;
	background: url(images/content_bottom_left.gif) left top no-repeat;
	height: 21px;
	width: 23px;
}

#bottom_middle{
	float: left;
	background: url(images/content_bottom_middle.gif) left top repeat-x;
	height: 21px;
	width: 642px;
	text-align: center;
}

#bottom_right{
	float: left;
	background: url(images/content_bottom_right.gif) right top no-repeat;
	height: 21px;
	width: 23px;
}

#buttons{
	padding-left: 145px;
}

#button{
	background: url(images/button_bg.gif) right top no-repeat;
	width: 115px;
	height: 40px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
}

#content_wrapper{
	margin: 0 auto;
	text-align:center;
	background: url(images/content_bg.gif) top left repeat-y;
	width: 688px;
}

#simple_wrapper{
	margin: 0 auto;
	text-align:center;
	width: 688px;
}

#copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text   {
    	font-family:Verdana;
    	font-size:11px;
    	color:#000000;
    	}