@charset "utf-8";


/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 100.1%;
	background-color: #B4C7C9;
	background-repeat: repeat-x;
	background-image: url(../../images/bak_banner.png);
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #529696;
	margin: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

p a {
	color: #529696;
}




/*DIV Tags start here*/

#wrapper {
	margin: 0px auto 0px;
	width: 900px;
	position: relative;
	padding: 0px;
}

#header {
	height: 168px;
}

#logo {
	float: right;
	width: 480px;
	height: 168px;
	background-image: url(../../images/logo.png);
}

#navigation {
	float: left;
	height: 52px;
	width: 480px;
	margin-top: 116px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
}

#banner {
	height: 300px;
	width: 900px;
}
#footer {
	height: 55px;
	width: 900px;
	margin-top: 3px;
}

#content {
	background-color: #FFF;
	margin-top: 3px;
	padding: 20px;
	background-image: url(../../images/content_bak.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px top;
}
#content2 {
	background-color: #FFF;
	margin-top: 3px;
	padding: 20px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px top;
}
