@charset "utf-8";
/* CSS Document */
/* stylesheet for Three Aces (TA) */
/* reset browsers default stylesheets from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* ------ end reset css ------ */

body {
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #000;
	background-color: #000;
}
table {
	border: none; 
}
th, td {
  text-align: left;
  padding: 0px 5px;
  margin: 0px 0px;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	background:#06C;
	text-align: center;
	color: #fff;
	border: 0;
	padding: 0;
	width: 1000px;
	height: 90px;
	display: block;
}
#header h1 {
	font: 3em Tahoma, Geneva, sans-serif;
	font-size: xx-large;
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}
.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer {
	background: #70ac47;
	float: left;
	width: 1000px;
	height: 50px;
	color: #fff;
}
#footer p {
	font-size: small;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
}
#main {
	position: relative;
	float: left;
	background-image: url(main_bg.gif);
	background-repeat: repeat-y;
	width: 100%;
}
#categories {
	background-color: #70ac47;
	float: left;
	display: inline;
	width: 130px;
}
#categories ul {
	width: 130px;
	background: #70ac47;
	margin: 1px auto;
}
#categories a {
	float: left;
	display: inline;
	width: 120px;
	text-align: left;
	padding: 10px;
 	margin: 0;
	color: #24130E;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#categories a:hover {
	text-decoration: none;
	color: #fff;
}
#whitespace {
	float: left;
	display: inline;
	width: 840px;
	margin: 0px;
	padding: 0 15px;
	background-color: #fff;
	background-repeat: repeat-y;
}
#whitespace h1 {
	font: 1.1em Tahoma, Geneva, sans-serif;
	font-size: xx-large;
	color: #70ac47;
	text-align: left;
	padding-bottom: 15px;
	padding-top: 10px;
}
#whitespace h2 {
	font: 1.1em Tahoma, Geneva, sans-serif;
	font-size: large;
	padding-bottom: 7px;
}
#whitespace h3 {
	font: 1.1em Tahoma, Geneva, sans-serif;
	font-size: large;
	color:#C00;
	padding-bottom: 7px;
}
#whitespace p {
	padding-bottom: 5px;
	padding-left: 12px;
	line-height: 1.3;
}
#whitespace form {
	padding-bottom: 20px;
}
#whitespace b {
	font-weight: bold;
}
