@import url(/images/css/mainpagenavbar.css);  

/* destyling */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* three main areas */

#header {
	width: 760px;
	height: 523px;
	margin: 0;
	padding: 0;
	background-image:url(/images/main/main-background.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	position: relative;
	}

#rotate {
	display: inline;
	float: left;
	margin-left: 3px;
	width: 296px;
	height: 299px;
	border: 0;
	padding: 0;
	}

#quote {
	display: inline;
	float: right;
	width: 325px;
	height: 299px;
	border: 0;
	padding: 0;
	}


#news {
	float: left;
	display: inline;
	width: 130px;
	height: 250px;
	margin-top: 25px;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 2px;
	}

#content {
	width: 760px;
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 30px;
	}

#footer {
	width: 760px;
	height: 75px;
	margin: 0;
	padding: 0;
	background-image:url(../global/footer.gif);
	background-repeat: no-repeat;
	text-indent: -100000px;
	display: block;
	}

#footer a {
  display: block;
  float: left;
  margin-top: 35px;
  background-image: url(../main/main-navspacer.gif);
  height: 40px;
  width: 156px;
  text-decoration: none;
  }

.footerinfo {
  visibility: hidden;
  }
	
/* general styles */

p {  /*MAYBE CHANGE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 12px;
	text-align: left;
	}

a {color: #333333; text-decoration: underline;}
a:visited {color: #333333; text-decoration: underline;}
a:hover {color: #FF0000; text-decoration: underline; }
.small { font-size: 10px;
	}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	}

.clear {
	min-height: 1px;
	}

iframe#blurbbox
{
	height:	300px;
	width:	130px;
}

* html .clear {
	height: 1px;
	}


