#keywords_header {
	position: relative;
	height: 50px;
	width: 800px;
	margin: 0 auto;
	line-height: 100%;
	text-align: center;
}

#keywords_footer {
	position: relative;
	top: 25px;
	height: 50px;
	width: 800px;
	margin: 0 auto;
	line-height: 100%;
	text-align: center;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 175px;
	z-index: 2;
}

#logo {
	position: absolute;
	top: 50px;
	z-index: 3;
}

#menu {
	position: absolute;
	top: 20px;
	left: 800px;
	z-index: 3;
	line-height: 100%;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 900px;
	min-height: 400px;
	text-align: justify;
	z-index: 3;
}

#text {
	float: left;
	width: 649px;
	font-family: Verdana, Arial; 
	font-size: 12px;	
	line-height: 200%;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding-right: 50px;
	padding-bottom: 50px;
}

#sidebar {
	float: right;
	width: 200px;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	line-height: 100%;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 900px;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 150%;
	text-align: center;
	color: #1F2163;
	z-index: 2;
}

#corner {
	display: none;
	position: fixed;
	bottom: 0px;
	z-index: 1000;
}

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

.quote_footer {
	width: 200px;
	background: url('images/bg_quote_footer.png');
	background-repeat: no-repeat;
	color: #AAAAAA;
	font-size: 12px;
	line-height: 150%;
	padding: 35px 0px 0px 0px;
	margin-bottom: 40px;
	text-align: right;
}

.button {
	padding: 20px 0px 0px 0px;
	line-height: 100%;
}

.top {
	padding-top: 15px;
}
