#gsHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4B1C00;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 33px;
	line-height: 33px;
	font-weight: bold;
	background-image: url(../../../images/home_bg.gif);
	background-repeat: repeat-x;
}
#gsHeader a{
	color: #FFFFFF;
	text-decoration: none;
}
#gsHeader a:hover{
	text-decoration: none;
	color: #F4560F;
	
}
.logo {
	float: left;
	width: 150px;
}
.logoR {
	float: right;
	width: 150px;
}

/* Forms */
.reqd {
	color: #FF0000;
}
.noreqd {
	visibility: hidden;
}
#menu {
	margin: auto;
	width: 500px;
}
