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

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	font-family: Rockwell, Arvo, Kameron, Verdana, Impact;
}
h1 {
	font: 264%/1.1	
}

h2 {
	line-height: 1.1;
	margin-bottom: .5em;
}

h3 {
	line-height: 1.1;
	margin-left: 1em;
	margin-top: 0;	
}

p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	
}
a img { 
	border: none;
}

/* ~~ Do not interrupt sequence of next 3 items: ~~ */
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ End of uninterruptible sequence ~~ */
.ext-frame {
	width: 80%;
	max-width: 960px;
	min-width: 640px;
	background-color: #444;
	margin: 10px auto; /* SUSPECT THIS IF ART WONT FLOAT */
	padding: 2.5em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
}

.int-frame {
	padding: 2.5em;
	background-color: #000;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #fc4;

}

.matboard {
	
}

.container {
	border-style: solid;
	border-color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 4px;	
}

.contents {

	background-color: #ffe;	
}
.header {
	background-color: #000;
	height: 480px;
}
.navion {
	height: 60px;	
}

/* columns */
.sidebar1 {
	padding: 10px 0;
	float: left;
	width: 50%;
}
.mainbar {
	padding: 10px 0;
	width: 50%;
	float: left;
}


.mainbar ul, .mainbar ol { 
	padding: 0 15px 15px 40px; 
}

.sidebar1 ul, .sidebar1 ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
}

.footer p {

font-size: .7em;
font-color: #444;	
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fltrt-thumb {
	float: right;
	margin-left: 8px;
	margin-right: 15px;
}

</style>[if lte IE 7]>
<style>
.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
</style>
<![endif]
