﻿
body{
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

img{border:0;}

#container{
	text-align: center;
}

#container2{
	width: 790px;
	text-align: left;
	border: solid 2px #B5B5A3;
	background-color: #EBECE6;
	color: #333;
	font-family: Tahoma, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: auto;
	font-size: 12px;
}

#top{
	background-color: #FFF;
	height: 109px;
	border-bottom: solid 2px #B5B5A3;
}

#topleft{
	float: left;
	height: 109px;
}

#topright{
	float: right;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	padding-right: 20px;
}

/* Invisible clearing br? */
br.clear{
	clear: both;
}

#nav{
	background-color: #393C39;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

#nav a{
	color: #DAD7BA;
	text-decoration: none;
	font-size: 11px;
}

#nav a:hover{
	color: #FFF7A7;
	text-decoration: underline;
}

.stock th{
	background-color: #8E8E8E;
	padding: 5px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

.stock td{
	color: #333;
	background-color: #D2D2D2;
	padding: 5px;
	font-size: 12px;
}

#content1{
	width: 100%;
	border-spacing: 0;
}

#content1 td{
	padding: 7px;
	vertical-align: top;
}

#content1 img{
	width: 220px;
}

.centered{
	text-align: center;
}

.w220{
	width: 33%;
}

.w100pct{
	width: 100%;
}

.pad7{
	padding: 7px;
}

/* styles added by g */
.style1 {
	text-align: center;
}
.style2 {
	text-decoration: none;
}

#dbg{
	display: none;
	border: solid 2px #334455;
	padding: 4px;
}