body {
	margin: 0px;
	color: #3253b6;
	background-color: #AEDD58;
	font: 12px Arial, sans-serif;
}

div#body {
	margin: 20px auto;
	padding: 20px;
	width: 900px;
	height: 100%;
}

div#header {
	background-color: #3253b6;
	color: #FFF;
	padding: 10px;
}

div#header h1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 10px;
}

div#header h2 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}

div#content {
	margin: 20px 10px 20px;
	background-color: #FFF;
	padding: 50px 60px;
}

div#content h1 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
}

p {
	margin: 5px 0;
	line-height: 1.4em;
}

li {
	margin: 5px;
}

li.bottom {
	margin-bottom: 20px;
}

a {
	color: #82BA3A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/** { 
	font:12px Verdana; 
	
	margin-left:auto;
	margin-right:auto;
}

body { 
	background-color:#000000; 
	
	text-align:center;
	color:#EEF; 
	
	margin:0px;
	
	padding-top:40px;
	padding-bottom:20px;
}

h1 {
	color: #DFDFFF;
	font-size: 36px;
	font-weight: bold;
	
	margin-top: 20px;
	margin-bottom: 40px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	
	margin-top: 2px;
	margin-bottom: 8px;
}

p { margin-top:8px; margin-bottom:8px; line-height:16px; max-width:720px; }

b { font-weight:bold; }

a { color:#EEF; font-weight:bold; text-decoration:none; }
a:hover { color:#FFF; text-decoration:underline; }*/
