/* @override http://www.elizabethandrobert.info/css/stylesheet.css */

/* @group General */

img {
	border: 0;
}
a {
	outline: none;
	color: #0c1d55;
}


/* @end */

body {
	background-color: #dae8f0;
	text-align: center;
}
.content {
	margin: 25px auto;
	background-color: white;
	width: 828px;
	height: 478px;
	background-image: url(/images/background.png);
	background-repeat: no-repeat;
}
.left {
	display: inline;
	width: 370px;
	float: left;
	margin: 60px 0 0 30px;
}
.nav {
	margin: 50px auto 0 auto;
}
.nav a {
	display: block;
	margin: 20px 0;
}

.right {
	display: inline;
	float: right;
	width: 369px;
	height: 369px;
	margin: 45px 52px 0 0;
	text-align: left;
	border: 1px solid #0c1d55;
	color: #0c1d55;
}
.right img {
	margin: 0;
	display: block;
}
.inner_content {
	width: 308px;
	height: 340px;
	overflow: hidden;
	margin: 14px 15px;
	font-family: georgia, times, times new roman, serif;
	font-size: 12px;
	color: #0c1d55;
	text-align: center;
	padding: 16px;
}
.heading {
	padding-top: 12px;
}
.inner_content p {
	line-height: 26px;
	margin: 0 0 8px 0;
}