/* ==================== GENERAL TAGS ==================== */
* {	border: none;
	color: #282828;
	margin: 0px;
	padding: 0px;
	text-decoration: none; }

.clear {	clear: both; }

.l {	clear: left;
	float: left;
	margin-right: 5px; }

.r {	clear: right;
	float: right;
	margin-left: 5px; }

a { font-weight: bold; }

a:hover { text-decoration: underline; } 

body {
	background: #000000;
	font: normal 12pt tahoma, verdana, arial, sans; }

blockquote { padding: 15px; }
blockquote p { font-size: 10pt; }

h1 {	font-weight: bold;
	font-size: 18pt;
	margin-top: 20px; }

h2 {	font-weight: bold;
	font-size: 16pt;
	margin-top: 10px; }

h3 {	font-weight: bold;
	font-size: 14pt;
	margin-top: 10px; }

h4 {	color: #505050;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	margin: 5px; }

h5 {	color: #505050;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	margin: 5px; }

hr {	background: #000000;
	color: #000000;
	height: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	width: 90%; }

p {	margin: 10px;
	text-align: justify; }

small { font: normal 8pt Courier New; }

u {	text-decoration: underline; }

ul { list-style: disc outside;
	margin-left: 15px; }

li {	font-size: 10pt;
	margin-left: 15px;
	text-align: justify; }


/* ==================== SPECIFIC REGIONS ==================== */
#page {
	background: transparent url(../img/page.jpg) top left repeat-y;
	position: absolute;
	left: 50%;
	margin-bottom: 25px;
	margin-left: -400px;
	margin-top: 25px;
	top: 0px;
	width: 800px; }

#title {
	background: transparent url(../img/title.gif) top left no-repeat;
	border-bottom: 2px #282828 solid;
	height: 80px;
	margin-left: 10px;
	margin-top: 10px;
	width: 675px; }

	#title h1 span { display: none; }

	#swoosh {
		height: 50px;
		left: 50%;
		margin-left: 230px;
		position: absolute;
		top: 20px;
		width: 50px; }

	#logo {
		left: 50%;
		margin-left: 290px;
		position: absolute;
		top: 0px; }

	img.cul {
		height: 10px;
		left: 50%;
		margin-left: -400px;
		position: absolute;
		top: 0px;
		width: 10px; }

#menu {
	border-bottom: 2px #282828 solid;
	border-left: 2px #282828 solid;
	clear: both;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 175px;
	z-index: 100; }

	#menu p {
		font-size: 10pt;
		margin: 5px; }
	
#main { margin: 10px; }

	#main img {
		border: 2px #282828 solid;
		margin: 15px; }
	
	#main img.buy {
		border: 2px #282828 solid;
		clear: right;
		float: right;
		margin-top: -13px; }
	
	#table {
		background: #aaaaaa;
		border: 2px #282828 ridge;
		margin: 10px; }

	#table_left, #table_right {
		background: #aaaaaa;
		border: 2px #282828 ridge;
		margin: 10px;
		width: 350px; }
		
		#table_left {
			clear: both;
			float: left; }
		
		#table_right { float: right; }
		
		#table p, #table_left p, #table_right p { font-size: 10pt; }

#foot {
	background: transparent url(../img/foot.gif) top left no-repeat;
	clear: both;
	padding-top: 20px;
	height: 60px; }

#foot p {
	color: #ffffff;
	font: normal 8pt verdana;
	margin: 0px;
	text-align: center; }

#lower_padding {
	background: #000000;
	clear: both:
	height: 25px;
	width: 100%; }
