﻿/* Planet Beach 2007 */

/* LAYOUT STUFF */
.style1 {color: #FFFFFF}
.style1:link {
	color: #FFFFFF;
}
.style1:visited {
	color: #945E93;
}
.style1:hover {
	color: #FFFFFF;
}
.style1:active {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #945E93;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style6 {font-size: 10px}

body {
	margin: 0;
	padding: 0;
	background-color:#300f4c;
	background-image: url(images/shared/bg_grad.gif);
	background-repeat: repeat-x;
	height:100%;
	font-family:"Arial", Helvetica, sans-serif;
	}

#wrapper {
	position:relative;
	width:860px;
	margin:0 auto 0 auto;
	text-align:left;
	z-index:500 !important;
	}
	
#masthead {
	position:relative;
	width:860px;
	height:80px;
	margin:0 auto 0 auto;
	z-index:501 !important;
	}

#navigation{
	position:relative;
	width:860px;
	height:48px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
#navigation ul{
list-style-type:none;
margin-left:-5px;

}

#footer_spacer {
	text-align:center;
	width:860px;
	height:11px;
	margin:0 auto 0 auto;
}

#footer {
	overflow:hidden;
	text-align:left;
	width:860px;
	height:40px;
	margin:0px auto 0px auto;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#161416;
	/*background: url(images/shared/find_pb.gif) left no-repeat #000000;*/
}

#links {
	overflow:hidden;
	text-align:center;
	width:860px;
	height:25px;
	margin:0 auto 0 auto;
	background-color:#161416;
	color:#FFFFFF;
	font-size:11px;
	font-weight: bold;
	font-family:Verdana, Helvetica, sans-serif;
}

/***************** Content Area ******************/

.copyright {
	text-align:center;
	width:860px;
	height:35px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
	color:#FFFFFF;
	margin:0 auto 0 auto;
}

.copyright:link {
	text-decoration: none;
	font-size: 10px;
	color: FFFFFF;
}
.copyright:visited {
	text-decoration: none;
	font-size: 10px;
	color: #945E93;
}
.copyright:hover {
	text-decoration: underline;
	font-size: 10px;
	color: FFFFFF;
}
.copyright:active {
	text-decoration: none;
	font-size: 10px;
	color: FFFFFF;
}

#contentarea{
	z-index:1500;
	}
	
/*///////////// BG /////////////*/

#top_right {
	z-index:1;
	behavior: url(../iepngfix.htc);
	position:absolute;
	background:url(images/shared/top_right.png) top right no-repeat;
	width:281px;
	height:871px;
	top:158px;
	right:0px;
	left: 628px;

}

#bottom_left {
	z-index:1;
	behavior: url(../iepngfix.htc);
	position:absolute;
	background:url(images/shared/bottom_left.png) bottom left no-repeat;
	width:260px;
	height:704px;
	bottom:0px;
	left:0px;
}
