html {
margin:0; padding:0;
width:auto;
}

body {
	background-image: url(../images/bg.png);
	background-attachment:fixed;
	background-repeat:repeat;
	font-family: Times New Roman, Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

#wrapper {
	background: #1b1e1f;
	margin: 5px auto;
	width: 800px;
	position: relative;
}

#header_bar{
	background: url(../images/headerbar.png) no-repeat;
	margin-bottom: 0px;
	width: 800px;
	height: 70px;
	color: #FFFFFF;
}

#header_bar img{
	float: left;
	position: relative;
	margin: 15px;
	width: 40px;
	height: 40px;
	visibility: hidden;
}

#header_bar h2{
	float: left;
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 30px;
	font-family: Times New Roman;
	font-weight: lighter;
	font-stretch:ultra-condensed;
	text-decoration: none;
}

#header_bar h1{
	float: left;
	color: #CCCCCC;
	margin-top:30px;
	font-size: 40px;
	font-family:"Arial Narrow";
	font-weight: 100;
	font-style: oblique;
	text-decoration: none;
}

#nav{
	margin-top: 1px;
	margin-left: 15px;
	display: inline;
	float: left;
}

#nav a{
	color: white;
	padding: 15px;
	font-size: 14px;
	text-decoration: none;
}

#nav a:hover {
	color: #33FF00;
}

#cols3 {
	clear: both;
	padding: 5px 0 5px 0;
	margin-bottom: 30px;
	margin-top: 40px;
}

#cols img {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
}

#leftcolumn {
	float: left;
	width: 280px;
}

#rightcolumn {
	float: right;
	width: 280px;
}

#maincolumn {
	margin-left: 270px;
	margin-right: 270px;
} 

#btntext{
	font-family: Tahoma; font-size: 20px; 
	text-align: center; border: 0;
	padding: 0 10px 0 10px;
}
.decobtn{
	width: 240px;
	height: 40px;
	border: 0;
}

#main{
	background: #1b1e1f;
	width: 800px;
	margin-bottom: 40px;
}

#col2left{
	padding-left: 10px;
	float: left;
	width: 380px;
	text-align: left;
	font-size: 12px;
}

#col2left h3{
	text-decoration: none; font: "Palatino Linotype", Verdana, Arial, Helvetica, sans-serif;
	color: #33FF00; font-size: 24px; font-weight: 100;	margin-bottom: 35px; 
	border-bottom: #FFFFFF 0.2px solid;
}

#col2left p{
	text-align: left; margin: 5px 50px 0 15px; line-height: 20px;
	text-decoration: none; font: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; font-size: 11px;
}

#col2right{
	margin-left: 20px;
	float: left;
	width: 380px;
}

#col2right h3{
	text-decoration: none; font: "Palatino Linotype", Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; font-size: 24px; font-weight: 300;
	margin-bottom: 2px; text-align: left; border-bottom: #FFFFFF 0.2px solid;
}

#txt{
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
}

#txt a{
	color: white;
	padding: 15px;
	font-size: 12px;
	text-decoration: none;
}

#txt a:hover {
	color: #33FF00;
}

#footer{
	clear: both;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 800px;
	height: 40px;
	background: #2b2e2f;
	text-align: center;
	font-size: 10px;
	font-family: Times New Roman, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer a{
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: #33FF00;
}

.decologos{
	width: 390px;
	padding: 0;
	margin: 0 0 5px 0;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}
