/* CSS Document */

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

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #370002;
	background-image: url(images/backgradient.jpg);
	min-width:800px;
	background-attachment: scroll;
	background-repeat: repeat-x;
}

#wrapper {
	padding: 0px;
	width: 800px;
	background-color: #000000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(images/img_bg_fire.jpg);
	background-position: right top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* Header Style */
#header {
	width: 800px;
	heigth: 168px;
	background-color:#000000;
	background-attachment: scroll;
	background-image: url(images/img_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
}

#topnav {
	padding-left:8px;
	padding-top:70px;
	line-height:25px;
	font-size: 1.4em;
	color: #FFFFFF;
}

#topnav a {
	color:#FFFFFF;
	text-decoration:none;
}

#topnav a:hover {
	color: #ccff66;
	text-decoration: underline;
}
/* End Header Style */

/* Content Styles */
#content {
	margin-left:45px;
	_margin-left:22px; /* IE 6 and below */
	margin-top:20px;
	width: 425px;
	padding-top: 15px;
	padding-bottom:20px;
	padding-left:35px;
	padding-right:25px;
	margin-bottom:30px;
	float:left;
}

#content p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.2em;
	line-height:1.3em;
	color: #FFFFFF;
}

#content a {
	color:#FF0000;
	text-decoration:underline;
}


#content2 {
	width:400px;
	margin-top:10px;
	float:right;
	text-align: justify;
	margin-bottom: 30px;
	/*margin-left: 20px;*/
	margin-right: 22px;
}

#content3 {
	width:400px;
	margin-top:30px;
	float:right;
	text-align: justify;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 22px;
}
#content2 p {
	padding-top:9px;
	padding-bottom:5px;
	font-size:1.2em;
	line-height:1.3em;
	color: #FFFFFF;
}

#content5 {
	width:800px;
	margin-top:30px;
	float:right;
	text-align: justify;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 22px;
}
#content2 a {
	color:#FFFFFF;
	text-decoration:underline;
}
#content3 p {
	padding-top:9px;
	padding-bottom:10px;
	font-size:1.2em;
	line-height:1.3em;
	color: #FFFFFF;
}
#content4 p {
	padding-top:5px;
	font-size:1.2em;
	line-height:1.3em;
	color: #FFFFFF;
	text-align:center;
}
#content3 a {
	color:#FFFFFF;
	text-decoration:underline;
}
h2 {
	color:#FFFFFF;
	padding:1px;
	font-size:1.7em;
	font-weight:bolder;
}

h3 {
	padding:1px;
	font-size:1.7em;
	font-weight:normal;
}

#leftside {
    margin-left:15px;
	_margin-left:5px; /* IE 6 and below */
	margin-top:10px;
	width: 300px;
	padding-top: 20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:10px;
	margin-bottom:30px;
}
#center {
	width: 320px;
	padding-top: 30px;
	padding-left:250px;
	margin-bottom:30px;
}

.testimonial {
	text-align: justify;
	padding-top: 0px;
	
	border-top-width: 2px;

	border-top-style: dotted;

	border-top-color: #CCCCCC;
	
	
	font-size: 1.2em;
}
.testimonial2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 25px;
	font-size: 1.2em;
}
.testimonial3 {
	text-align: leftr;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 25px;
	font-size: 1.2em;
}
#attrib {
	font-size: xx-small;
	font-style: italic;
	text-align: right;
}
.quote {
	width: 250px;
	background: #000000;
	margin: 25px;
	padding: 15px;
	border: 2px dotted #ffffff;
	
}
/* End Content Styles */

/* Footer Styles */
#footernav {
	width:800px;
	background-color:#ff3333;
	clear:both;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2px;
	text-align: center;
	font-size: 1em;
	background-image: url(images/img_foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footernav a {
	color:#000000;
	text-decoration:none;
}

#footernav a:hover {
	color: #FFFFFF;
}
/* End Footer Styles */

/* Misc Styles */
.small {
	font-size:.85em;
}

.list {
	font-size: 1.25em;
	color: #666666;
}