body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffff99;
	}
	
a {
	color: #000000;
	text-decoration: none;
	letter-spacing: 2px;
	}
	
#header {
	width: 800px;
	height: 100px;
	background-image: url('assets/header_bg.jpg');
	}
	
#navbar {
	width: 800px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ebdac7;
	}
	
#bigimage {
	width: 800px;
	height: 300px;
	background-image: url('assets/workshop.jpg');
	}
	
#content {
	width: 720px;
	height: auto;
	text-align: left;
	padding: 40px;
	margin: 0;
	background-color: #ffffff;
	}
	
#sidebar {
	float: right;
	width: 200px;
	height: auto;
	margin: 0;
	margin-left: 75px;
	padding: 0;
	text-align: right;
	}
	
#sidebar h2 {
	text-align: left;
	margin-left: 20px;
	}
	
#footer {
	width: 800px;
	height: 80px;
	background-image: url('assets/footer_corner.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #ffffff;
	}
	
#address {
	float: left;
	margin-left: 23%;
	margin-top: 2%;
	}

.clear {
	clear: both;
	}

.text1 {
	margin-left: 20px;
	}

h1 {
	margin-top: 15px;
	font-size: 26px;
	color: #662200;
	}
	
h2 {
	font-size: 12px;
	color: #662200;
	}

h3 {
	font-size: 20px;
	color: #662200;
	}