/* CSS Document */
/* this helps center content due to cross browser (IE) bugs */
html,body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #5A3D1C;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 600px;
	height: 100%;
}
/* wrapper also helps center content due to cross browser bugs */
#wrapper {
	margin:0 auto;
	width:950px;
}
.container {
	background-image: url(images/bg_teal_vine.gif);
	height: 600px;
	width: 950px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin:0 auto;
}
.paper {
	background-image: url(images/bg_teal_paper2_03.gif);
	height: 550px;
	width: 725px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin:0 auto;
}
.content {
	height: 525px;
	width: 700px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A3D1C;
	position: relative;
	margin:0 auto;
	top: 25;

}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A3D1C;
	line-height: 15px;

}
.text a:link{
	color: #66CCCC;
	text-decoration: none;

}
.text a:visited{
	color: #66CCCC;
	text-decoration: none;

}
.text a:hover{
	color: #5A3D1C;
	text-decoration: underline;

}
.text a:active{
	color: #66CCCC;
	text-decoration: none;

}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCFFFF;
}
.footer a:link{
	color: #CCFFFF;
}
.footer a:visited{
	color: #CCFFFF;
}
.footer a:hover{
	color: #CCFFFF;
}
.footer a:active{
	color: #CCFFFF;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5A3D1C;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #5A3D1C;
	text-transform: uppercase;


}
.services {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #5A3D1C;
}
