/* General styles */

/*--||||||||||||||||||||||||||||--*/


/*************************
*
*	Playmakers Magazine
*
*	Author: Matthew Kraft
*
*	Created: 07/21/09
*
*	The Project Design Firm
*	http://www.theprojectdf.com/
*
**************************/


/*--||||||||||||||||||||||||||||--*/

html {
	margin:0;
	padding:0;
	background:#e9d4a4;
}

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

#container {
	position:relative;
	margin:0 auto;
	padding:0;
	width:760px;
	height:1000px;
	background:#fff;
}

	#header {
		position:relative;
		margin:0;
		padding:0;
		width:760px;
		height:162px;
		background:url(../img/header.jpg) center center no-repeat;
	}
	
	#nav {
		position:relative;
		margin:1px 0 0 0;
		padding:0;
		height:36px;
		width:760px;
		background:url(../img/navSlice.gif) center left repeat-x;
	}
	
		.navBtn {
			position:relative;
			margin:0;
			padding:6px 0 0 0;
			width:103px;
			height:30px;
			border-right:1px solid #fff;
			float:left;
			text-align:center;
			color:#fff;
		}
		
		.navBtn:hover {
			background:#0d2db7;
			color:#ffe05e;
		}
		
		#nav .last {
			border:0;
			width:136px;
		}
		
		.navBtn a:link,
		.navBtn a:active,
		.navBtn a:visited {
			position:relative;
			color:#fff;
		}
		
		.navBtn a:hover {
			position:relative;
			color:#ffe05e;
			text-decoration:underline;
		}
		
	#register {
		position:relative;
		margin:0 auto;
		padding:0;
		width:666px;
		height:154px;
		background:url(../img/register_img_norm.jpg) center center no-repeat;
		cursor:pointer;
	}
	
	#register:hover {
		position:relative;
		margin:0 auto;
		padding:0;
		width:666px;
		height:154px;
		background:url(../img/register_img_ovr.jpg) center center no-repeat;	
		cursor:pointer;
	}

	#footer {
		position:relative;
		margin:0;
		padding:0;
		height:24px;
		width:760px;
		background:url(../img/footerSlice.gif) center left repeat-x;
		font-family:arial;
		font-size:12px;
		color:#ffe05e;
		text-align:center;
		bottom:0%;
	}

	#footer a:link,
	#footer a:active,
	#footer a:visited {
		color:#ffe05e;
		text-decoration:underline;
		font-weight:bold;
	}

	#footer a:hover {
		color:#ffe05e;
		text-decoration:none;
		font-weight:bold;
	}	
	
	#frontImg {
		position:relative;
		margin:10px 0;
		padding:0;
		width:760px;
		height:233px;
	}
	
	#mainContent {
		position:relative;
		margin:0;
		padding:0;
		width:760px;
/*		height:370px;*/
		height:auto;
	}
	
	#aboutContent {
		position:relative;
		margin:0;
		padding:0 10px 0 10px;
		width:740px;
		height:auto;
	}
	
	#aboutContent p {
		font-size:13px;
		margin:5px 0 5px 0;
		
	}
	
	h1 {
		color:#921302;
		font-size:19px;
		text-decoration:underline;
	}
	
	#linksContent {
		position:relative;
		margin:0;
		padding:0 10px 0 10px;
		width:740px;
		height:auto;
	}
	
	#sponsorsContent {
		position:relative;
		margin:0;
		padding:0 10px 0 10px;
		width:740px;
		height:auto;
	}
	
	#subscribeContent {
		position:relative;
		margin:0;
		padding:0 10px 0 10px;
		width:740px;
		height:auto;
	}
	
	#subscribeContent form {
		margin:0;
		padding:0;
		width:350px;
	}	
	
	#subscribeContent label {
		font-size:11px;
	}
	#subscribeContent #inputBtns {
		font-size:12px;
	}
	
	#subscribeContent #box01 {
		position:relative;
		margin:0 0 0 60px;
		padding:0;
		width:350px;
		float:left;
	}
	
	#subscribeContent #box02 {
		position:relative;
		margin:0;
		padding:0;
		width:250px;
		float:left;
	}
	
	#contactContent {
		position:relative;
		margin:0;
		padding:0 10px 0 10px;
		width:740px;
		height:auto;
	}
	
	#contactContent form {
		margin:0 auto;
		padding:0;
		width:350px;
	}	
	
	#contactContent label {
		font-size:11px;
	}
	#contactContent #inputBtns {
		font-size:12px;
	}
/*--||||||||||||||||||||||||||||--*/


/*--||||||||||||||||||||||||||||--*/


/*--||||||||||||||||||||||||||||--*/