/* CSS Document */
@charset "UTF-8";
body {
	background-image: url(../images/okaylion-bg.gif);
}
#header {
	top:10px;
	width:930px;
	z-index:1;
	height: 100px;
	padding: 10px;
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
#header a:link {text-decoration: none; color: #666;}
#header a:visited {text-decoration: none; color: #666;}
#header a:hover {text-decoration: underline; color: #000;}
#header a:active {text-decoration: none; color: #666;
}
#content {
	left:188px;
	top:147px;
	width:900px;
	z-index:3;
	background-image: url(../images/header-bg2.gif);
	background-color: #FFF;
	padding: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer {
	width:930px;
	z-index:2;
	background-color: #000;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #CCC;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer {
	color: #FFF;
	font-size: 11px;
}
.footer a:link {text-decoration: none; color: #FFF;}
.footer a:visited {text-decoration: none; color: #FFF;}
.footer a:hover {text-decoration: underline; color: #FFF;}
.footer a:active {text-decoration: none; color: #FFF;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
}

