body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #392F26;
	background-color: #392F26;
	margin: 0px;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	background-image:  url("../images/bg-footer.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
}
#footer a:hover {
	color:#B6D903;
}
#left {
	display: block;
	height: 474px;
	width: 277px;
}
#home {
	background-image: url(../images/home/left-side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 474px;
}
#about {
	background-image: url(../images/about/left-side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 474px;
}
#design {
	background-image: url(../images/design/left-side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 474px;
}
#awards {
	background-image: url(../images/awards/left-side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 474px;
}
#contact {
	background-image: url(../images/contact/left-side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 474px;
}
#portfolio {
	background-image: url(../images/portfolio/left-side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 474px;
}
#container {
	margin-left: 50px;
	width: 205px;
	height: 435px;
	overflow: hidden;
	padding-top: 18px;
}
.smalltext {
	font-size: 10px;
}
a:link, a:visited {
	color: #B02333;
	text-decoration: underline;
}
a:hover {
	color: #3F5121;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B02333;
	margin: 0px;
}
