html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

body{
	background-color:#b2c2c2;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/* TYPOGRAPHY */
/* ----------------------------------------- */

#header h1 a { 
	font-size: 50px; 
	color: #fff; 
	text-decoration: none; 
}

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

div { position:relative } 
h1, h2, h3, h4, h5, h6 {
	margin: 15px 2px 5px 0px; 
	padding: 1px 5px 1px 0px;
	line-height: normal;
	font-weight: bold;
	display: block;
}

h1 {
	margin-top: 10px;
	font-size: 24px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
}

h2 {
	margin-top: 10px;
	font-size: 18px;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

a {
	color:#990000;
	text-decoration: none;
}

a:visited {
	color:#666666;	
}

a img {
	vertical-align: text-bottom;
}

blockquote {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 5px 10px 5px 50px;
	background-image: url(../images/quote2.png);
	text-align: justify;
	font-size: 12px;
	font-style: italic;
	background-color: #EEEEEE;
	background-repeat: no-repeat;
}

p {
	font-size: 14px;
	margin-bottom: 15px;
}
ul {
	margin-left: 2em;
	margin-bottom: 10px;
}
ol {
	margin-left: 2em;
	margin-bottom: 10px;
}
li {

}
/*main sections*/
#envelope{
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 248px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#headheadline{
	z-index: 2;
	width: 590px;
	height: 100px;
	position: absolute;
	top: 0px;
}
#headtagspace{
	z-index: 2;
	width: 968px;
	margin-top: 170px;
	height: 40px;
	position: absolute;
	float: right;
	top: 0px;
}
#headlogo{
	width: 275px;
	height: 248px;
	float: left;
	top: 0px;
	z-index: 2;
}

#headbanner{
	width: 693px;
	height: 248px;
	margin-left: 275px;
	z-index: 1;	
}

/*start of nav area */

#header-links{
	display: none;
}

#nav {
	display: none;
	}

/*div regions*/

#mainContent {
	margin-bottom: 0;
	margin-left: 35px;
	width: 900px;
}
#mainwide {
	margin-left: 35px;
	width: 900px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#page{
	width: 960px;
	margin-left: 6px;
	margin-top: 10px;
}

#page a {
	color:#006666;
	text-decoration: none;
}


/*remove IE8 hover jerking on albums - AW*/
#page a img{
	display: block;
}

#pagetop{
	height: 19px;
	width: 960px;
	float: left;
	background-image: url(../images/bodytop.png);
	background-repeat: no-repeat;
}

#pagectr{
	width: 960px;
	background-image: url(../images/bodymiddle.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	float: left;
	margin-bottom: 0px;
}

#sidebox{
	display: none;
}

#widecontent{
	width: 900px;
	margin-left: 25px;
	margin-right: 5px;
	padding: 5px;
	float:left;
}

#footer{
	clear:both;
	float:left;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 960px;
	margin-left: 6px;

}

#footerinfo{
	float: left;
	margin-left: 275px;
	margin-top: 55px;
	width: 400px;
	text-align:center;
}

#footer p{
	margin-top: 0px;
	text-align: center;
}

#footer h3{
	text-align: center;
	margin-bottom: 0px;
}

#footer a {
	color:#CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.aligncenter,div.aligncenter{
	display:block;
	margin:0 auto;
	margin-bottom:20px;	
}
.alignleft{
	float: left;
	margin: 10px;
}
.alignright{
	float: right;
	margin: 10px;
}
p.tags,.clear{
	clear:both;
}
.frontdiv {
	width: 390px;
	float: right;
	margin-right: 10px;
}
