﻿/* Global Reset */
HTML, BODY, FORM, DIV, SPAN, CITE, P, A, UL, OL, LI, DL, DT, DD, H1, H2, H3, H4, H5, H6, IMG, FORM, FIELDSET, LABEL, INPUT, BUTTON, SELECT, TEXTAREA, EMBED, TABLE TH, TD, OBJECT, EMBED {margin:0px; padding:0px;}
OBJECT, EMBED, IFRAME {float:left;}
DIV IMG {border:0px; font-size:10px; font-weight:bold;}
DIV.content IMG {float:none;}
HTML {background: url(../img/footer-bg.gif) top left repeat;}
BODY {padding: 0; font-family:Arial, Tahoma,Helvetica,San Serif; font-size:62.5%; line-height:normal; text-align:center; }
BODY DIV {text-align:left;}
.hidden {position:absolute; left:-9000px; top:0px;}

/* Table Elements */
TABLE {}
TR {}
TD {color:#000000; font-size:1.0em;}
/* Inline Elements */
A {color:#64A1CD; text-decoration:underline;}
/* Form Elements */
FIELDSET {border:none;}
INPUT {color:#000000; font-size:1.0em; padding-left:3px;}
LABEL {color:#000000; font-size:1.0em;}
LEGEND {color:#000000; font-size:1.0em;}
SELECT {color:#000000; font-size:1.0em;}
TEXTAREA {color:#000000; font-size:1.0em; font-family:Verdana,Tahoma,Helvetica,San Serif;}
/* Accessibility Elements */
ACRONYM, ABBR {border:none;}
ACRONYM[title], ABBR[title] {cursor:help;}
P ABBR[title], P ACRONYM[title], BLOCKQUOTE ABBR[title], BLOCKQUOTE ACRONYM[title], DL ABBR[title], DL ACRONYM[title], CODE ABBR[title], CODE ACRONYM[title] {border-bottom:1px dotted #AAA;}
ABBR {speak:normal;}
ACRONYM {speak:spell-out;}

/*STRUCTURE*/

html, body {
	height: 100%;
}
div.clear {
	clear: both;
}
	
.footer{
	height: 180px;
	padding: 0;
	margin: 0;
}

div.site {
	width: 100%;
	margin: 0 auto 0;
}
	.album div.site {
		padding-bottom: 0;
	}
	
div.header {
	height: 137px;
	width: 100%;
	background-color: #e2e5e1;
}

div.page {
	width: 100%;
	background: #fff;
}

div.content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
	div.text-content{
		padding: 30px 0 30px 15px;
	}
		div.left-info {
			float: left;
			width: 550px;
		}
		div.right-info {
			float: right;
			width: 260px;
			margin-right: 15px;
			margin-top: 25px;
		}
div.footer {
	width: 100%;
}
	div.blurb {
		width: 690px;
		color: #434c3e;
		font-size: 11px;
		line-height: 1.2em;
		text-align: justify;
		margin: 0px 0 0 0px;
		float: left;
	}