html, div, p {
	color: 000; 
	font-family: "georgia"; 
	font-size: 110%;
}
	
body { 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	background-color: #F0F0F0; 
}

/* header code */
.header {
	width: 80%;  
	display: inline-block;
	position: relative; 
	margin: 1% 0 1% 10%;    
	z-index: 1;

}

.headeralign {
	padding-top: 1.86em;
	float: left;
	position: relative;
	color: 444444; 
	padding-left:1em;
}


/* content area settings */
.main { 
	clear:both; 
	position:relative;  
	margin-left: 10%; 
	margin-top: 2em;
	width: 80%; 
	max-width: 1000px;
	font-family: "georgia"; 
	font-size: 1.2em;
}

p a:link, p a:visited, p a:active { color: ff6600; }

#title { 
	color: 444444; 
	font-size: 2.5em; 
	text-decoration:none;
	font-weight: bold;
	text-transform:uppercase;
	font-family: FCKaiserCond, Helvetica, Arial, sans-serif; 
}
a#title:hover { color: 2299cc; }

.subtitle:hover { color: ff6600; }

.subtitle { 
	color: 444444; 
	text-decoration:none;
	font-weight: bold;
	text-transform:uppercase;
	font-family: FCKaiserCond, Helvetica, Arial, sans-serif; 
	font-size: 1.5em;
}

#right {
	float:right;
}

/* hexagon code */
.hex:before {
	content: " ";
    width: 0; height: 0;
    border-bottom: 1.9em solid #ff6600;
    border-left: 3.2em solid transparent;
    border-right: 3.35em solid transparent;
    position: absolute;
    top: -1.86em;
}

.hex {
    margin-top: 2em;
    width: 6.5em;
    height: 4em;
    background-color: #ff6600;
    position: relative;
    float: left;
}

.hex:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -1.95em;
    border-top: 2.0em solid #ff6600;
    border-left: 3.35em solid transparent;
    border-right: 3.2em solid transparent;
}

.thee {
	font-family:georgia;
	font-size: 3.5em;
	color: fff;
	font-weight: 400;
	position: absolute;
	top: 0em;
	left: 33%;
	text-align: center;
}

/* page break code */
.break { 
	background-color: ff6600; 
	width:100%; 
	height:0.2em;
} 