#wrap, #header, #topmenu {
	margin: 0 auto;
}

/*Top Logo and Nav Start*/
#top {
	width: 100%;
	font-family: arial;
	background: #FFFFFF;
}
	
#header {
	width: 960px;
	height: 155px;
	background: url(../images/header.jpg) no-repeat top;
}

#header a {
	color: #000000;
}

/* depreciated */
#header .logo {
	float: left;
	height: 155px;
	width: 65px;
}
	
#header .name{
	float: left;
	margin-left: 0px;
	padding-top: 10px;
	height: 80px;
	width: 240px;
	line-height: 60px;
	font-size: 34px;
	font-weight: bold;
	font-stretch: narrower;
	letter-spacing: -2px;
}

#header .distinctives {
	position: relative;
	display: inline;
	top: 35px;
	left: -208px;
	height: 55px;
	width: 280px;
	line-height: 60px;
	font-size: 14px;
	font-weight: bold;
	font-stretch: narrower;
	letter-spacing: -1px;
	word-spacing: 7px;
	text-indent: 1%;
}

#topmenu {
	float: right;
	margin-top: -52px;
	height: 40px;
	width: 610px;
	z-index: 100;
}

/*REVISED1*/
#topmenu a {
	font-weight: bold;
	color: #fff;
}
#topmenu a:hover {
	color: #B64962;
}

#topmenu dl {
	float: right;
	margin-right: 20px;
}
#topmenu dt {
	text-transform: uppercase;
	font-size: 1.1em;
}
#topmenu dd {
	float: left;
	margin: 0;
	padding-right: 9px;
	text-transform: lowercase;
	font-size: 0.9em;
}

#topmenu dd, #topmenu dd a {
	color: #FFB03B;
}

#wideangle {
	clear: both;
	padding: 8px 10px 2px 10px;
	min-height: 18px;
	background: #4AB8F3 url(../resources/front/top_1.jpg) no-repeat top;
}
#wideangle a {
	font-family: lucida grande, veranda;
	font-weight: bold;
	font-size: 15px;
	color: #F7F7F7;
}
#wideangle a:hover {
	color: #FFFFFF;
}

#newsletter {
	clear: both;
	background: #4AB8F3;
}

#newsletter_end {
	height: 9px;
	background: #4AB8F3 url(../resources/front/bottom_1.jpg) no-repeat bottom;
}
