*
{
	padding: 0;
	margin: 0;
	border: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #ed1c24;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

h2
{
	margin-bottom: 10px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	
	margin-bottom: 10px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #000;
}

/* LAYOUT DIVS *************************/

#container
{
	width: 860px;
	height: auto;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
}

#header
{
	background: #fff url('../images/header.gif') 50% top no-repeat;
	padding-top: 10px;
	width: 100%;
	height: 218px;	
}

#logo{
	float: left;
	background: url('../images/logo.gif') left top no-repeat;
	width: 211px;
	height: 189px;
	text-indent: -9999px;
	margin-top: 10px;
}

#top_banner{
	margin: 0 auto;
	width: 860px;
	position: relative;	
}

#kick{
	display: block;
	width: 186px;
	height: 523px;
	position: absolute;
	right: -50px;
	top: 0;
}

#nav
{
	float: left;
	font: 1.4375em Impact, Arial sans-serif;
	margin: 10px 0;
	width: 230px;
	padding: 25px 0 0 35px;
	height: auto;
	text-align: left;
}
	#nav ul{
		list-style: none;	
	}
	
	#nav li{
		margin-bottom: 0;
	}
	
	

#banner img{
	border: 1px solid #fff;	
}

#content
{
	float: left;
	margin-right: 16px;
	width: 624px;
	height: auto;
	background: #fff;
}

#content{
	width: 624px;
}
	#content h2 {
		color: #fff;
		background: #ed1c24;
		display: block;
		font: 1.4375em Impact, Arial sans-serif;
		letter-spacing: -0.1px;
		padding: 12px 0 4px;
		margin-left: -18px;
		width: 624px;
	}
	
	#content h2 span{
		color: #000;
	}
	
	.text{
		min-height: 300px;
		height: auto !important;
		height: 300px;
		padding: 0px 18px 6px;
	}
	
	#content p, #content li, #sidebar p, #sidebar li{
		font-size: 0.8125em;
		line-height: 135%;
	}
	
#gallery{
	width: 588px;
}

#gallery td{
	padding-bottom: 10px;
}

#sidebar
{
	background: #fff;
	margin-top: 8px;
	float: left;
	width: 184px;
	height: auto;
	padding: 0 18px 18px;
}
	#sidebar h2{
		color: #fff;
		background: #000;
		display: block;
		font: 1.4375em Impact, Arial sans-serif;
		letter-spacing: -0.1px;
		padding: 3px 10px 4px;
		margin-left: -18px;
		width: 201px;
	}
	
#footer{
	clear: both;
}


/* LINK STYLES *************************/

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

a:visited
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	text-decoration: underline;
	color: #ed1c24;
}

#nav a
{
	color: #000;
	text-decoration: none;
}

#nav a:visited
{
	color: #000;
	text-decoration: none;
}

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

#nav a.active{
	color: #ed1c24;
}

#sidebar a{
	text-decoration: underline;
}

/* FORM **/

fieldset{
	border: 0;
}

label
{
	display: block;
	font-size: 0.8125em;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	border: 1px solid #000;
	display: block;
	padding: 3px;
	width: 50%;
}

textarea
{
	border: 1px solid #000;
	display: block;
	font: 0.9em Arial, Helvetica, sans-serif;
	height: 100px;
	margin-bottom: 10px;
	padding: 3px;
	width: 50%;
}


input[type=submit]
{
	border: 1px solid #000;
}