/* CSS Document */
html, body{
	margin:9px 9px 0 9px; 
	padding:0px;
	background-color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#555;
	}
#lang{
	width:705px;
	text-align:right;
	color:#FC0;
	text-transform:capitalize;
	font-size:9px;
	padding-bottom:3px;}
#lang a{text-decoration:none; color:#FC0;}
#lang a:hover{text-decoration:underline; color:#FC0;}
#frame{
	position:relative;
	width:705px;
	border:solid #FFF 5px;
	background:#FFF;}
#top{
	background:#CCC;
	width:705px;
	height:132px;}
#content{
	position:relative;
	width:100%;
	margin-top:5px;}
#left{
	background:#FFF;
	float:left;
	width:410px;}
#nav{
	background:#00448C;
	width:408px;
	height:20px;
	float:left;
	text-align:left;}
#nav img{margin-left:40px; float:left; cursor:pointer;}
#right{
	float:right;
	width:292px;
	text-align:left;}
#nav_right{
	float:left;
	width:292px;
	background:#FFF;
	}
#logo{
	width:292px;}
#logo img{
	margin-top:5px;
	margin-left:5px;}
#nav_right img{float:left; margin-left:5px; cursor:pointer;}
#bottom{
	width:705px;
	text-align:right;
	color:#FC0;
	padding-top:5px;}