@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
}
div#wrapper{
	margin:auto;
	text-align:left;
	font-family:Arial;	
	font-size:14px;
	width: 890px;
	height:600px;
	/*border:1px solid black;	*/
	padding: 20px;
}

div#content h3 {

/*padding-left:10px;*/
}

div#content{
	
	padding:0px;
	width:800px; 	
	background: url('../images/content_tile.gif') no-repeat top left;
	height:auto;

}
#top
{
	
	background: url('../images/content_top.gif') no-repeat top left;
	padding-top:7px;
	padding-right:32px;
	padding-bottom:20px;
	padding-left:20px;
	
	
}
#bottom
{
		
	background: url('../images/content_bottom.gif') no-repeat bottom left;
	height:30px;
	
}

.clear
{
	clear:both;
}
