@charset "utf-8";
/* CSS Document */

#wrapper{
	width:720px;
	margin:auto;
	background-color:#FFFFFF;
	-moz-box-shadow: -3px 3px 4px #999;
	-webkit-box-shadow: -3px 3px 4px #999;
	box-shadow: -3px 3px 4px #999;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border: thin #F6B047 solid;
	}
	
body{
	font-family:Verdana, sans-serif;
	color:#555;
	background-color:#FFF;
	background-image:url(images/back-grad.jpg);
	background-repeat:repeat-x;
}

h1{
	color:#F6B047;
	font-size:22pt;
	text-align:center;
}

.intro{
	padding: 10px 85px 10px 85px;
}

#footer{
	padding:7px;
	text-align:center;
	color:#000;
	font-size:9px;
}
