@charset "UTF-8";
body {
	margin: 0px;
	background-color: #000;
	font-size: 16px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #CCC;
}
h1 {
	margin: 0px 0px;
	padding: 20px 0px;
	font-weight: normal;
	font-size: 18px;
	color: #CCC;
}
a:link {
	color: #666;
	text-decoration:none;
}
a:visited {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	text-decoration:none;
}
a:active {
	color: #FFF;
	text-decoration:none;
}

a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

a:hover img {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;   
	opacity: 0.3;
}

#container {
	width: 1000px;
	margin: 0px auto;
}
#header {
	/*background-image: url(images/gradient_top.jpg);
	background-repeat: repeat-y;*/
	height: 75px;
	margin-top: 35px;
	padding-top: 55px;
	padding-left: 35px;
}
#content {
	padding: 20px 40px 0px;
	height: 460px;
}
#left_column {
	width: 452px;
	float: left;
	text-align: center;
}
#right_column {
	width: 452px;
	float: right;
	text-align: center;
}
#left_column2 {
	width: 452px;
	float: left;
}
#right_column2 {
	width: 452px;
	float: right;
}
#clear { clear: both; line-height: 0px; height: 0px; font-size: 1px; }
#footer {
	background-image: url(images/gradient_btm.jpg);
	background-repeat: repeat-y;
}
#footer_inner {
	width: 1000px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.border { border: 1px solid #FFF; }

/* Navbar */

#navbar {
	margin: 10px 0px 0px 32px; /* T R B L */
	padding: 0;
}

#navbar li {
	display: inline;
	/* float: left; */
	margin: 0 0 0 0px; /* T R B L */
	padding: 0;
}

#navbar li a {
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 27px;
	font-weight: normal;
	padding: 5px 8px;
}

#navbar li a:hover {
	color: #FFF;
}

#navbar a:active {
	color: #FFF;
}

#navbar li#active a {
	color: #FFF;
}
