/* structure */
html, body {
	background-color: #23201F;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

/* footerStickAlt: http://www.themaninblue.com/writing/perspective/2005/08/29/ */
div#wrap {
	width: 638px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	background: url(image/bg.gif) repeat-y center;
}
* html div#wrap {
	height: 100%;
}

div#top {
	background: url(image/img.jpg) no-repeat;
	height: 222px;
}

div#page {
	padding: 0 25px;
}

/* page title */
div#title {
	text-align: center;
	width: 420px;
	margin: -40px 0 5px 140px;
}
h1 {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 28px;
	letter-spacing: 1px;
	font-variant: small-caps;
	margin: 0 0 auto;
	color: #A9A9A9;
}
h2 {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 18px;
	color: #000;
	border-bottom: dotted 1px #631D11;
	font-variant: small-caps;
}

/* body content */
div#content {
	width: 405px;
	float: left;
	text-align: justify;
}
div#content a {
	color: #A9A9A9;
	text-decoration: underline;
	font-weight: bold;
}
div#content a:hover {
	color: #23201F;
}
strong, b {
	color: #A9A9A9;
}

/* navigation */
div#nav {
	width: 170px;
	float: right;
	color: #A9A9A9;
}
div#nav a {
	color: #A9A9A9;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	background-color: black;
	padding: 2px 10px;
	height: 14px;
}
div#nav a:hover {
	background-color: #23201F;
	color: #534640;
	padding-left: 15px;
}
h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #631D11;
	background-color: #A9A9A9;
	padding: 5px;
	margin-bottom: 0;
}
div#nav ul {
	margin-top: 0;
	border-top: solid 4px #631D11;
	border-bottom: solid 4px #A9A9A9;
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

/* footer */
div#footer {
	background-color: #000;
	clear: both;
	border-left: solid 16px #631D11;
	border-right: solid 16px #631D11;
	color: #A9A9A9;
	text-align: center;
	text-transform: lowercase;
	padding: 3px 0 5px;
	font-weight: bold;
	position: relative;
	width: 606px;
	margin: 0 auto;
}
div#footer a {
	color: #631D11;
	margin: 0 2px;
	text-decoration: none;
}
div#footer a:hover {
	color: #534640;
	text-decoration: underline;
}