body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.container {
	width:990px;
	height: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	background-image: url(../images/menuBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: none;
	height: 59px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.header ul{
	list-style-type: none;
	display: inline;
	padding: 0px;
}
.header li{
	display: inline;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.menuButton {
	background: transparent url('../images/buttonSpanA.jpg') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 59px;
	margin-right: 0px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	letter-spacing: 0.2px;
	font-weight: 200;
	font-size: 18px;
}
a.menuButton span {
	display: block;
	line-height: 49px;
	background-color: transparent;
	background-image: url('../images/buttonSpan.jpg');
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 18px;
} 
a.menuButton:hover {
	background-position: bottom right;
	outline: none;
}
a.menuButton:hover span {
    background-position: bottom left;
} 
#bodyContainer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	margin-top:30px;
}
 
#leftColumn {
	margin:0 auto;
	float: left;
	width: 495px;
	min-height: 650px;
}
#container ul{
	list-style-type: none;
	margin: 5px;
}
#container li{
	list-style-type: none;
	margin: 5px,10px,0px,0px;
}
#rightColumn {
	margin:0 auto;
	float: left;
	width: 495px;
	min-height: 650px;
}

.footer {
	width:990px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	font-size: 10px;
}
.footer ul{
	list-style-type: none;
	display: inline;
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer li {
	display:inline;
	padding-right: 7px;
	padding-left: 5px;
}

.button {

}
.button:hover {

}
h1 {
	color: #FFFFFF;
}

