body {
	background-color: #6b6c01;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrap {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#flash_header {
	background-color: #339999;
	width: 800px;
	height:: 252px;
}

#main_wrap {
	background-image: url(imgs/bg_main.jpg);
	background-repeat: repeat-y;
}

#left_panel {
	width: 256px;
	float: left;
}

#main_panel {
	float: right;
	width: 544px;
}

#main_inside {
	background-color: #CCFF33;
}

.clr {
	clear: both;
	background-color: #6b6c01;
}




#container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#container table {
	width: 100%;
}

#container table td {
	text-align: left;
}

#container table td.left_out {
	background-image: url(imgs/left_back.gif);
	background-repeat: repeat-y;
}

#container table td.left_panel {
	background-image: url(imgs/left_panel_back.gif);
	background-repeat: repeat-y;
}

#container table td.center {
	text-align: center;
}

#container table td.side1 {
	background-image: url(imgs/side1.gif);
	background-repeat: repeat-y;
	width: 20px;
}

#container table td.main {
	background-color: #f8f3e1;
	background-position: bottom;
	background-image: url(imgs/main_back.gif);
	background-repeat: no-repeat;
}

#container table td.main  p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
}

#container table td.side2 {
	background-image: url(imgs/side2.gif);
	background-repeat: repeat-y;
	width: 54px;
}

p {
	font-family: "Gill Sans", "Lucida Sans", "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 14px;
}
a {
	font-family: "Gill Sans", "Lucida Sans", "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 13px;
	color: #994021;
	text-decoration: none;
}
h1 {
	font-family: "Gill Sans", "Lucida Sans", "Trebuchet MS", Arial, Helvetica;
	font-size: 18px;
	line-height: 20px;
	font-weight: lighter;
	color: #994021;
}
h2 {
	font-family: "Gill Sans", "Lucida Sans", "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	line-height: 15px;
	font-weight: lighter;
}
h3 {
	font-family: "Gill Sans", "Lucida Sans", "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 12px;
	font-weight: lighter;
}
h4 {
	font-family: "Gill Sans", "Lucida Sans", "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 12px;
	font-weight: lighter;
}
