body{
	background-color: #ddd;
	font-family: sans-serif;
	color: #000;
	font-size: 11px;
	text-indent: 0px;
}

#main{
	font-family: sans-serif;
	top: 10px;
	left: 10px;
	width: 1100px;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(images/malibuback6.png);
	background-repeat: no-repeat ;
	
}

#logo{
	position: relative;
	top: 10px;
	left: -400px;
	width: 200px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	
}

#merch{
	position: relative;
	top: 250px;
	left: 20px;

}

#fbLike{
	position: relative;
	top: -70px;
	left: 450px;
	width: 250px;
	height: 80px;
}

#content{
	position: relative;
	font-family: sans-serif;
	top: -220px;
	left: 210px;
	width: 620px;
	height: 650px;
	border-style:solid;
	border-width:0px;
	margin-right: auto;
	margin-left: auto;
}

#description{
	font-family: sans-serif;
	line-height: 200%;
	color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
}

#SiteTitle{
	font-family: sans-serif;
	color: #0000bb;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
}
a.SiteTitle:link, a.SiteTitle:visited{
	font-family: sans-serif;
	color: #0000bb;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
}
a.SiteTitle:hover{
	font-family: sans-serif;
	color: #99ccff;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
}

#teamLink{
	font-family: sans-serif;
	color: #ddd;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
a.teamLink:link, a.teamLink:visited{
	font-family: sans-serif;
	color: #ddd;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}
a.teamLink:hover{
	font-family: sans-serif;
	color: #99ccff;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}

#siteButtonsBar{
	background-color: #;
}

#siteButtonsHeader{
	font-family: sans-serif;
	color: #ddd;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
}

a.siteButtons:link, a.siteButtons:visited{
	font-family: sans-serif;
	color: #99ccff;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
a.siteButtons:hover{
	font-family: sans-serif;
	color: #ffff66;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}

.navSep{
	color: #ffcc00;
}

#siteImages { 
	border: 3px solid #666666;
}
a.siteImages:link, a.siteImages:visited{	
	border: 3px solid #dddddd; 
}

a.siteImages:hover{
	border: 3px solid #222222; 
}

#transbox {
margin: 0 50px;
background-color: #eee;
border: 2px solid black;
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
}

#contentBack{
	background-repeat: x;
}

#contentDivider{
	background-color: #eee;
}

#footer{
	position: relative;
	font-family: sans-serif;
	top: -140px;
	left: 0px;

	height: 20px;
	color: #777;
}


