body {
	margin: -120px 0px 0px 0px;
	background-color: #0099cc;
	background-image: url(images/bg-pic.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

div.receptacle {
	width:800px;
	border:1px;
	border-style: solid;
	border-color: Yellow;
	padding: 0px;
	position: relative;
	
}
h1  {
	text-indent: -9999px;
}
.receptacle #nav {
	background-color: #transparent;
	position: absolute;
	width: 150px;
	top: 185px;
	right: 0px;
}
.receptacle #nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #999999;
}
.receptacle #nav li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #EEF21F;
	border-bottom: 1px solid #333;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}
.receptacle #nav li:hover {
	background-color: #B2E03F;
	background-image: url(images/nav_bg_hover.jpg);
}
.receptacle #nav a {
	width: 100%;
	font-size: 1em;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.receptacle #nav a:hover {
	color: #F9FD08;
}
#player1 {
	background-image: url(images/playerBg.jpg);
	background-repeat: no-repeat;
	height: 310px;
	width: 460px;
	position: absolute;
	left: 99px;
	top: 192px;
	border: 1px solid #333333;
	padding: 15px 10px 5px 10px;
}



h2  {
	text-indent: -9999px;
}
h3  {
	text-indent: -9999px;
}


div.body {
	background-image: url(images/third-pic.jpg);
	background-repeat: no-repeat;
	background-color: #ccff33;
	margin: 0%;
	padding: 0%;
}
.receptacle .subBg {
	background-color: #CFFE32;
	background-image: url(images/collage.jpg);
	background-repeat: no-repeat;
	background-position: 230px top;
}
.receptacle .subBg2 {
	width:70%;
}


div.toppics {
	height: 300px;
}

.toppics {
	margin: 0%;
	vertical-align: top;
}

.card {
	margin:3px;
	padding: 5px;
	border: 1px solid #0099CC;
	background-color: #FFF;
 }
.card:hover {
	background-color: #CCCCCC;
}
 
 p {
 	font-family: Century Gothic, arial, verdana, sans serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	font-weight: normal;
 }
 
 a:link {
 	font-family: Century Gothic, arial, verdana, sans serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none; 	
 }
 
  a:visited {
 	font-family: Century Gothic, arial, verdana, sans serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;  	
 }
 
  a:hover {
 	font-family: Century Gothic, arial, verdana, sans serif;
	font-size: 9pt;
	color: #0099cc;
	text-decoration: none;  	
 }
 
 div.footer {
 	background-color: #ffcc00;
	height:30px;
	font-family: Century Gothic, arial, verdana, sans serif;
	font-size: 9pt;
	color: #000000;
	padding-top:8px;
	padding-right: 5px;
	text-align: right;
 }
 
 img {
 	border: 0;
 }
 
 .copyright {
  font-family: Century Gothic, arial, verdana, sans serif;
  font-size: 9pt;
  color: #ffffff;
  text-align: center;	
 }
