/****************************************************************
* 				   King's Paddle Sports by CR					*
*																*
* Main CSS include, changes here will be reflected accross the	*
* entire site. Limit changes here to those that do not belong	*
* in the other CSS includes. Place changes in the following		*
* locations:													*
*																*
*	-- Header div changes >> header.css							*
*   -- Left Bar changes >> left_bar.css							*
*	-- Content div changes >> content.css						*
*	-- Footer div changes >> footer.css							*
*																*
*****************************************************************/

@import url('header.css');
@import url('left_bar.css');
@import url('content.css');
@import url('footer.css');

/* BEGIN TAG STYLING */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #969696;
}

a {
	text-decoration: none;
	color: #ec8b00;
}

a img {
	border: none;
}

p {
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 485px;
}

h2 {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	font-weight: normal;
	font-size: 18px;
}

h3 {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	font-size: 16px;
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}

h4 a {
	color: #000;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #a0a0a0;
	font-weight: normal;
}

#wrap {
	position: relative;
	min-height: 100%;
	width: 902px;
	margin: auto;
}