@charset "UTF-8";
body {
	background-color: #f3f4f4;
}
* {
	margin: 0px;
	padding: 0px;
}
#header {
	height: 250px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: rgba(241,91,41,1);
}
#wrapper {
	height: 768px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(244,244,244,1);
	padding-left: 300px;
}
#wrapper h1 {
	margin-top: 30px;
	margin-left: 30px;
	font-size: 24px;
	line-height: 30px;
	font-variant: small-caps;
	color: rgba(241,91,41,1);
}
#wrapper p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-left: 30px;
	line-height: 28px;
	color: rgba(24,20,84,1);
}
#container {
	float: left;
	width: 700px;
}
#sidebar {
	float: left;
	width: 200px;
}
