body {
	padding: 0;
	margin: 0;
	color: #666;
	font-family: "Times New Roman", "Arial", sans-serif;
}

#page_margins { 
	text-align:left; margin: 0 auto; width: 900px;
	position: relative;
}

#logo {
	padding-left: 5px;
}

#navigation {
	background: transparent url(../images/navigation_bg.jpg) no-repeat top right;
	width: 100%;
	height: 20px;
}

/* ie height padding fix */
* html #navigation {
	height: 35px;
}
#navigation ul {
	display: block;
	list-style: none;
	padding: 15px 30px 0 0;	
	margin: 0;
	white-space: nowrap;
	float: right;
}

* html #navigation ul {
	
}
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 50px;
}
#navigation a {
	display: block;
	text-decoration: none;
	text-transform: none;
	color: #666;
	font-size: 14px;
}
#navigation li.act a,
#navigation a:focus,
#navigation a:active,
#navigation a:hover {
	color: #E2D11F;	
}
#main {
	position: relative;
	background: transparent url(../images/sidebar_home.jpg) no-repeat;
	height: 500px;
}

#sidebar h2 {
	padding: 20px 10px 0px 10px;
	text-align: center;
	width: 148px;
	color: #E2D11F;
	font-size: 17px;
}

#sidebar h4 {
	position: absolute;
	bottom: -10px;
	left: 15px;
	width: 148px;
	font-size: 11px;
	font-weight: normal;
}

* html #sidebar h4 {
	bottom: 10px;
}

#sidebar a {
	color: #666;
	text-decoration: none;
}
#sidebar a:focus,
#sidebar a:active,
#sidebar a:hover {
	text-decoration: underline;
}

#header-image {
	position: absolute;
	top: 0;
	right: 0;
}
#headline {
	margin: 110px 30px 0 0;
	text-align: right;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
}

#content {
	margin: 0 0 0 260px;
	padding: 0 20px 0 0;
	overflow: auto;
	width: 620px;
	/* height: 320px; */
}

a img { border: 0; }
a { 
	color: #666; 
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
	color:#E2D11F;
}

h1 { font-size: 23px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

