/* CSS Document */

* {margin:0;
	padding:0}
	
body {
	background: url(img/bg.gif) repeat-x top;}

#main {
	width: 800px;
	margin:0 auto;}
	
#header {
	width:800px;
	height:150px;
	background:url(img/head-bg.png) top no-repeat;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	font-family:"Lucida Console", "Lucida Sans", Verdana;
	color:#FFFFFF;}
	
#content {
	width:800px;
	background:url(img/cont-bg.gif) repeat-y center;
	color:#333333;
	font-size:24px;
	font-family:"Myriad Pro", Arial;}
	
h2, h5 {
	color:#0071de;
	text-align:center;}
