/* CSS Document */

body {
	margin: 0px;
	text-align: center; /* text align since IE doesn't respect div margin "auto" */
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

a {

}

div {
	text-align: left; /* reset text alignment */
}

img {
	border: 0px;
}

h1 {
	color: #8f2216;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

ul {
	margin-top: 0px;
}

li {

}

#container {
	width: 750px;
	border: solid 1px #000000;
	margin: 0px auto;
}

#navBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 7px 0px 15px 0px;
	text-align: center;
	display: none;
}

#navBar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#leftColumn {
	width: 266px;
	text-align: center;
	background-color: #fffff;
	float: left;
}

#rightColumn {
	width: 484px;
	background-color:#fffff;
	float: right;
	font-size: 11px;
	padding-bottom: 10px;
}

#footer {
	height: 54px;
	clear: both;
	background: url(../images/template/footer.gif);
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}