/* ------------------------------------------------  */
/* 	© 2009 Dumbwaiter Design for Just Chute Me              
/* ------------------------------------------------  */



/* ------------------------------------------------  */
/* 	RESET & CLEAR
/* ------------------------------------------------  */

* {margin: 0; padding: 0; border: 0; outline: 0; background:transparent;  }
a {text-decoration: none;}
a img {border: none;}
ul, ol {list-style: none;}


/* ------------------------------------------------  */
/* 	MAIN
/* ------------------------------------------------  */

body {


	margin: 0;
	padding: 0;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	background: #fffbec;
	background-image: url(../bg/bg1.jpg);
	background-repeat: repeat-x;
	text-align: center;
	
	}

a:link, a:visited {

	color: #df2e04;
	text-decoration: none;
	
	}
	
a:hover {

	color: #df2e04;
	text-decoration: underline;
	
	}
	
h1 {

	display: block;
	font-family: Georgia , Times , serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-style: oblique;
	color: #fefc00;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 15px;
	background-repeat: repeat-x;
	background-image: url(../images/titlebg.jpg);
	height: 47px;

	}

h2 {

	font-family: Verdana , Arial , sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #00e7ed;
	margin-bottom: -5px;
	margin-right: 15px;
	padding-left: 5px;
	text-align: right;
	margin-top:-17px;
	
	}

p {

	color:#444;
	line-height: 1.5em;
}


	
/* ------------------------------------------------  */
/* 	MAIN LAYOUT
/* ------------------------------------------------  */

#website{

	display:block;
	margin: 0;
	width: 100%;
	padding: 0;
	height:1000px;
	text-align: left;
	margin: 0 auto;
	text-align: center;
	
}

#sitecontent{

	display: block;
	width:600px;
	height:auto;
	
}

#titleheader{

	background-repeat: no-repeat;
	display:block;
	height:150px;
	width:600px;
	background-image: url(../images/chutemetitle.png);
	text-indent: -99999px;
	
}

.contentarea{

	display:block;
	width:600px;
	height:auto;
	background-color: #f7d56f;
	padding-bottom:10px;
	margin-bottom:15px;
	text-align: left;
	
}

.contentarea p {

	padding-left: 15px;
	padding-right: 25px;
	color: #762200;
	padding-bottom:10px;
	font-size: 14px;
	font-family: Lucida Grande , Verdana , Arial , sans-serif;

}

#footer {

	display:block;
	width:600px;
	height:auto;
	padding-bottom:10px;
	margin-bottom:15px;
	text-align: left;

}

#footer p {

	padding-left: 15px;
	padding-right: 25px;
	color: #762200;
	padding-bottom:10px;
	font-size: 12px;
	font-family: Lucida Grande , Verdana , Arial , sans-serif;

}

