@CHARSET "UTF-8";
body {
	padding:0px;
	margin:0px;
	background-image:url(/img/tileBG.jpg);
	font-family: "Trebuchet MS", tahoma, verdana, arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a2914;
}
img {
	border:none;
}
#container {
	margin:auto;
	width:915px;
}
#logo {
	width:209px;
	height:207px;
	float:left;
}
#banner {
	width:704px;
	height:207px;
	float:left;
}
#leftbar {
	background-image:url('/img/left_line.jpg');
	width:209px;
	height:506px;
	float:left;
}
#leftbar2 {
	background-image:url('/img/left_line2.jpg');
	width:209px;
	height:506px;
	float:left;
}

#leftbar_bottom {
	background-position:bottom;
	background-repeat:no-repeat;
	width:209px;
	height:506px;
	float:left;
}
#main {
	width:704px;
	height:506px;
	float:left;
}

a {
	color:white;
	text-decoration:none;
}

#viewpage a {
	color:#7a2914;
	font-size:12px;
}
