@charset "utf-8";
body {
	margin: 0px;
	background: #EAEAEA url(images/bg.gif) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	height: 124px;
}
#logo {
	float: left;
	width: 253px;
	height: 124px;
	background: url(images/logo.gif) no-repeat;
}
#number {
	float: right;
	width: 222px;
	height: 124px;
	background: url(images/number.gif) no-repeat;
}
#navigation {
	width: 100%;
	height: 28px;
	background: url(images/navbar.gif);
}
#navigation img {
	border: 0px;
}
#endcap {
	width: 11px;
	height: 28px;
	float: right;
	background: url(images/endcap.gif) no-repeat;
}
#content {
	width: 100%;
	margin-top: 15px;
}
#left {
	width: 20%;
	margin-right: 2%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
}
#left ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#left ul li {
	margin: 0px;
	padding: 7px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 0.8em;
}
#left ul li a {
	color: #000000;
	text-decoration: none;
}
#left ul li a:hover {
	color: #333333;
	text-decoration: underline;
}
#right {
	width: 77%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: right;
}
#copyright {
	width: 100%;
	clear: both;
	font-size: 0.8em;
	text-align: center;
}
.padding {
	margin: 1px;
	background: url(images/whitebg.gif) repeat-x;
	padding: 7px;
}
.frontTable {
	width: 100%;
	text-align: center;
}
.frontTable td {
	width: 50%;
}
.frontTable img {
	border: 0px;
	width: 100%;
}
.fixIE {
	width: 1000px;
}
.test {
	font-size: 0.8em;
}
.prices {
	background: #000000;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.prices th {
	background: #CCCCCC;
}
.prices td {
	background: #FFFFFF;
	text-align: center;
}
.prices2 {
	background: #000000;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.prices2 th {
	background: #FFFF00;
}
.prices2 td {
	background: #FFFFFF;
	text-align: center;
}
.leftAlign {
	text-align: left;
}
