@charset "utf-8";
/* CSS Document */
html, body, img{
	padding:0;
	margin:0;
	border:none;
	line-height:1.5em;
}

body{
	font:79% Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#f0e8e8;
	margin:20px 0px;
}

.left{
	float:left;
}
.right{
	float:right;
}

#siteContainer{
	width:900px;
	margin: 0 auto;
	text-align: left;
	color:#333;
	background-color:#fff;
	background: #fff url(../images/fire.jpg) bottom right no-repeat;
}

#mainContent{
	padding:0px 30px;
	font:1em Arial, Helvetica, sans-serif;
}

#nav {
	margin:0;
	padding:0 30px;
	font:1.4em Georgia, "Times New Roman", Times, serif;
	background-color:#393333;
	height:40px;
	line-height:40px;
	color:#fff;
}

#nav a:link, #nav a:visited {
	color:#fff;
	text-decoration:none;
}
#nav a:hover {
	color:#ccc;
	text-decoration:none;
}
#nav a.active {
	color:#ccc;
	text-decoration:none;
}
/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 2.2em;
 color:#bb3830;
 font-weight:normal;
}

h2{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 1.6em;
 color:#393333;
 font-weight:normal;
 text-align:right;
}

h3{
 font-size: 130%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
 line-height:1.8em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

p{
	line-height: 1.5;
}

/***********************************************/
/* Link styles                                 */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #bc181d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.footer:link, a.footer:visited, a.footer:hover {
	color: #999;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

/***********************************************/
/* Page styles                                 */
/***********************************************/ 

#header{
	color:#cccccc;
	padding: 15px 30px;
}

#footerContainer{
	color:#666;
	padding:5px 30px 15px 30px;
	font-size:0.95em;
	clear:both;
}

.splash
{
    height:300px;
    width:840px;
    background: #fff url(../images/main-image.jpg) top center no-repeat;
}
ul#fade{
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}