#wrapper {
	width: 100%;
	margin: 0 auto;
}

#bg_bar {
	width: 100%;
	background-color: #000000;
	background-image: url('/images/bg_bar.png');
	background-repeat: repeat-x;
	background-position: top center;
	height: 19px;
	z-index: 1;
}

#bar {
	width: 900px;
	margin: 0 auto;
	height: 16px;
	padding-top: 3px;
	text-align: center;
	z-index: 4;
}

#corner {
	position: fixed;
	top: 0px;
	left: 100%;
	margin-left: -120px;
	z-index: 1000;
}

#bg_header {
	width: 100%;
	background-color: #00274A;
	background-image: url('/images/bg_header.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 315px;
	z-index: 1;
}

#header {
	width: 900px;
	margin : 0 auto;
	height: 295px;
	z-index: 4;
}

#logo {
	float: left;
	margin-top: 20px;
	z-index: 5;
}

#menu {
	float: right;
}

#intro {
	width: 100%;
    float: left;
	clear: both;
	padding-top: 46px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 200%;
}

#bg_content {
	width: 100%;
	background-color: #CADDE4;
	background-image: url('/images/bg_content.png');
	background-repeat: repeat-x;
	background-position: top center;
	min-height: 480px;
	z-index: 1;
}

#content {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
 	z-index: 4;
}

#main_text {
	float: left;
	width: 600px;
}

.sidebar {
	float: left;
	width: 245px;
	padding: 0px 0px 0px 55px;
}

.sidebar_header {
	width: 200px;
	height: 24px;
	background-image: url('/images/bg_sidebar_header.png');
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 10px 25px 0px 20px;
}

.sidebar_content {
	width: 200px;
	height: auto;
	background-image: url('/images/bg_sidebar_content.png');
	background-repeat: repeat-y;
	padding: 20px 25px 0px 20px;
	font-size: 11px;
	line-height: 150%;
	color: #666666;
}

.sidebar_footer {
	width: 245px;
	height: 37px;
	background-image: url('/images/bg_sidebar_footer.png');
	background-repeat: no-repeat;
}

.quote_header {
	width: 200px;
	background: url('/images/bg_quote_header.png');
	background-repeat: no-repeat;
	padding: 15px 20px 0px 20px;
	margin-top: 30px;
	color: #00407A;
	font-family: georgia, arial;
	font-style: italic;
	font-size: 14px;
	line-height: 150%;
}

.quote_footer {
	width: 200px;
	background: url('/images/bg_quote_footer.png');
	background-repeat: no-repeat;
	color: #333333;
	font-size: 13px;
	line-height: 125%;
	padding: 35px 20px 0px 20px;
	margin-bottom: 40px;
}

#portfolio_button {
	padding: 30px 0px 0px 0px;
}

#quote_button {
	padding: 0px 0px 0px 0px;
}

#reasons_button {
	padding: 0px 0px 0px 0px;
}

#bg_footer {
	margin: 0 auto;
	clear: both;
	z-index: 5;
}

#footer {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	line-height: 200%;
	color: #00407A;
	font-size: 11px;
	padding-bottom: 10px;
	z-index: 6;
}
