﻿body {
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFFFCC;
}
#wrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	background-image: url('images_developed/gradient_down%20copy.jpg');
	background-repeat: repeat-y;
}
#main {
	width: 900px;
	position: relative;
	background-image: url('images_developed/gradient_footer.jpg');
	background-position: 50% bottom;
	background-repeat: no-repeat;
}
#header {
	position: relative;
	width: 890px;
	margin-right: 5px;
	margin-left: 5px;
}
#navigation {
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	width: 890px;
}
#left_box {
	position: relative;
	width: 250px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}
#content {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 5px;
	position: relative;
	width: 620px;
	float: left;
}
#footer {
	position: relative;
	width: 890px;
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
}
p {
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #808080;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: large;
	font-weight: bold;
	color: #926A6A;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #808080;
}
.img_right {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}
.style2 {
	margin-left: 5px;
	margin-right: 5px;
}
.left_image {
	float: left;
	margin-left: 5px;
}
.style1 {
	border-width: 0px;
}
.style3 {
	border-width: 0px;
}
.no_border {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
}
.left_img {
	float: left;
	padding-right: 5px;
}



