html, body {
	background: #FCFDF2 url('../images/main/masthead-back.png') repeat-x top left;
	color: white; 
	font-family: 'Lucida Grande', Verdana, sans-serif; 
	font-size: 62.5%; 
	margin: 0px; 
	padding: 0px;
}

:-moz-any-link:focus,
:-moz-any-link:active {
	outline: none;
}

.hide {display: none;}

.invisible {visibility: hidden;}

/*  font styling */

/* set font sizes */

h1 {font-size: 4em;}
h2 {font-size: 3.6em;}
h3 {font-size: 3em;}
h4 {font-size: 3em;}
h5 {font-size: 2.4em;}
h6 {font-size: 2.2em;}

p, ul, ol, dl, label {color: #333; font-size: 2.2em; line-height: 1.6em;}

ul ul {font-size: 1em; line-height: 1em;}

a, a:visited {text-decoration: none;}

a:visited {color: #339;}

a:hover {color: #9A0919; text-decoration: underline;}

/* general page layout */

.masthead {
	background: #fcfdf2 url('../images/main/masthead-base.png') repeat-x bottom left;
	color: white;
	float: left;
	height: 163px;
	width: 100%;
}

.content {
	color: black;
	float: left;
	font-size: 0.9em;
	width: 100%;
}

.footer {
	text-align: center;
	float: left;
	width: 100%;
}

.internal-wrapper {
	margin: 0 auto; 
	padding-left: 20px;
	position: relative; 
	width: 955px;
}

.img-hanging {
	position: relative;
}

.float-right {
	float: right;
}

img.float-right {
	margin-left: 30px;
}

.float-left {
	float: left;
}

img.float-left {
	margin-right: 30px;
}

.quoted-by img.float-left {
	margin: 0px 20px 0px 0px;
}

.divider {
	background: transparent url('../images/main/dots-horizontal.gif') repeat-x top left;
	height: 1px;
	margin: 20px 0 20px 0px;
	width: 100%;
}

