body {
	font-family: helvetica, arial, sans-serif; 
	background: url('../images/bg.jpg') fixed;
}

h1 {
	color: 397499;
}

div#wrap{
	width: 960px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

.left {
	width: 253px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 50px;
	padding-bottom: 40px;
	border-right: 1px dotted #aaa;
	background: #fff;
}

.main_content {
	width: 683px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 25px; 
	padding-bottom: 40px;
	background: #fff;	
}

.main_content a {
	text-decoration: none;
	color: 66a1c6;
	font-size: 12px;
}

.main_content a:hover {
	text-decoration: underline;
}

.nav {
	font-size: 12px;
}

.nav a {
	text-decoration: none;
	color: #c01d2e;
	font-weight: bold;
}

.nav a:hover {
	text-decoration: underline;
}

.business_card {
	background: url('../images/business_card.jpg') no-repeat;
	padding-top: 60px;
	padding-bottom: 90px;
	padding-left: 30px;
	font-size: 14px;
}

.quote {
	margin-top: 40px;
	font-size: 14px;
	color: #397499;
}

.cite {
	color: #868215;
	text-align: right;
}

.footer {
	padding-top: 15px;
	padding-left: 50px;
	padding-bottom: 15px;
	font-size: 11px;
	color: #c1d9e8;
	background: url('../images/footer.jpg') no-repeat;
}

.footer a {
	text-decoration: none;
	color: #d1eb57;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: underline;
}

div#newsletter {
	border: 2px solid #ccc;
	background: #eee;
	font-size: 13px;
	padding: 10px;
}

.input {
	font-size: 12px;
}

.error {
	font-size: 12px;
	font-weight: bold;
	color: #c90000;
}

