/*  
Theme Name: BlueParrotBarAndGrill
Theme URI: Coming Soon
Description: Another theme from the April Jane Design's collection.
Version: 1.0
Author: April Jane Bruder
Author URI: Coming Soon
*/

body {
	background: #f5f7ff url("images/bg.gif") left top repeat-x;
	margin:0;
	padding:0;
	color:#655716;
}

#container {
	width:1041px;
	margin: 0 auto;
	padding:0;
	background: transparent url("images/wrapper.gif") top left repeat-y;
}

#header {
	background: url("images/header.gif") top left no-repeat;
	height:710px;
}

#surfboard {
	background: url("images/surfboard.gif") top left no-repeat;
	height:698px;
	width:215px;
	float:left;
	margin-top:550px;
	margin-left:2px;
}

	#surfboard ul {
		list-style:none;
		padding:0;
		padding-top:195px;
		text-align:center;
		margin:0;
		
	}
	
	#surfboard ul li a {
		font-size:24px;
		color:#655716;
		display:block;
		padding:7px 0px 8px 0px;
		margin:4px;
		text-decoration:none;
	}

#content {
	min-height:500px;
	position:relative;
	top:-250px;
	width:620px;
	margin-left:250px;
}

	#content p {
		font-family:verdana, arial;
		color:#000;
		font-size:14px;
	}
	
	#content p img{
		margin:8px;
	}


	#content h2 {
		text-align:center;
		font-size:30px;
		color:#000;
	}

#footer {
	background: url("images/footer.gif") 5px 0px no-repeat;
	height:129px;
}

#comment {
	width:450px;
}

p.credits {
	width:900px;
	text-align:center;
	margin:0 auto;
	padding:20px;
	font-size:11px;
}