#header-region {
	margin: 0em;
}

#header .region-content, #top-bar .region-content,
#featured .region-content, #breadcrumb-wrapper .region-content,
#content-bottom .region-content, #footer .region-content {
	margin: 0 auto;
	max-width: 960px;
	min-width: 760px;
}

#top-bar {
	background: #008AA3;
	margin: 0 auto;
	max-width: 960px;
	min-width: 760px;
	height: 0px;
}

#top-bar ul.secondary-links {
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	height: 5px;
}

#top-bar ul.secondary-links li {
	float: left;
}

#top-bar ul.secondary-links li a, #top-bar ul.secondary-links li a:link,
#top-bar ul.secondary-links li a:visited {
	float: left;
	display: block;
	color: #454545;
}

#header {
	background-color: #FFFFFF;
	height: 110px; /* adjust your own height, depends on your personnal logo.png height and div#top-bar height  */
}

#header h1 {
	padding-top: 9px;
	line-height: 1.6em;
	position: absolute;
}

#header h1 span.site-name {
	font-size: 1.3em;
}

#header h1 span.site-slogan {
	font-style: italic;
	font-size: .9em;
}

#top-primary ul.primary-links {
	float: right;
	margin-top: 45px; /* define your own position from the top, also depends on #header height */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#top-primary ul.primary-links li {
	float: left;
}

#top-primary ul.primary-links li a, #top-primary ul.primary-links li a:link,
#top-primary ul.primary-links li a:visited {
	float: left;
	display: block;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	line-height: 55px;
	height: 34px;
}

