@charset "UTF-8";
/* CSS Document */
body {
	background-image: url('../../../../Assets/Images/backgroundtile.jpg');
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#navbar {
	height: 35px;
}
#wrapper #body {
	padding: 30px 0px;
}

#wrapper #body #body_left,
#wrapper #body #body_right {
	float: left;
}

#wrapper #body #body_left {
	width: 400px;
	padding-left: 20px;
}

#wrapper #body #body_right {
	width: 550px;
}

#wrapper #footer {
	clear: both;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #7F1616;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}
#wrapper #body h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #7F1616;
}
a:hover {
	text-decoration: underline;
}
