@charset "UTF-8";
/* CSS Document */

html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-color:#441100;
}
#container {
   min-height:100%;
   position:relative;
   width: 750px;
   margin: 0 auto;
}
#header {
   background:#ffffff;
   padding:0px;
}
#body {
   padding:10px;
   padding-bottom:250px; /* Height of the footer */
   background-color:#FFF;
}

#content{
	width: 525px;
	top: 10px;
	margin-left: 110px;
	background-color:#FFF;
		
}
#footer {
   position:absolute;
   bottom:50px;
   width:100%;
	height:250px;   /* Height of the footer */
}

#footer1 {
   position:absolute;
   bottom:-17px;
   width:100%;
   height:250px;   /* Height of the footer */
}

#footer2 {
   position:absolute;
   bottom:170px;
   width:100%;
   height:250px;   /* Height of the footer */
}

#footer3 {
   position:absolute;
   bottom:20px;
   width:100%;
   height:250px;   /* Height of the footer */
}

#bottomdec{
	position:relative;
	float: right;
	right: 0px;
	behavior: url(iepngfix.htc);
	}
	
blockquote {
	margin-left: 20px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #421600;
	line-height: 165%;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #F47000;
	font-weight:BOLD;
	}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #B0CF06;
	font-weight:BOLD;
}

.style1 {	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.style2 {font-size: 10px}
.style3 {color: #421600; font-weight: bold; }
