/* CSS - Header.css - */
/* ********************* Header Support ************************** */
#header {
	width: 1024px ;
    height: 130px ;
	background-color: #ebe6dc ;
	border-bottom: 2px groove black ;
	padding-bottom: 0px ;
}
#logo {
    float: left;
	margin:20px 0px 0px 30px ;
}
#right {
    width: 700px ;
	float: right;
	font-size: 30px ;
	font-weight: bold ;
	color: black ;
	text-align: left ;
	margin-left: 50px ;
	padding-top: 45px ;
}
/* End common content */