html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 11px
}

#siteContentContainer,
#siteMenu1,
#siteMenu2,
#siteBanner {
	position: absolute;
	top: 0;
	left: 0
}

#siteContentContainer {
	width: 710px;
	top: 230px;
	left: 195px
}

a {
	color: #069;
	text-decoration: none
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0
}

h2 {
	font-size: 11px;
	font-weight: bold
}

#siteMenu1 {
	top: 190px;
	width: 100%;
	background: url(../gfx/menu-bg.png) repeat-x 50% 50%
}

#siteMenu1 ul {
	padding: 5px 0 5px 170px; /* makes sure that text + 2*5px exceeds 20px (the height of the menu-bg image) - thus forcing vertical alignment */
	margin: 0
}

#siteMenu1 li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	border-right: 1px solid #fff
}

#siteMenu1 a {
	padding: 0 25px;
	font-weight: bold
}

#siteMenu2 {
	top: 230px;
	left: 30px;
	width: 135px
}

#siteMenu2 ul {
	padding: 0;
	margin: 0
}

#siteMenu2 li {
	list-style: none;
	padding: 0 0 25px 0;
	margin: 0;
	text-transform: uppercase
}

#siteBanner {
	top: 30px;
	width: 100%;
	overflow: hidden;
	background-color: #bed2ed
}

#siteFooter {
	clear: both;
	padding-top: 50px;
	font-size: 10px
}

#siteFooter, 
#siteFooter a {
	color: #630
}
