/*Global*/
body {
margin: 0;
padding: 0;
background: #000;
font-size: 80%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CCC;
}
/* Container for the site */
#container {
width: 800px;
margin: 0 auto;
background: #000;
}
/* Secondary container */
#wrapper {
width: 780px;
border-width: 0 10px 10px 10px;
border-style: solid;
border-color: #666;
margin: 0 auto;
background: #000;
}
/* Header with photographic rotation */
#rotatingImage {
height: 330px;
background-image: url(images/fadeback.jpg);
}
/* Logo with main navigation */
#emailNav {
height: 66px;
background: #000;
}
/* Page Header */
#mainHeading {
background: #000;
padding: 15px 40px 10px 224px;
}
/* Main text area */
#mainContent {
width: 520px;
float: right;
padding: 20px 20px 0 20px;
background: #000;
}
/* Main body of text on page */
#mainText {
width: 520px;
float: left;
height: 100%;
}
/* Navigation */
#mainNav {
width: 190px;
float: left;
padding: 0 0 20px 20px;
background: #000;
}
#navigation {
width: 140px;
float: left;
padding: 90px 0 0 0;
background: #000;
}
 /* Foot of page */
#footer {
clear: both;
background: #000;
height: 10px;
}
/* Copyright Statement at foot of page */
#copyright {
float: left;
margin-left: 250px;
width: 550px;
background: #000;
padding: 10px 0 10px 0;
}
#sds {
float: left;
width: 200px;
background: #000;
padding: 0 0  0 20px;
}
#foot {
clear: both;
background: #000;
}
/* Heading mark up */
h1 {
font-size: 150%;
color:#333;
font-weight: 300;
}
h2 {
font-size: 130%;
color:#333;
font-weight: 300;
}
h3 {
font-size: 110%;
color:#333;
font-weight: 300;
}
h4 {
font-size: 100%;
color:#333;
font-weight: 300;
}

/* Paragraph mark up */
p {
font-size: 100%;
line-height:130%;
font-weight: normal;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #FFC;
	line-height: 130%;
	font-weight: 400;
	font-style: italic;
}
.quote-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCC;
	line-height: 130%;
	font-weight: normal;
}
.link {
	color: #CCC;
	text-decoration: none;
}
a.link: link {
	color: #FC3;
	text-decoration: none;
}
a.link: hover {
	color: #CCC;
	text-decoration: underline;
}
a.link: visited {
	color: #CCC;
	text-decoration: none;
}
.image_float {
float:right;
margin:0 0 15px 20px;
}