@charset "utf-8";
/* CSS Document */

body, html
{ background-color:#373934;

margin-top:0px;
margin-bottom:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#container
{
	background-image:url(img/bg.png);
	background-repeat:repeat-y;
	overflow:hidden;
	width:835px;
	margin-left:auto;
	margin-right:auto;
	padding-left:50px;}

#top
{
	width:784px;
	
	padding-left:50px;
}
	
#nav
{
	width:784px;
	background-image:url(img/nav.jpg);
	height:23px;
	background-repeat:no-repeat;
	padding-top:7px;}
	
#nav a
{
	padding-left:10px;
	padding-right:10px;
	color:#000;
	text-decoration:none;
	border-right:1px solid #000;}
	
#nav a:hover
{
	color:#333;
	text-decoration:underline;}

#text
{
	padding-left:10px;
	width:470px;
	float:left;
	background-image:url(img/rad.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin-top:30px;
	padding-right:20px;
	min-height:295px;
	}
	
#text a, #text2 a
{
	color:#67774a;
	text-decoration:none;}
	
#text a:hover, #text2 a:hover
{
	color:#333;
	text-decoration:underline;}
	
#text2
{ margin-top:30px;
padding-left:10px;}
	
#right
{
	width:250px;
	margin-left:10px;
	height:300px;
	background-color:#ececeb;
	padding-left:24px;
	float:left;
	margin-top:30px;}
	
#footer
{
	width:784px;
	height:30px;
	text-align:center;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	border-top:1px solid #000;
	margin-top:50px;
	padding-top:10px;
	}
	
#footer a
{
	color:#67774a;}

h1
{
	font-size:25px;
	color:#333;
	margin-top:0px;}
	
.bar
{ display:block;
margin-bottom:10px;
width:155px;}

.barBig
{ display:block;
margin-bottom:3px;
width:155px;
height:50px;}
	
.spacer
{ clear:both;
display:block;
height:1px;
width:97%;}

.dumbCrossFade 
{
width:784px;
height:223px;
display:block;
border:none;
position:relative;
z-index:1;
}

.dumbCrossFade img
{
display:none;
position:absolute;
top:0;
left:0;
border:none;
z-index:1;
}

.ref td
{ vertical-align:top;
width:180px;}

.links td
{
width:250px;
height:174px;
text-align:center;}
