/* @override http://localhost/tontine/css/home.css */

#content-container {
	margin: 0 auto;
	width: 100%;
	background: url(../images/home_bg.gif) repeat-x;
}
#content {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}
#content h1 {
	font: italic bold 2.5em Georgia, "Times New Roman", Times, serif;
	margin: .75em 0;
}
#content p {
	margin: 0 30px 1em;
}
#content a {
	color: #d0825e;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content .left-col {
	width: 400px;
	float: left;
	text-align: justify;
	padding-bottom: 20px;
}
#content .right-col {
	width: 350px;
	float: right;
	padding-bottom: 20px;
}
#content div.photo {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;	
}
#content div.photo img {
	display: block;
}
#content div.photo img.border {
	border-top: 5px solid #e2e1d8;
	border-right: 5px solid #e2e1d8;
	border-bottom: 0;
	border-left: 5px solid #e2e1d8;
}
#content div.photo p {
	margin: 0;
	padding: 5px;
	font-size: .9em;
	line-height: 1.2em;
	background: #e2e1d8;
	border-bottom: 3px solid #ccc;
	font-style: italic;
}