﻿body {
	font: 0.8em/1.75em "Trebuchet MS", Helvetica, Arial;
	padding: 0;
	margin: 0;
	background: #e7e7e7;
}
a {
	color: #6e0019;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h2 {
	margin: 0;
}

h2 {
	font-size: 200%;
}

img {
	background: white;
	padding: 5px;
	margin: 7px;
	border: 1px gray solid;
	border-bottom-color: #3c3c3c;
	border-right-color: #3c3c3c;
}
.clear {
	clear: both;
}

#wrapper {
	width: 781px;
	margin: 50px auto 0;
	background: white url('images/round-top.png') no-repeat scroll center top;
	padding: 5px;
}
#sidebar {
	float: left;
	width: 30%;
	padding: 15px;
}
#content {
	margin-left: 31%;
	clear: right;
	padding: 15px 30px;
}

#content p{
	text-align: justify;
}
#footer {
	text-align: center;
	border-top: 1px gray solid;
	background: white url('images/round-bottom.png') no-repeat scroll center bottom;
	width: 781px;
	margin: auto;
	margin-bottom: 50px;
	padding: 5px;
}

