html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fef9f2;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	min-height: 100%;
	height: auto;
	background: #fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#logo {
	background-color: #000;
	width: 780px;
	height: 68px;
}
#menu {
	background-color: #eee;
	width: 780px;
	height: 30px;
}
#menu a {
	display: block;
	width: 124px;
	height: 20px;
	border-bottom: 10px solid #eee;
	float: left;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #eee;
	text-decoration: none;
	padding: 3px;
	text-align: center;
}
#menu a.eps-online {
	color: #990000;
}
#menu a.kevb-photography {
	color: #cc6600;
}
#menu a.blackglove {
	color: #cc9966;
}
#menu a.bk-promotions {
	color: #006666;
}
#menu a.kt-photography {
	color: #000090;
}
#menu a.funky-fotos {
	color: #993366;
}
#menu a:hover.eps-online {
	color: #fff;
	background-color: #000;
	border-bottom: 10px solid #990000;
}
#menu a:hover.kevb-photography {
	color: #fff;
	background-color: #000;
	border-bottom: 10px solid #cc6600;
}
#menu a:hover.blackglove {
	color: #fff;
	background-color: #000;
	border-bottom: 10px solid #cc9966;
}
#menu a:hover.bk-promotions {
	color: #fff;
	background-color: #000;
	border-bottom: 10px solid #006666;
}
#menu a:hover.kt-photography {
	color: #fff;
	background-color: #000;
	border-bottom: 10px solid #000090;
}
#menu a:hover.funky-fotos {
	color: #fff;
	background-color: #000;
	border-bottom: 10px solid #993366;
}
#text {
	margin-top: 3px;
	margin-bottom: 3px;
	float: left;
	width: 450px;
	height: auto;
	background-color: #fff;
}
#pics {
	margin-top: 3px;
	margin-bottom: 3px;
	float: right;
	width: 320px;
	height: auto;
	background-color: #fff;
	border-left: 1px dashed #000;
}
h1 {
	color: #000;
	background-color: #fff;
	margin: 0;
	font-size: 140%;
	border-bottom: 1px solid #999;
	text-align: center;
}
h2 {
	color: #333;
	background-color: #eee;
	margin: 3px;
	font-size: 120%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
}
a img {
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}
a:hover img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
}
p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	margin: 5px;
}
p.border {
	border: 1px dashed #ccc;
	padding: 3px;
}
p.centre {
	text-align: center;
}
td {
	font-size: 80%;
	color: #000;
	border: 1px solid #999;
}
td.text {
	background-color: #eee;
}
td.empty {
	border: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000066;
}
a.cheekylink {
	color: #666;
	text-decoration: none;
	cursor: text;
}
a:hover.cheekylink {
	color: #666;
	text-decoration: none;
	cursor: text;
}
.white {
	color: #fff;
}
input, textarea {
	border: 1px solid #000;
}
