﻿* {
	margin-left: 10;
	padding: 0;
}

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B985F;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CEEA70;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h3 {
}

blockquote {
	background: url('img05.gif') no-repeat 1em 0;
	font-style: italic; padding-left:3em; padding-right:3em; padding-top:0; padding-bottom:0
}

a:link {
	text-decoration: none;
	color: #CEEA70;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #8B985F;
}

/* Title */
#title {
	width: 400px;
	height: 75px;
	left:250px;
	top:-110;
	align:center;
	text-align:center;
	background: transparent;
	z-index:2
	}
#title h1 {
	margin: 0;
	padding: 10px 0 0 50px;
	letter-spacing: 2px;
	position: relative; 
	top: 85px;
	left: 200px;
	font: bold 15px Arial, Helvetica, sans-serif;

}
#title h1 a {
	color: #FF0000;
}
#title h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	position: relative; 
	top: 95px;
	left: 100px;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#title h2 a {
	color: #00ffff;
}

/* Header */

#header {
	width: 800px;
	height: 140px;
	align:center;
	background: #000000 url('tabootalkers.jpg');
	z-index:1

	}


#title a {
	text-decoration: none;
}
/*container */

#container {
	width: 800px;
	height: 745px;
	margin: 0 auto;
	padding: 0 0px 10px 0px;
	z-index:1
	}
	
#left {
	width:250px;
	float:left;
}
#right {
	float:right;
	width:550px;
	color:red;

}

.style1 {
	border-style: solid;
	border-width: 0;
	margin-left: 2px;
	margin-right: 2px;
}
.style2 {
	border-style: solid;
	border-width: 0;
	margin: 2px;
}
.style3 {
	text-align: left;
	font-size: large;
}
.style4 {
	text-align: center;
	font-size: xx-large;
}
.style5 {
	font-size: large;
}
.style6 {
	text-align: center;
	font-weight: bold;
}
.style7 {
	border-width: 0;
}
.style8 {
	text-align: center;
}

#footer {
	position:relative;
	width: 800px;
    margin: 0 auto;
	padding: 0 0px 10px 0px;
	z-index:1
	}


