@charset "utf-8";
/* CSS Document */
body {
	background-image:url('images/bkg.gif');
        margin:0 auto;
	font-size:10px;
	font-family:"Lucida Grande", sans-serif;
	text-align:center;
	padding: 0px;
}
img, img a{
	border:0px #FFF;
	vertical-align: top;
}
#page {
	margin: 0px auto;
	width: 525px;
        padding: 0px;
}
slider {
	text-align:center;
	margin:0 auto;
	top:0px;
	height:480px;
}
#content {
	width: 525px;
	position: relative;
	top:0px;
	margin:0 auto;
	padding-top:10px;
	float:left;
}
h1 {
	margin-top:10px;
	height:21px;
	width:800px;
	display: inline;
	line-height:21px;
	color:#000;
	letter-spacing: 5px;
	font-size:150%;
	font-family:"Lucida Grande", sans-serif;
	text-transform:uppercase;
        background:#FFF;
}
h2 {
    height:30px;
	display: inline;
	width:100%;
	line-height:30px;
	letter-spacing: 12px;
	font-size:95%;
	font-family:"Lucida Grande", sans-serif;
	text-transform:uppercase;
        background:#FFF;
}
h3 {
	width:100%;
	display: inline;
	height:25px;
	line-height:25px;
	text-align:: center;
	letter-spacing: 2px;
	font-size:85%;
	font-family:"Lucida Grande", sans-serif;
	text-transform:uppercase;
        background:#FFF;
}
a:link, a {
	color:#000;
	text-decoration: none;
}
   
