html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	}
	
body {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(bg_marg01.jpg);
	background-color:#b7b4a5;
	background-attachment: fixed;
	}

h2 {
	font-family:Arial,Times;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:4px;
	}

h3 {
	font-family:Arial,Times;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:4px;
	}

p {
	font-family:Arial,Times;
	color:#000000;
	font-size:16px;
	font-weight:normal;
	text-indent:8px;
	padding-bottom:14px;
	}
	
.no_indent {
	text-indent:0px;
	}

.option_text {
	color:#83be33;
	font-size:14px;
	padding:0px;
	padding-bottom:8px;
	text-align:right;
	}

.grey {
	color: #8f8c81;
	}

img {
	padding-bottom:10px;
	}

#wrapper {
	margin: 0px;
	position:relative;
	width:750px;
	left:50%;
	margin-left:-375px;
	padding:0px;
	border:0px;
	}

#header {
	border:0px;
	padding:0px;
	margin:0px;
	height:245px;
	}

#header span {
	display:none;
	}

#content {
	background-repeat: no-repeat;
	background-position: 0;
	border-width: 0px;
	position:relative;
	background-color: #f6f3e0;
	padding:14px;
	padding-bottom:4px;
	margin:0px;
	overflow:auto;
	}

#content_left {
	position:relative;
	float:left;
	width:450px;
	}

#content_right {
	position:relative;
	float:right;
	width:250px;
	}

#content a {
	color:#83be33;
	text-decoration:none;
	}

#content a:hover {
	text-decoration:underline;
	}

#content ul {
	padding-bottom:15px;
	}

#content li {
	display:inline;
	}

#content h2	{
	text-decoration:underline;
	padding-bottom:18px;
	}

#footer {
	margin-top:14px;
	padding-bottom:14px;
	position:relative;
	clear:both;
	overflow:auto;
	}

#footer_left {
	position:relative;
	text-align:left;
	float:left;
	}

#footer_right {
	position:relative;
	text-align:right;
	float:right;
	}

#footer p {
	font-size:12px;
/*
	color:#55452e;
*/
	color:#FFFFFF;
	line-height:20px;
	text-indent:0px;
	padding:0px;
	}

#footer a {
/*
	color:#55452e;
*/
	color:#FFFFFF;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}