html, body {
	margin:0px; 
	padding:0px; 
	background:#3348B2; 
	font-size:12px;
}

.head { /* Header */
	display:block; 
	min-width:800px; 
	height:107px; 
	background:#FFFFFF; 
	color:#fff; 
	text-align:center; 
	font-size:30px;
}

.address { /* Address Bar */
	height:25px; 
	padding:5px; 
	background:#3348B2; 
	color:#fff; 
	text-align:center; 
	font-family:verdana; 
	font-size:11px; 
	font-weight:bold;
}

.foot { /* Footer */
	display:block; 
	height:15px; 
	padding:2px; 
	background:#F8D519; 
	color:#fff; 
	text-align:center; 
	font-size:11px;
	font-family:verdana; 
}

.menu { /* Navigation */
	display:block; 
	background:#3348B2; 
	color:#fff; 
	text-align:left; 
	font-size:11px;
}

#container { /* Body */
	position:relative; 
	display:block; 
	background:#fff; 
	border-left:200px solid #3348B2; 
	border-right:25px solid #F8D519;
}
#inner {
	display:block; 
	margin-left:-200px; 
	margin-right:-25px; 
	padding:0px;
	font-family: arial, san-sarif;
}
	
#left {
	float:left; 
	background:#3348B2; 
	position:relative; 
	width:200px; 
	left:0px; 
	color:#fff; 
	text-align:left; 
	font-size:12px;
}
	
#right {
	float:right; 
	position:relative; 
	width:25px; 
	right:0px;
}
	
#center {
	margin-left:200px; 
	padding:5px; 
	margin-right:25px; 
	position:relative; 
	display:block; 
	height:1%; 
	font-size:11px; 
	color:#000;
}


* html #center {
	font-size:11px; 
	color:#000;
}

.clear { clear:both; }

em { font-weight:bold; }

#left a, #left a:link, #left a:visited {
	text-decoration: none; 
	line-height : 20px;
	padding-left: 5px; 
	color: #ffffff;
	cursor:pointer;
	font-family:verdana; 
}

#left a:hover, #left a:active { text-decoration:underline; }