* { margin: 0; padding: 0; }

img { border: 0; }

body {background-color: #000;font-family: Arial;font-size: 1em;}

div#page {
	width: 602px;
	margin: auto;
	margin-top: 10%;
/*	margin-bottom: 20%;*/
}

div#header {
	background: url('/images/header.jpg');
	height: 51px;
	width: 602px;
	position: relative;
}

div#header input#gsearch {
	background: none;
	border: 0;
	position: absolute;
	right: 15px;
	top: 28px;
	width: 75px;
	height: 13px;
	color: #999;
}

div#tabs {
	height: 21px;
	background-color: #989898;
	font-size: 0.75em;
}

div#tabs ul#menu li {
	display: table-cell;
	width: 141px;
	height: 23px;
	line-height: 23px;
	text-align: center;
}

div#tabs .bg-tab {
	background: url('/images/bg-tab.jpg') no-repeat;
}

div#tabs .bg-tab-b {
	background: url('/images/bg-tab-b.jpg') no-repeat;
}

div#tabs ul#menu li#filler {
	border-top: 1px solid #696969;
	width: 30px;
}

div#tabs ul#menu li.fg-tab {
	font-weight: bold;
	width: 149px;
	background: url('/images/fg-tab.jpg') no-repeat;
}

div#tabs ul#menu li a, div#tabs ul#menu li a:link, div#tabs ul#menu li a:visited, div#tabs ul#menu li a:hover, div#tabs ul#menu li a:active {
	color: #000;
	text-decoration: none	;
}

div#content { 
	border-top: 1px solid #696969;
	background: #333;
	color: #fff;
	padding: 10px;
}

div#content img.img-left {
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #999;
	padding: 5px;
	background: #666;
}

div#content p {
	font-size: 0.75em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

div#content h1 {font-size: 1em; margin-bottom: 1em;}

#content a, #content a:link, #content a:visited { color: #ffaa00; text-decoration: none; }
#content a:hover { text-decoration: underline; }
#content a:active { color: #696969; background-color: #ffaa00; text-decoration: none; }

div#footer {
	background: url('/images/footer.jpg');
	height: 15px;
	width: 602px;
}

div#fine-print {
	margin-top: 5em;
	font-size: 0.5em;
	color: #999;
	text-align: center;
}

div#fine-print a, div#fine-print a:link, div#fine-print a:visited, div#fine-print a:hover, div#fine-print a:active { color: #999; }

table.text-layout {
	font-size: 0.75em;
	border-collapse: collapse;
	margin-bottom: 1em;
}

table.text-layout tr { height: 44px; }

table.text-layout td {
	padding: 0.5em 2em 0.5em 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.text-layout tr:hover {
	background: #222;
}

.left { text-align: left; }
.right { text-align: right; }