/* CSS Document */

body{
	top:0;
	margin-top:0px;
	padding-top:0px;
	background-color:#480B08;
}
body, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#pwlogo{
	position:absolute;
	z-index:3;
	
}
a:hover .rollover{
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
}
.fadein{
	filter:alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity:0.0;
}
.scroll-pane {
	width: 400px;
	overflow:auto;
	/*background: #ccc;*/
	float: left;
	height: 210px;
}
.scroll-pane-gallery {
	width: 420px;
	overflow:auto;
	/*background: #ccc;*/
	float: left;
	height: 390px;
}
.media{
	background-image:url(images/media_bg.jpg);
	background-repeat:no-repeat;
	width:499px;
	height:510px;
}
.media_gallery{
	background-image:url(images/gallery_bg.jpg);
	background-repeat:no-repeat;
	width:499px;
	height:510px;
}
.title{
	background-image:url(images/title_bg.jpg);
	background-repeat:no-repeat;
	width:457px;
	height:55px;
}
.menu_bg{
background-image:url(images/menu_bg.jpg); background-repeat:no-repeat; width:687px;
}
.content{
height:214px; width:457px; background-image:url(images/content_bg.jpg); background-repeat:no-repeat; padding-left:50px;
}


/*Links*/
a:link, a:active, a:visited{
	color:#480B08;
}
a:hover, a:focus{
	color:#54540c;
	text-decoration:none;
}