/*King Rock Media CCS (by Terramar Studios)*/

/*page properties*/
a:link {
	color: #FFF;
	text-decoration: none;
}
body,td,th {
	color: #FFF;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #00F;
	text-decoration: none;
}
a {
	font-size: 16px;
}

/* Footer Class*/
a.footer:link, a.Links:visited {
	color:#666;
 	text-decoration: none;
	font-size:11px;
}

a.footer:hover {
	color:#F00;
	text-decoration:underline;
	font-size:11px;
}

a.footer:link, a.Links2:visited {
	color:#999
 	text-decoration: none;
	font-size:11px;
}

/* <div> tags*/
div#bin {
	margin:0 auto;
	position:relative;
	clear:left;
	top:0px;
	width:1024px;
	height:1276px;
}

div#header {
	position: absolute;
	left:0px;
	top: 0px;
	width:1024px;
	height: 180px;
	padding: 0px;
	background-image: url(layout/header.png);
	z-index:auto;
}

div#sponsors {
	position: absolute;
	left: 0px;
	top: 180px;
	width: 1024px;
	height: 70px;
	padding: 0px;
}

div#body {
	position: absolute;
	left: 0px;
	top: 250px;
	width: 1024px;
	height: 1008px;
	padding: 0px;
	background-color: white;
	background-image: none;
	background-image: url(layout/bottombg.png);
	z-index:auto;
}

div#body2 {
	position: absolute;
	left: 0px;
	top: 250px;
	width: 1024px;
	height: 1008px;
	padding: 0px;
	background-color: black;
	background-image: none;
	z-index:auto;
}

div#menu {
	position: absolute;
	left: 15px;
	top: 0px;
	width: 980px;
	height: auto;
	padding: 0px;
	background-image: none;
	z-index:auto;
	text-align: center;
	word-spacing: normal;
	text-indent: 0px;
}



div#page {
	position: absolute;
	left: 845px;
	top: 766px;
	width: 100px;
	height: 20px;
	padding: 0px;
	background-image: none;
	z-index: auto;
}

div#banner {
	position:absolute;
	left:0px;
	top:20px;
	width:1024px;
	height:250px;
	
}

div#home {
	height: auto;
	width: auto;
	left: 0px;
	position: absolute;
}

div#who {
	left: 150px;
	position: absolute;
}

div#hire {
	position:absolute;
	right:0px;
	height:auto;
	width:auto;
}

div#done {
	position:absolute;
	right:175px;
	height:auto;
	width:auto;
}

div#do {
	position:absolute;
	height:auto;
	width:auto;
	left:400px;
	
}

div#currentvideo {
	position:absolute;
	left:0px;
	top:400px;

}

div#calendar {
	position:absolute;
	right:5px;
	top:400px;
}

div#adflyer {
	position:absolute;
	width:300px;
	height:180px;
	right:10px;
	bottom:30px;
}

div#socialmedia {
	position:absolute;
	right:20px;
	top:300px;
	width:300px
}

div#socialmedia2 {
	position:absolute;
	right:20px;
	top:30px;
	width:300px
}

div#welcomemessagetxt {
	position:absolute;
	width:580px;
	height:150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #CCC;
	left:30px;
	bottom:30px;
	text-align:justify
}

div#footer {
	position:absolute;
	width:1024px;
	bottom:0px;
	font-size:10px;
	color:#666;
}

div#hiremainpic {
	width:800px;
	height:600px;
	background-image:url(layout/elements/hirepic.png);
	position:absolute;
	left:112px;
	top:150px;
}

div#sponsorfield {
	padding:50px;
}


/*Classes*/

.bodytxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}

.infotxt {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #CCC;
}

.privtxt {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666;
}

.title {
	color:#F00;
	font-size:16px;
	font-style:oblique;
}