/* Hide from IE-Mac \*/
div#iemac {
	display: none;
}
 /* End hide */

body {
	margin: 0;
	padding: 0;
	background-color: black;
	background-image: url("images/bg.gif");
	background-repeat: repeat-y;
	background-attachment: fixed;
	font: 13px arial, sans-serif;
}

div#page {
	width: 850px;
	margin: 0;
	padding: 0;
}

div#ads{
	position: absolute;
	top: 8px;
	left: 858px;
	width: 306px;
}

div#ads p{
	margin-top: 8px;
}

div#top {
	margin: 0;
	padding: 0;
}

div#menu {
	height: 72px;
	margin: 2px -12px 0 -8px;
	background: black;
}

div#menu div {
	display: block;
	float: left;
	width: 106px;
	text-align: center;	
}

.menulink:link, .menulink:visited, .menulink:active {
	color: white;
	font-size: 12px;
}

.menulink:hover{
	color: #fedc65;
}

.active:link, .active:visited, .active:hover, .active:active {
	color: #f8c201;
}

/*CONTENT*/
div#content {
	width: 573px;
	margin: 0 0 0 240px;
	padding: 0 15px 0 20px;
}

h1 {
	margin: 0;
	padding: 15px 0 0 0;
	font: bold 25px georgia, serif;
	text-align: center;
}

h2 {
	margin: 15px 0 0 0;
	font: bold italic 20px georgia, serif;
}

h3 {
	margin: 15px 0 -15px 0;
	font: bold 15px arial, sans-serif;
}

td h3 {
	margin-bottom: 0;
}

p, table {
	margin: 15px 0 0 0;
}

p{
	line-height: 17px;
}


p.welcome {
	margin: 0;
	font: italic 13px arial, sans-serif;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	float: left;
	width: 170px;
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

fieldset#coupon {
	clear: both;
	float: none;
	width: 200px;
	border: 1px solid white;
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

ul {
	margin: 0 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:active {
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #00209E;
}

a:hover {
}

img {
	border: 0;
}

img.home {
	float: right;
	margin: 10px 0 10px 15px;
	border: 1px solid #444;
}

span.strikethrough {
	text-decoration: line-through;
}


div.gallery {
	float: left;
	height:  94px;
	overflow: hidden;
	margin: 10px 11px 10px 10px;
	border: 1px solid #444;
	text-align: center;
	font-size: 11px;
}

div.gallery img {
	height: 94px;
}

img.highlight {
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #444;
}

/*Foreign Legion Accounts*/
fieldset#controls, fieldset#pages {
	clear: both;
	float: none;
	width: auto;
	margin: 10px 0 15px 0;
}

fieldset#logout {
	float: none;
	display: inline;
	margin: 0;
	text-align: left;
}

img.creditcards {
	float: right;
	margin: 10px 0 0 0;
}

fieldset#pay {
	float: left;
	width: 120px;
	margin: 15px 15px 15px 0;
	border: 2px solid #ddd;
	padding: 6px;
	background: #fff;
}

.error {
	color: red;
}

p.clear {
	clear: both;
}

table#picks td {
	border-bottom: 1px solid #333;
}
/*FOOTERS*/
p.copyright {
	clear: both;
	padding: 0 0 4px 0;
	text-align: center;
	font-size: 11px;
}

.siteby:link, .siteby:visited, .siteby:hover, .siteby:active {
	font-weight: normal;
}
