/* CSS Document */

body{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	background-image:url(../images/bg.png);
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	text-decoration:underline;
	color:#66FF00;
}
#container{
	border: 1px solid #FFFF00;
	margin-top:50px;
	width:950px; 
	height:550px;
	background-image:url(../images/cbg.png);
}
#nav_column{
	width: 198px;
	height: 550px;
	float: left;
}
#content_column {
	width: 750px;
	height: 550px;
	float: right;
}
#header {
	height: 100px;
}
#left_column{
	width: 450px;
	height: 420px;
	float: left;
	margin-right:40px;	
}
#right_column{
	width: 230px;
	height: 420px;
	float: left;
	margin-right:10px;	
	border-left:1px solid #FFFF00;
}
#bottom_column{
	height:30px;
	float:left;
	width:750px;
}
#footer{
	width: 950px;
	margin-top:15px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 9px;
	width: 150px;
	text-transform: uppercase;
}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 110px;
	display: inline-block;
}

#menu a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 0px;
	margin: 0px;
	color: #fff;
	line-height: 14px;
	border-bottom: 1px solid transparent;
	_border-bottom-color: black;
	outline: none;
}

#menu a:hover {
	border-bottom: 1px solid #66FF00;
	color:#66FF00;
}
#menu li#active a {
	border-bottom: 1px solid #fff;
	color: #fff;
}
#content{
	margin-left:15px;
	margin-top:10px;
}
iframe { 
	overflow-x: hidden; 
	overflow-y: scroll; 
} 
