#wrapper{height: auto;
	width: 950px;
	background-color: #999;
	margin-top: 30px;
	border: 1px solid #555;
	}


#header{height:auto;
	background-color:#FFF;
	width: 930px;
	padding: 10px;
	margin-top: 5px;
		}
	
#header h1{
	font-size:1.3em;
		}

#header h2 { font-size: 1.1em;}	


#content{
	height:auto;
	width: 930px;
	background:#FFF;
	border-top:#999 2px solid;
	margin:0;
	padding:10px;
	font: 1em #555555;
	font-face: verdana, arial, helvetica, sans-serif;
	line-height: 110%;
	}

p.c1 {text-align: left; font-size: .9em;}
p.c2 {text-align: center; font-size: .9em;}

#footer{
	height: auto;
	width: 930px;
	background:#FFF;
	border-top:#555555 2px solid;
	margin-bottom: 10px;
	padding:10px;
	}