/* 
	Written for OzonClub.com.
 */

/*
	General Settings
*/
html {
	overflow-x: auto; /* Fixes overflow in IE */
	
}
body {
	background: #acbc23;
	color: #454545;
	margin: 25px auto;
	width: 790px;
	text-align: center; /* Aligns body content in IE */
	padding: 0px; /* Eliminates margins in Opera */
}
body, td, th {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
}
a:link, a:active, a:visited {
	color: #454545;
}
a:hover {
	color: #98a600;
}
img {
	border: 0px;
}
h1 {
	color: #98a600;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-top: 25px;
}
h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 0px;
}
p {
	line-height: 1.5em;
}
.more {
	text-align: right;
}
.copy {
	color: #fff;
	text-align: center;
}
/*
	Table Settings
	Eliminates the need for table attributes.
*/
table {
	border: none;
	width: 100%;
	border-collapse: collapse; /* Cellspacing */
	
}
td {
	padding: 0px; /* Cellpadding */
	text-align: left; /* Align */
	vertical-align: top; /* Valign */
}

/*
	Main Table
*/
#main {
	background: #fff url(../img/bg-tile.gif) repeat-y;
}
#top-cap {
	background: #fff url(../img/bg-top.gif) no-repeat;
	height: 15px;
	line-height: 1px;
	width: 790px;
}
#bot-cap {
	background: #fff url(../img/bg-bottom.gif) no-repeat;
	height: 15px;
	line-height: 1px;
	width: 790px;
}

/*
	Column Settings
*/
.left {
	padding-left: 25px;
	width: 235px;
}
.right {
	padding: 0px 25px;
	width: 480px;
}

/*
	Cell Settings (Order of Appearance)
*/
#logo {
	margin: 15px 0px;
}
#date {
	color: #98a600;
	text-align: right;
	vertical-align: middle;
}
#ad {
	text-align: center;
	vertical-align: middle;
}
#menu {
	padding: 25px 0px 25px 25px;
}
#menu a:link, #menu a:active, #menu a:visited {
	border-bottom: 1px solid #eff2ce;
	color: #454545;
	display: block;
	padding: 10px 25px;
	text-decoration: none;
}
#menu a:hover {
	background: #fefff2;
	color: #98a600;
}
#first {
	border-top: 1px solid #eff2ce;
}
#footer {
	padding: 25px;
	text-align: center;
}
#footer a {
	margin: 10px;
}
ul {padding:5px}
li {padding:5px}