/*Global*/
body {
margin: 0;
padding: 0;
background: #030 url(images/background.jpg);
font-size: 70%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333;
}
/* Container for the site */
#container {
width: 800px;
margin: 0 auto;
}
/* Secondary container */
#wrapper {
width: 780px;
border-width: 10px;
border-style: solid;
border-color: #FFF;
margin: 0 auto;
background: #FFF;
}
#wrapperGallery {
width: 784px;
border-width: 0 8px 8px 8px;
border-style: solid;
border-color: #C2956C;
margin: 0 auto;
background: #000;
}
/* Header with photographic rotation */
#fadeshow1 {
width: 780px;
float: left;
height: 200px;
}
#rotatingImage {
background: #030 url(images/home/background.jpg);
height: 200px;
}
/* Logo with main navigation */
#logoNav {
background: #030;
border-width: 0 0 4px 0;
border-style: solid;
border-color: #FFF;
padding: 10px 0 10px 0;
}
/* Page Header */
#mainHeading {
background: #FFF;
padding: 10px 0 10px 200px;
height: 20px;
}
#mainHeadingGallery {
background: #000;
padding: 0 40px 5px 204px;
}
#mainGallery {
background: #000;
}
/* Main text area */
#mainContent {
width: 600px;
float: right;
background: #FFF;
}
/* News area */
/* Main body of text on page */
#mainText {
width: 380px;
float: left;
padding: 0 20px 0 20px;
height: 100%;
}
#mainPhoto {
float: left;
padding: 0 40px 0 40px;
height: 100%;
}
/* Navigation */
#photo1 {
width: 170px;
float: left;
padding: 3px 0 0 0;
}
#photo2 {
width: 170px;
float: right;
padding: 3px 0 0 0;
}
#bodyTextR {
width: 120px;
float: right;
}
#bodyTextL {
width: 250px;
float: left;
}
#textSize {
width: 170px;
float: right;
padding: 15px 0 0 0;
bottom: auto;
}
#navigation {
background: #FFF;
border-width: 0 0 4px 0;
border-style: solid;
border-color: #FFF;
padding: 10px 0 10px 0;
}
 /* Photograph at foot of page */
#footer {
clear: both;
background: #FFF;
height: 0px;
}
/* Copyright Statement at foot of page */
#copyright {
padding: 5px 10px 0 10px;
}
#sds {
padding: 10px 0 10px 0;
	text-align: right;
}
#foot {
clear: both;
background: #FFF;
height: 10px;
}
/* Bullet points */
ul {
list-style-type: none;
list-style-position: outside;
margin: 0 0 12px 0;
padding: 0;
}
ul ul {
list-style-type: disc;
list-style-position: outside;
margin: 0 0 10px 0;
padding: 0 0 10px 15px;
}
ul ul li {
margin: 5px 0 0 0;
}
/* Heading mark up */
h1 {
font-size: 150%;
color:#030;
font-weight: 300;
}
h2 {
font-size: 130%;
color:#030;
font-weight: 300;
}
h3 {
font-size: 110%;
color:#030;
font-weight: 300;
}
h4 {
font-size: 100%;
color:#030;
font-weight: 300;
}

/* Paragraph mark up */
p {
font-size: 100%;
line-height:130%;
font-weight: normal;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	font-weight: normal;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #030;
	line-height: 130%;
	font-weight: 400;
	font-style: italic;
}
.quote-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	line-height: 130%;
	font-weight: normal;
	text-align: right;
}
.link {
	color: #030;
	text-decoration: none;
}
a.link: link {
	color: #030;
	text-decoration: none;
}
a.link: hover {
	color: #030;
	text-decoration: underline;
}
.nav {
	color: #FFF;
	text-decoration: none;
}
a.nav: link {
	color: #FFF;
	text-decoration: none;
}
a.nav: hover {
	color: #FFF;
	text-decoration: underline;
}
.legal {
	font-size: 100%;
	color: #030;
	text-decoration: none;
	text-align: center;
}
.bottom {
	font-size: 100%;
	vertical-align: baseline;
	text-align: right;
}
.form-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 300;
	color: CC3333;
	padding: 2px;
}