html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url("/style/img/bg_texture.jpg") repeat top center fixed;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

a {
	color: #B5B6B8;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

a:hover, 
a:focus {
	text-decoration: underline;
	color: #FFFFFF;
}

h1 a, h2 a, h3 a, h4 a {
	color: #FFFFFF;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus {
	color: #B5B6B8;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


h1 {
	margin: 15px 0 15px 0;
}

h2 {
	margin: 10px 0 10px 0;
}

h3 {
	margin: 7px 0 7px 0;
}

h4 {
	margin: 5px 0 5px 0;
}

#container h1 {
	margin: 0px 0 8px 0;
}

#container h2 {
	margin: 0px 0 5px 0;
}

#container h3 {
	margin: 4px 0 7px 0;
}

#container h4 {
	margin: 3px 0 5px 0;
}

#wrapper {
	width: 950px;
	margin: 0px auto;
	padding: 10px none;
}

#top_spacer,
#bottom_spacer {
	display: block;
	height: 20px;
	overflow: hidden;
}

.clearer_both,
.clearer_left,
.clearer_right {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

.clearer_both {
	clear: both;
}

.clearer_left {
	clear: left;
}

.clearer_right {
	clear: right;
}

abbr {
	border: none;
}

p {
	margin: 0px 0px 10px 0px;
}

hr {
	margin: 0 10px;
}
