html, body {
	font-family: "Quicksand", sans-serif;
	color:#230017;
	}
#container {
	margin:0;
	padding:0;
	width:1000px;
	}
#inner_left {
	position:relative;
	width:400px;
	min-height:633px;
	background:url("/images/notepaper-nofold-400.png") no-repeat;
	float:left;
	}
#contact_info {
	position:absolute;
	top:410px;
	left:62px;
	width:270px;
	text-align: right;
	}
#contact_info p {
	color:#8cbb91;
	font-weight:700;
	}
#contact_info p.tel {
	color:#FFF;
	font-weight:700;
	font-size:18pt;
	padding:0;
	margin:0;
	}
#contact_info a {
	color:#FFF;
	font-size:10pt;
	text-decoration: none;
	}
#contact_info a:hover {
	text-decoration: underline;
	}
#content {
	position:relative;
	width:500px;
	min-height:633px;
	float:left;
	margin-left:38px;
	}

#content h1 {
	margin-top:0;
	padding-top:35px;
	font-size:24pt;
	font-weight:400;
	}
#content h1 strong {
	color:#04334f;
	}
#content h2 {
	font-size:11pt;
	}
	
#content ul {
	padding-left:12px;
	}
#content ul li {
	font-family: "Verdana", "Geneva", sans-serif;
	font-size:9pt;
	color:#230017;
	}
	
#coming-soon-box {
	position:absolute;
	background:url("/images/site-button.png") no-repeat;
	min-width:168px;
	min-height:168px;
	bottom:0;
	right:0;
	}	
	
.greentext {color:#8cbb91;}
.browntext {color:#230017;}
.bluetext {color:#04334f;}
