body {
	margin : 5px;
	padding : 5px;
	background-color: #fff;
	text-align: center;
}

.outer {
	width: 700px;
	border: 1px solid #111;
	margin: 0 auto;
	padding: 0px;
	background-color:#fff;
}

.header {
	position: relative;
	width: 700px;
	height: 150px;
	text-align: center;
	background-color: #FFC243;
} 

.content {
	position: relative;
	width: 600px;
	margin : 40px;
	padding : 5px;
	color : #0000cc;
	background-color : #FFF;
} 

.footer {
	background: url('footer.jpg');
	width: 700px;
	height: 40px;
	clear: both;
}

h1 {
	font-family: Georgia, Helvetica, geneva; 
	font-size: 30px; 
	font-weight: bold;
	text-align: center;
	color: #ce0000;
}

h2 {
	font-family: Verdana, Helvetica, geneva; 
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
	color: #0000ff;
}

h3 {
	font-family: Tahoma, helvetica, geneva; 
	font-size: 16px; 
	font-weight: bold;
	text-align: left;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #111111;
}

.pcenter {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	text-align: center;
	color: #966ABC;

}

ul {
	font-family: Arial,helvetica,geneva; 
	text-align: left;
	font-size: 14px; 
	font-weight: normal;
	color: #000000;
}

li {
	font-family: Arial,helvetica,geneva; 
	font-size: 14px; 
	font-weight: normal;
	color: #000000;
}