/* CSS Document */

/* CSS Document
*
*
*	Designed By: Josh Richardson
*		for Xtreme Watercraft Rentals, Inc
*		(http://www.xtremewatercraftrental.com)
*
*	Copyright 2009
*
*	mainStyle.css
*		Build: 122909a
*
*/


/********** @ BEGIN HTML DECLERATIONS **********/

body{
	font-family: Times, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 16px;
	color: #000000;
	background:#626262;
}

h2 {
	font-size:18px;
	font-weight:bold;
	padding: 0 0 10px 0;
}

p {
	padding: 0 0 15px 0;
	text-indent:15px;
}

/********** END  HTML DECLERATIONS **********/


/********** @ BEGIN CLASS DECLERATIONS **********/

.clearAll{
	clear:both
}

.hidden {
	display: none;
}

.padding {
	padding: 20px;
}

.centered{
	margin:0 auto;
	text-align:center;
	width:100%;
}

a.bodyLink {
	color: #ffcccc;
	text-decoration: none;
}

a.bodyLink:hover {
	color: #db1616;
}

.button{
	
}

/********** END CLASS DECLERATIONS **********/


/********** @ BEGIN LAYOUT **********/

#wrapper{
	width: 950px;
	margin: 0 auto;
	background: #ffffff;
}
	#layoutHeader{
		background:url(../images/bodyHeaderBG.jpg) no-repeat;
		height: 141px;
	}
		#headerContentWrapper{
			padding:115px 10px 0 0;
		}
			#headerContent{
				float:right;
				width:350px;
				text-align:right;
				font-size:20px;
				font-weight:bold;
			}
	#layoutBody{
		background:url(../images/bodyBG.jpg) repeat-y;
		width:950px;
	}
		#layoutContent{
			float:left;
			width:725px;
		}
		#layoutSidebar{
			float:right;
			width:225px;
		}
	#layoutFooter{
		background:url(../images/bodyFooterBG.jpg) no-repeat;
		width:950px;
		height:162px;
	}
		#footerContent{
			padding:20px 0 0 0;
			width:600px;
			font-size:13px;
		}

/********** END LAYOUT **********/
