/* basic style © 2009 David Churchill */

body {
	color: #666;
	background: #fff;
	padding: 0px;
	margin: 100px 0px 50px;
	text-align: center;
	font: 1em/140% Georgia, "Times New Roman", Times, serif;
}

#content {
	width: 680px;
	margin: 0px auto;
	text-align: center;
	padding: 15px;
}

#content .img {
	text-decoration: none;
	border-style: none;
}

.heading {
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-size: 1.2em;
	margin: 0 0 5px;
	padding: 0;
	line-height: 1em;
}

.copy {
	font-size: 12px;
	text-decoration: none;
}

#content #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px;
}
#content #sidebar2 { 
	width:330px;
}

.inside {
    padding: 0px 10px 0px 10px;
	height: 100%;
	margin-top: 20px;
}
.inside {
	padding: 20px;
	text-align: center;
}

p {
	margin: 0;
	padding: 2px 0;
}

.contact {
	color: #999;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
}

.contact a {
	color: #999;
	text-decoration: none;
}

.contact a:hover {
	color: #ff6600;
	text-decoration: none;
}

.legal {
	color: #333;
	margin-top: 20px;
	font-size: .8em;
}
