/* css style */

body {
	margin: 16px 0px 20px 0px;
	background: url(images/bg.gif) White;
}
body, td, th, div {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #636363;
}
img {
	border: none;
}
a {
	color: #9B3737;
}



table#body {
	background-color: White;
	width: 799px;
	height: 100%;
}
div#header {
	border-top: solid 5px #7D7D7D;
	border-bottom: solid 1px #828C4D;
}
table#menu {
	width: 799px;
	height: 53px;
	background: url(images/m-bottom.gif) repeat-x bottom left;
}
table#menu td {
	vertical-align: top;
}

div#widebody {
	position: relative;
	width: 759px;
	margin-left: 20px;
}

tr#bottom td {
	background-color: #7D7D7D;
	color: #CCCCCC;
	text-align: center;
}

div#content {
	position: relative;
	width: 500px;
	margin-top: 15px;
	margin-right: 29px;
	padding-left: 50px;
	float: left;
}
div#column {
	position: relative;
	width: 184px;
	padding-left: 14px;
	margin-top: 15px;
	float: left;
}

h1 {
	font: bold 24px/26px Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #646C3B;
}
h2 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #9B3737;
}

p {

}