#vizage {
	width:351px; 
	height:142px; 
	background-color:#999999; 
	float:left;
	margin-left:50px;
}
#header {
	/*background-color: #8A9BB7;*/
	height: 142px;
	margin-right: 50px;
	margin-left: 50px;
	vertical-align: top;
}
#headerMenu {
	float:right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 35px;
}
#headerMenu li {
	float:left;
	background-image: url(../images/header_btn_rt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 2px;
	height: 23px;
	padding-right: 10px;
	text-align: center;
}
#headerMenu li a{
	display:block;
	height: 23px;
	background-image: url(../images/header_btn_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:10px;
	padding-top:2px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
}
#headerMenu li a:hover{
	color:#EEEEEE;
	text-decoration:underline;
}
#headerSide {
	width: 325px;
	margin: 0px;
	clear: none;
	float: right;
	/*margin-left: -325px; Set left margin to -(RightColumnWidth) */
}
