body {
	background-color:#000
}
#wrapper {
	height: auto;
	width: 939px;
	background-image: url(img/nav/bg.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: .5px;
}
#wrapper table tr td h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	display: block;
	width: 500px;
	height: 50px;
	background-image: url(img/nav/h1.png);
	padding-left: 10px;
	font-weight: bolder;
	font-size: 36px;
	padding-top: 4px;
	margin: 0px;
}
#wrapper table {
	margin-left: 75px;
}

#masthead {
	background-image: url(img/nav/masthead.gif);
	background-repeat: no-repeat;
	padding-left: 71px;
}

#wrapper #masthead img {
	display: block;
	width: 378px;
	height: 137px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #masthead a:active {
	outline: none;
}
#nav {
	height: 49px;
	margin-top: 9px;
	padding-left: 71px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 868px;
}

#nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	outline: none;
}
td p {
	background: url(img/nav/h1.png);
	padding: 15px;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
td p a{
	text-decoration: none;
	color: #CCC;
	
}
td p a:hover{
	color: #FFF;
}

/*-------------------------------------------------- Social Media ----------------------------------------------*/
#socialbox {
	height: 32px;
	width: 192px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#social {
	position:relative;
	margin:0;
}
#social li {
	position: absolute;
	top:0;
	margin:0;
	padding:0;
	list-style-type:none;
}
#social li, #social a {
	display:block;
	height: 32px;
}
#facebook {
	background:url('img/take-52-social-network.png') 0 0;
	width:32px;
	left: 0px;
}
#facebook a:hover {
	background: url('img/take-52-social-network.png') 0 -32px;
}
#twitter {
	background:url('img/take-52-social-network.png') -32px 0;
	width:32px;
	left: 32px;
}
#twitter a:hover {
	background: url('img/take-52-social-network.png') -32px -32px;
}
#myspace {
	background: url('img/take-52-social-network.png') -64px 0;
	width:32px;
	left: 64px;
}
#myspace a:hover {
	background: url('img/take-52-social-network.png') -64px -32px;
}

