@charset "utf-8";
/* reset browser styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
/* general styles */
html {
	height: 100%;
}
body {
	color: white;
	font-size: 10px;
	line-height: 1.2;
	background: #AE9F8D url(../images/bg.png) repeat-y center top;
	height: 100%;
}
#page {
	width: 975px;
	margin: 0 auto;
	background-color: #5C3E1B;
	min-height: 100%;
}
a, a:link, a:hover, a:visited, a:active{
	color: #DEBE85;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
}
p {
	/*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin-bottom: 1em;
}

/* header area */
#header {
	height: 495px;
	background-image: url(../images/bg_header.jpg);
}
#header h1 {
	padding: 10px 0 0 21px;
}

/* content area */
#content {
	overflow: auto;
	background: url(../images/bg_content.jpg) no-repeat;
}

/* footer area */
#footer li
{
	display: inline;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	padding: 0 0.5em 0 0.75em;
	border-left: 1px solid;
}
#footer ul {
	text-align: center;
	padding: 78px 0 5px 0;
}
#footer li.first {
	border: 0;
}

/* mp3 player */
#player {
	padding: 25px;
	width: 150px;
}
#player p {
	margin: 0;
}