body {
margin: 0px;
padding: 0px;
text-align: center;
background: url(../images/bk1.gif) repeat-x #fef9fe;
width: 100%;
}
html {
	height: 100%;
}

/* =-=-=-=-=-=-=-[generic]-=-=-=-=-=-=-=- */

#container {
	height: auto;
	width: 706px;
	margin: 0 auto;
}

/* =-=-=-=-=-=-=-[top]-=-=-=-=-=-=-=- */

#top{
	width: 706px;
	height: 172px;
	margin: 0 auto;
}

.logo{
	margin: 0 auto;
	margin-top: 30px;
}

a {
	color: #9a8e9d;
	text-decoration: none;
}

a:hover {
	color: #f0695c;
}

/* =-=-=-=-=-=-=-[content]-=-=-=-=-=-=-=- */

#contentarea{
	background: url(../images/bk.png) repeat-y;
	width: 706px;
	height: auto;
	text-align: center;
	
}

#banner {
	width: 687px;
	height: 209px;
	padding-left: 3px;
	float: left;
}

#content{
	background: url(../images/container-bk.gif) repeat-y #fff;
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	
}

.left {
	float: left;
}

#left_text{
	width: 223px;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #585757;
	text-align: center;
	float: left;
	
}

#right_text{
	width: 462px;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-align: left;
	float: right;
	
}

h1{
	width: 422px;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	color: #c7f0f2;
	text-align: left;
	margin: auto;
}

#text {
	width: 411px;
	height: auto;
	margin: auto;
	padding-right: 10px;
	border-right: 1px solid #a8a8a8;
	
}

.right{
	margin: 0px 25px 0px 0px;
	float: right;
}

/* =-=-=-=-=-=-=-[footer]-=-=-=-=-=-=-=- */

#footer{
	background: url(../images/footer.gif) no-repeat #fff;
	width: 700px;
	height: auto;
	margin: 0 auto;
}

#footer_text{
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 18px;
	color: #c7f0f2;
	text-align: left;
	margin: 0px 0px 20px 260px;
}

#bottom{
	background: url(../images/bottom.gif) repeat-x;
	width: 100%;
	height: 9px;
}


