@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background: #332b22;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container {
	width: 1000px;
	background: #fffdec url(../images/bg_body.jpg) no-repeat 0 0;
	margin: 0 auto;
	color: #382f25;
	font-size: .75em;
	line-height: 1.35em;
}

a {
	color: #405c95;
	text-decoration: none;
}

a:hover {
	color: #ec9534;	
}

h1#logo {
	text-indent: -9000em;	
}

#content {
	width: 400px;
	padding: 260px 0 30px 508px;
	min-height: 406px;
}

h2 {
	font-size: 1.15em;
	padding: 7px 0 2px 0;
}

p {
	padding: 0 0 15px 0;	
}

.no-margin {
	padding: 0;	
}

h2.no-margin {
	padding-bottom: 2px;	
}

.slight-margin {
	padding: 0 0 7px 0;	
}

li {
	list-style-type: none;
	background: url(../images/icon_arrow.gif) no-repeat 0 2px;
	padding: 0 0 5px 15px;
}

#footer {
	width: 1000px;
	height: 333px;
	background: #fff url(../images/img_footer.jpg) no-repeat 0 0;
	text-indent: -9000em;
}