/*--------Main Properties----*/

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

body {
	background: #5d503e url(../images/bkgd_brown.gif) repeat-x;
	margin: 0;
	padding: 7px 7px;
}

#container {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #000;
	padding-bottom: 20px;
}

#content {
	background: white;
	width: 570px;
	padding: 10px;
	margin-left: 167px;
}

#sidebar {
	width: 167px;
	position: absolute;
	top: 194px;
	left: 0;
}

#main_text {
	width: 440px;
	border-right: 1px solid black;
}

#new_release {
	padding: 5px 5x 10px 5px;
	width: 435px;
}

#extras {
	padding: 5px;
	background: #aba689;
	width: 420px;
	height: 75px;
}

#news {
	clear: both;
	width: 435px;
	padding-top: 5px;
}

#index_events {
	width: 125px;
	padding: 0 5px 5px 10px;
	position: absolute;
	right: 20px;
	top: 205px;
}

#footer {
	text-align: center;
	clear: both;
}

#pw_ad {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 468px;
}

/*---------Text properties-------*/

p, .mysubmit, .textarea {
	font-size: small;
	color: black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	font-size: large;
	text-align: left;
	font-weight: bold;
}

h2 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: white;
	background: #7a6d5c;
	font-size: small;
	text-align: left;
	padding: 3px;
}

h3 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: white;
	background: #7a6d5c;
	font-size: small;
	text-align: center;
	padding: 3px;
}

#footer p {
	color: white;
	font-size: 11px;
}

.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.more_links {
	font-size: x-small;
}

.news_headline {
	font-size: small;
	font-weight: bold;
}

/*---------Link Properties--------*/

#footer a:link, #footer a:visited {
	color: white;
}

#content a:link, #content a:visited {
	color: black;
}

/*---------Menu Properties--------*/

#menu {
	padding: 0;
	margin: 0;
}

#menu li {
	list-style: none;
	padding: 5px 40px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: small;
	background: #7a6d5c;
}

.border {
	border-bottom: 1px solid #aba689;
}

.border_top {
	border-top: 1px solid #aba689;
}

.white {
	background: white;
}

#menu a:link, #menu a:visited {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/*---------Table Properties--------*/

.event_table {
	width: 560px;
}

.book_table, .about_table {
	width: 560px;
}

.book_table td, .about_table td {
	vertical-align: top;
}

.spacing_left {
	padding-left: 10px;
}
