body {
	filter:alpha(opacity=100);
	opacity: 1.0;
	background-color: white; /*corrects IE's ugly display of bold text*/

	background:url('./Resources/Images/background3.jpg') top center no-repeat #FFFFFF;
	font-family:verdana, arial, sans-serif;
	font-size:normal;
	margin:0;
	padding:0;
}

.italic {
	font-style:italic;
}

a {
	color:#AA1520;	
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}

ul {
	margin-top:2px;
	margin-bottom: 0;
}

#container {
	margin:-200px 0 0 -380px;
	padding:0;
	position: absolute;
	top:50%;
	left:50%;
	width: 760px;
	height: 400px;
	border:1px solid olive;
	background-color:white;
  	filter:alpha(opacity=40);
	KHTMLOpacity:0.4;
	-moz-opacity:0.4;
	opacity:0.4;
	overflow:hidden;
}

#container2 {
	margin:-200px 0 0 -380px;
	padding:0;
	position: absolute;
	top:50%;
	left:50%;
	width: 760px;
	height: 400px;
	background-color:transparent;
	overflow:hidden;
}

#leftpanel {
	position:absolute;
	top:0;
	left:0;
	width:199px;
	height:380px;
	margin:10px 0;
	padding:0;
	border-right: 1px solid olive;
	z-index:900;
}

#logo {
	width:100%;
	text-align:center;
	margin: 32px 0 0 0;
	padding: 0;
	font-size: 3.5em;
	color: #6C161C;
	z-index: 999;
}

#logo a {
	text-decoration: none;
	color: #8F1922;
}

#logo a:hover {
	text-decoration:none;
	color:#8F1922;	
}

#logo a:visited {
	text-decoration:none;
	color:#8F1922;	
}

#navmenu {
	width:100%;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	font-weight: bold;
}

#navmenu li a {
	color:#651520;	
	text-decoration:none;
}

#navmenu li a:hover, #navmenu li a#active {
	color:#AA1520;
}

h5 {
	font-size:normal;
	font-weight:bold;
	margin:0;
	paddig:0;
}

#player {
	position:absolute;
	bottom:25px;
	width:184px;
	margin:0 8px;
	text-align:center;
	font-size:smaller;
	background-color:white;
	border: 1px solid olive;
}

#play_object {
	margin:0;
	padding:0;
	margin: 0 5px 0 0;
}

#content {
	position:absolute;
	right:0;
	top:0;
	width:557px;
	height:380px;
	padding:0;
	margin:10px 0;
	text-align: justify;
	overflow: auto;
	overflow-x:hidden;
	overflow-y:auto;
	font-size: smaller;
	z-index:800;
	background-color:transparent;
}
#container2>#content {
	width:560px;
}

.content-item {
	margin:10px 45px;
	padding:0;
}

.content_item {
	width:450px;
	margin:45px 50px;
	padding:0;
}

h4 {
	clear:both;
	margin:0 0 2px 0;
	font-size:larger;
}

.member {
	float:left;
	width:200px;
}


.disc_img {
	width:199px;
	float:left;
	margin-top:10px;
}

.disc_img img {
	border:1px solid black;
}

.disc_playlist {
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}

.contactfield {
	font-weight:bold;
	width:150px;
	float:left;
}

#reviewlist {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;	
}

img {
	border:none;
	margin:0;
	padding:0;
}

#movies img {
	width:150px;
	height:150px;
  	filter:alpha(opacity=66);
	KHTMLOpacity:0.66;
	-moz-opacity:0.66;
	opacity:0.66;
}

#stills img {
	border:1px solid white;
	max-width:140px;
	width:140px;
  	filter:alpha(opacity=66);
	KHTMLOpacity:0.66;
	-moz-opacity:0.66;
	opacity:0.66;
}

#links {
	position: relative;
	top:90px;
	left:90px;
	width:101px; 
	height:70px; 
	float:left; 
	text-align:left;
}

#guestbook-content-container {
	height:240px;
	overflow:hidden;
}

#guestbook-content-container2 {
	height:259px;
	padding-right:5px;
	padding-bottom:-20px;
	overflow:scroll;
	text-align:justify;
}

#guestbook-comment-container {
	margin:0 45px;
	padding:0;
}

form {
	margin:0;
	padding:0;
}

.textinput { 
	margin:0;
	background-color: #CCCCCC; 
	border: 1px solid #333333;
}

.submitbtn { 
	background-color: #CCCCCC; 
	border: 1px solid #333333;
}

#warning {
	color:red; 
	position: relative;
	margin-top:20px;
	width:400px; 
	height:300px; 
	float:left; 
	text-align:justify;
}