html,
body {
   margin:0;
   padding:0;
   height:100%;
   font: 12pt "Gill Sans", Verdana, sans-serif;
	color: #555;
	line-height: 1.35;
	background: #fefefe;
}
#container {
   min-height:100%;
   position:relative;

 /*     background: #FFFFFF !important; */

}
#main {
	width: 453px;
	padding:5px;
	float:left;
	      text-align:left;
}
#side {
	width:225px;
	padding:5px;
	float:left;
	border-right: 1px dotted #CCCCCC;
	   text-align:left;
	   
	}
	
#header {
text-align:center;
background: #fff url(../../i/phoenix/bg2.png) repeat-x;
   padding:0px;
}
	
#body {
 /*     background: #FFFFFF !important; */
   padding:0px;
   padding-bottom:100px;   /* Height of the footer */
 position:relative;  	
/*   	bottom:0; 			*/ 
/*   	left:50%; 			*/
/*   	margin-left:-350px; */
   	width:700px;
   	text-align:left;
   	   
}
#footer {
   position:absolute;
   bottom:0; 
   width:100%;
   height:100px;   /* Height of the footer */
   	padding:10px;
	text-align:center;
	background: url(../../i/phoenix/bg2.png);

}

#container {
   height:100%;
}


hr {
	background: #FFFFFF;
	border-top: thick dashed #CCCCCC;
	border-right: 0px dashed #CCCCCC;
	border-bottom: 0px dashed #CCCCCC;
	border-left: 0px dashed #CCCCCC;
}
h1,h2,h3,h4,h5,h6,h7 {
	color: #555;
	text-shadow:#fff 1px 2px 2px;
}

em {
font-size: 90%;
}

.links {
	list-style: none;
	line-height: 125%;

}
a:link {
	color: #663300;
	text-decoration: none;
	font-weight: normal;

}
.caps {
	font-size: 90%;
	letter-spacing: 0.07em;
}
.byline {
	font: small/20px "Trebuchet MS", Verdana, sans-serif;
	color: #B32D2D;
	display: block;
	float: right;
	width: 180px;
	padding: 3px;
	border: 1px dotted #FF9933;
	text-align: center;
	vertical-align: 20%;
}
.bylineimg {float:right;}
.footer {
	padding: 5px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.footer img {
	vertical-align: middle;
}
.hanging {
	text-indent: -10px;
	padding: 0px 0px 0px 10px;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
.featured {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #99FF66;
	margin: 5px;
	padding: 5px;
}
.featured img {
	margin: 1px;
}.padimage {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
blockquote {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;


}
.sidepaddingright {
	margin-top: auto;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: auto;
	float:left;
}
