﻿  /* CSS layout */
* {
	padding: 0px;
	margin: 0px;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	background-color: #824339;
	background-image: url('../images/brick_wall.jpg');
}
#masthead {
	height: 80px;
	background-color: #000000;
	background-image: url('../images/coffee_beans.jpeg');
	background-repeat: repeat;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	min-width: 600px;
	background-color: #663333;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#left_col {
	width: 150px;
	float: left;
}
#page_content {
	margin-left: 150px;
	margin-right: 100px;
	background-color: #ffcc99;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	clear: both;
	background-color: #000000;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
	color: #FFFFFF;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	font-family: "Courier New", Courier, monospace;
}
#left_col a {
	display: block;
	background-color: #663333;
	color: #FFcc99;
	margin-left: 10px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	padding-top: 4px;
}
#left_col a:hover {
	font-size: 16px;
}
#left_col a:link {
}
#left_col a:visited {
	text-decoration: underline;
}
#left_col a:active {
	color: #000000;
}
#right_col {
	width: 100px;
	float: right;
}
p {
	font-size: 11px;
	margin-bottom: 7px;
	line-height: 16px;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a:link {
	text-decoration: none;
	color: #663333;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #663333;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-size: 14px;
}
a:active {
	text-decoration: none;
}
.h1 {
	font-size: 24px;
	color: #ffcc99;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}
.h2 {
	font-size: 20px;
}
.h3 {
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
}
.flrt {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
