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

body {
	background-color:#383838;
	background-image:url(../../images/leather_bk_sml.jpg);
	background-repeat:repeat;
	background-position:top;
	margin:0;
	padding:0;
	color:#d7cc73;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	text-align:center;
}
h1 {
	font-size:1.3em;
	font-weight:normal;	
	padding:0 0 5px 0;
	margin-bottom:0;
	color:#fff;
}
h2 {
	font-size:1.1em;	
	padding:0 0 0 0;
	margin-bottom:0;
	color:#fff;
	font-weight:normal;	
}
p {
	line-height:1.5em;
	padding:5px 0;
	margin:0;
}
a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#d7cc73;
	text-decoration:underline;
}
#wrapper {
	width:960px;
	margin:0 auto 40px auto;
	padding-bottom:40px;	
}
#header {
	margin-top:30px;
	height:150px;
}
#nav {
	margin:20px 0;
	text-align:center;
	color:#fff;
}
#nav a {
	text-decoration:none;
}
#content {
	width:960px;
	text-align:center;
}
#text {
	width:500px;
	text-align:left;
	margin: 0px auto 20px auto;	
}
#footer {
	font-size:0.8em;	
	width:960px;
	text-align:center;
	color:#fff;
}
