/* Import Styles */
@import url(_fonts.css);
@import url(_structure.css);


/* Page Styles */
div#wrapper {
	background-color: #FFFFFF;
	padding: 10px; margin: 0px;
	width: 770px;
	/* ie5win box model hack begins */
	voice-family: "\"}\"";
	voice-family: inherit;	
	width: 750px;
	}
	
	/* ie5win box model recover */
	.junk {}
	
div#leftNav {
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/pages/pagenav-background.gif);
	background-repeat: no-repeat;
	border: 1px solid #CC6601;
	padding: 8px; margin: 10px 0px 0px 0px;
	width: 190px;
	overflow:hidden;
	/* ie5win box model hack begins */
	voice-family: "\"}\"";
	voice-family: inherit;	
	width: 170px;
	}
	
	/* ie5win box model recover */
	.junk {}
	
div.navTitle {
	font-weight: bold;
	margin: 12px 0px 0px 0px; padding: 0px;
	}
	
div.navItem {
	margin: 0px 3px 0px 6px; padding: 0px;
	}
	
div#contentHeader {
	float: left;
	background-color: #CC6601;
	background-image:url(../images/pages/header-background.gif);
	background-repeat: no-repeat;
	padding: 8px; margin: 10px 0px 0px 10px;
	width: 550px; height: 47px;
	overflow:hidden;
	/* ie5win box model hack begins */
	voice-family: "\"}\"";
	voice-family: inherit;	
	width: 536px; height: 31px;
	}
	
	/* ie5win box model recover */
	.junk {}
	
	div#contentHeader p, div#contentHeader h1, div#contentHeader h2, div#contentHeader h3{
	color: #FFFFFF; font-style: italic;
	}
	
div#content {
	float: left;
	padding: 8px; margin: 10px 0px 0px 10px;
	width: 550px;
	/* ie5win box model hack begins */
	voice-family: "\"}\"";
	voice-family: inherit;	
	width: 536px;
	}
	
	/* ie5win box model recover */
	.junk {}
	
/* Blog */		
.blogFooter {
	background-color:#CCCCCC; 
	padding: 10px;
	}	
