/* GLOBAL PROPERTIES */
* {
	margin:0px;
	padding:0px;
	font-family:sans-serif;
}
html {
	border:0px;
	overflow-y:auto;
	overflow-x:visible;
}
body {
	color:#4A4A4A;
	font-size:.8em;
	background-color:#580600;
	background-repeat:repeat-x;
	background-image:url(../bin_img/bg.jpg);
}
p {
	margin:5px;
	padding:5px;
}
img {
	border:0px;
}
ul, li {
	list-style:none;
}
.lx li {
	margin-left:25px;
	list-style:inside;
}
.max {
	width:800px;
	margin:0px auto;
}
.a1 {
	text-align:left;
}
.a2 {
	text-align:center;
}
.a3 {
	text-align:right;
}
.b1 {
	float:left;
}
.b2 {
	float:right;
}

/* TYPOGRAPHY */
h1, h2, h3 {
	color:#580600;
	margin:10px;
}
h1, h1 a:link, h1 a:visited {
	color:#580600;
	font-size:1.5em;
	text-decoration:none;
}
h2, h2 a:link, h2 a:visited {
	color:#580600;
	font-size:1.2em;
	text-decoration:none;
}
h3, h3 a:link, h3 a:visited {
	color:#580600;
	font-size:1em;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

/* CONTENT */
.content {
	height:1%;
	clear:both;
	color:#4A4A4A;
	overflow:auto;
	padding:5px;
	background-color:#F3E9C1;
	border-left:#FFFFFF 3px solid;
	border-right:#FFFFFF 3px solid;
}
.watermark {
	padding-top:10px;
	background-repeat:no-repeat;
	background-position:bottom right;
	background-image:url(../bin_img/watermark.jpg);
}
.watermark a:link, .watermark a:visited {
	color:#333333;
}

/* SITEMAP */
.sitemap {
	color:#DDAE81;
	padding:10px 0px;
	background-repeat:repeat-x;
	border-top:#FFFFFF 2px solid;
	border-bottom:#FFFFFF 2px solid;
	background-image:url(../bin_img/bg2.jpg);
}
.sitemap ul {
	line-height:17px;
	margin-left:20px;
	margin-right:30px;
}
.sitemap a:link, .sitemap a:visited {
	color:#F4E7C6;
	font-size:10px;
	padding-left:10px;
	text-decoration:none;
	text-transform:uppercase;
}
.sitemap a:hover {
	text-decoration:underline;
}

/* SEARCH */
#search {
	padding-right:10px;
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(../bin_img/search.jpg);
}

/* FOOTER SEGMENT */
.footer {
	color:#DDAE81;
	margin:10px auto;
	margin-bottom:40px;
}
.footer b {
	color:#FFFFCl;
}
.footer a:link, .footer a:visited {
	color:#DDAE81;
}
