body {
	font-family: arial, "lucida console", sans-serif;
	background: #ccffcc;
}

#header {
	width: 780px;
	height: 150px;
	background: #994400;
	border-bottom: 5px solid #bb2222;
}

#header h1 {
	margin: 0px;
	padding: 10px;
	color: #ffcc00;
}

#sidebar {
	width: 150px;
	margin-left: 10px;
	border-bottom: 1px solid #d0d0d0;
	background: #fff2f2;
}

a.sidebar_link p {
	color: #004400;
	width: 150px;
	padding: 5px;
	margin: 0px;
	font-size: medium;
}

a.sidebar_link:hover p {
	text-decoration: underline;
	color: #007700;
}

#widebar {
	width: 650px;
	position: relative;
	left: 150px;
	top: -120px;
}

a {
	color: #004400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #007700;
}


div.box {
	border: 1px solid black;
	background: #ddddff;
	padding: 5px;
}

#front_image {
	float: left;
	width: 50%;
	margin: 10px;
	border: 1px solid black;
}

#content {
	width: 650px;
	background: #ffffff;
	border: 1px solid #555555;
	border-bottom: 1px solid black;
	padding: 10px;
}

#gallery {
	width: 650px;
	background: #000000;
	border: 1px solid #555555;
	border-bottom: 1px solid #333333;
	padding: 10px;
}

.clear {
	clear: both;
}

p.text.left {
	text-align: left;
}

p.text.right {
	text-align: right
}

p.italic {
	font-style: italic;
}

#footer {	
	text-align: center;
	font-size: small;
}