body {
	margin: 0;
	padding: 0;
	background: #7691B9  url('bg_gradient.jpg') repeat-x;
	color: #70583c;
	cursor: default;
}

* {
	font-size: 12px;
	font-family: verdana, sans-serif;
}

a {
	color: #b27e3c;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #b27e3c;
}
a:hover {
	color: #7d4d10;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #b27e3c;
}

div.header {
	width: 802px;
	height: 221px;
	background: url('header.jpg') center top no-repeat;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
}
	div.domain {
	color: #CBDFE8;
	background: transparent;
	padding: 140px 0 0 210px;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bolder;
	}
	div.links {
	float: right;
	padding-right: 40px;
	}
	div.links a {
	display: block;
	float: left;
	border: 0;
	font-size: 10px;
	color: #FF6600;
	background: #C7DFEB;
	text-decoration: none;
	padding: 16px 13px 0 13px;
	font-weight: bold;
	}
	div.links a:hover {
	color:#000000;
	}
div.navbar {
	background: #f4eedf url('bg_navbar.jpg') repeat-x;
	color: #a15c04;
	height: 37px;
	width: 802px;
	margin: 0;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
	a.navbar {
		border: 0;
		display: block;
		font-weight: bold;
		height: 37px;
		line-height: 34px;
		color: #D63101;
		background: transparent;
		text-decoration: none;
	}
	a.navbar:hover {
		border: 0;
		background: #d99129 url('bg_navbar_a.jpg');
		color: #fff;
	}
	a.active {
		background: #d99129 url('bg_navbar_a.jpg');
		color: #fff;
		cursor: default;
	}
div.body_content {
	background: #fff url('body_content.jpg') top center repeat-y;
	color: inherit;
	width: 802px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
h1 {
		color: #F17403;
		background: transparent url('h1_arrow.jpg') center left no-repeat;
		padding: 4px 0 4px 15px;
		margin: 0 16px 12px 16px;
		border-bottom: 1px dotted #e3e7c2;
	}
	div.navright {
		float: right;
		width: 260px;
		padding-right: 20px;
	}
	div.navright a {
		background: trasparent;
		color: #a66a1d;
		display: block;
		padding: 6px 6px 6px 20px;
		border-bottom: 1px dotted #e9dac6;
		text-decoration: none;
	}
	div.navright a:hover {
		background: #f9f6f1 url('nav_arrow.gif') center left no-repeat;
		background-position: 5px;
		color: #a66a1d;
		text-decoration: none;
	}
	div.navright a.active {
		background: #f9f6f1 url('nav_arrow.gif') center left no-repeat;
		background-position: 5px;
		color: #a66a1d;
		font-weight: bold;
	}
	div.content {
	/*width: 453px;*/
	margin-left: 30px;
	/*background: url('content.jpg') no-repeat;*/
	padding: 12px 12px 35px 12px;
	text-align: justify;
	margin-right: 30px;
	}

div.body_foot {
	width: 802px;
	min-height: 500px;
	background: transparent url('body_foot.jpg') bottom center no-repeat;
}
div.footer {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #ffffff;
	background: transparent;
	width:802px;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
div.footer * {
	font-size: 10px;
}
div.footer a {
	color: #ffffff;
	background: transparent;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
}
div.footer a:hover {
	color: #000000;
	background: transparent;
	border-bottom: 1px dotted #fff;
}
div.copyright {
	margin-top: 4px;
}
