/*******************************************************
TITLE: Fire!
DATE: 20070210
AUTHOR: Paul Stokes - http://www.paulstokesdesign.com
*******************************************************/
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	background:#fff url(../images/bg.jpg) repeat-y top center;
	text-align:center;
	font:11px Verdana, Helvetica, sans-serif;
	color:#FFFFF1;
	height:100%;
}
#container{
	text-align:left;
	margin:0 auto;
	width:700px;
	height:100%;
}

#content{
	position:relative;
	min-height:100%;
	width:700px
}
* html #content{
	height:100%;
}

#header{
	height:100px;
	background:url(../images/bg1.jpg) repeat-y top center;
}
#header h1{
	font:36px Verdana, Helvetica, sans-serif;
	color:#FFFFF1;
	display:block;
	padding:50px 0 0 35px;
}

#main{
	padding:0px;
	width:700px;
}
#mleft{
	width:480px;
	float:left;

}
#side{
	width:180px;
	float:right;
	padding:10px 10px;
}
.clearboth{
	clear:both;
}

#mleft h1{
	font:26px Verdana, Helvetica, sans-serif;
	color:#fffff1;
	margin:10px 0 15px 25px;
}
#mleft h2{
	font:23px Verdana, Helvetica, sans-serif;
	color:#fffff1;
	margin:10px 0 15px 25px;
}

#mleft p{
	margin:10px 0 15px 25px;
	text-align:justify;
}

#mleft a{
	color:#333;
	font-weight:bold;
}
#mleft a:hover{
	background:#333;
	color: #fffff1;
}
#mleft blockquote{
	background:#fffff1;
	margin:10px 0 15px 25px;
	font-size:11px;
	color:#333;
	line-height:20px;
}
#mleft blockquote p{
	margin:5px;
	text-align:left;
}
#nav{
	list-style-type:none;
}
#nav li{
	vertical-align:bottom;
}
#nav li a{
	display:block;
	font-size:18px;
	font-weight:bold;
	width:180px;
	border-bottom:1px solid #333;
	text-decoration:none;
	color:#333;
}
#nav li a:hover{
	background-color:#AE8300;
		border-bottom:1px solid #AE8300;
	color:#fff;
}
#side {
	font-size:12px;
	}
#sidebar a{
	color:#333;
	text-decoration:underline;
	width:180px;
	font-weight:bold;
}
#sidebar a:hover{
	background:#AE8300;
	font-weight:bold;
	color:#fffff1;
	width:180px;
}
#side h1{
	font:18px Verdana, Helvetica, sans-serif;
	color:#fffff1;
	margin:15px 0 5px 0;
}
#sidebar ul{
width:180px;
	margin:5px 0 0 5px;
	list-style-type:none;
}
#sidebar ul li{
	margin-top:8px;
	width:180px;
}

#sidebar p{
	color:#fffff1;
	margin:0 3px 10px;
	line-height:20px;
}

#footer{
	position: relative;
}
#footer{
		height:50px;
		background:url(../images/bg1.jpg) repeat-y top center;
}
#footer p{
	padding-top:7px;
	text-align:center;
	line-height:18px;
}
#footer p a{
	text-decoration:none;
	color:#AE8300;
}
#footer p a:hover{
	color:#fffff1;
}