/* CSS Document */

html {
	
	color: black;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

body {
	background-image: url(images/css/background_gradient.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

p, ul {
	font-size: 70%;
	color: black;
	line-height: 125%;
}

#top {
	margin-left:auto;
 	margin-right:auto;
	width: 750px;
	height: 261px;
	background-image: url(images/css/sandown_header.jpg);
	background-repeat: no-repeat;
}

#content {
	margin-left:auto;
 	margin-right:auto;
	width: 750px;
}

#bottom {
	margin-left:auto;
 	margin-right:auto;
	width: 750px;
	height: 325px;
	background-image: url(images/css/sandown_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.AssociationText {
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	padding: 4px;
}

.ContentPadding {
	padding: 8px 8px 8px 8px;
	background-color: #FFF;
	border: 1px solid silver;
}

#Nav p{
	color: #FFF;
}

#Nav a {
	color : #FFF;
	background-color : transparent;
	text-decoration: none;
}

#Nav a:hover {
	color : #FFF;
	background-color : transparent;
	text-decoration: underline;
}

.HomeCell {
	margin: 0;
	padding: 3px 15px 3px 15px; /*Top Right Bottom Left */
	color: #FFF;
	background-color:#000;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
}

.NavCell {
	margin: 0;
	padding: 3px 15px 3px 15px; /*Top Right Bottom Left */
	color: #FFF;
	background-color:#333333;
	border-bottom: 1px solid silver;
}

.LogoPadding {
	margin-top: 8px;
	margin-bottom: 8px;
}

.Headline {
	color: #FFF;
	font-weight: bold;
	font-size: 70%;
	background-color: #000;
	padding: 8px 8px 8px 30px;
}

.FooterPadding {
	padding: 8px 8px 8px 35px;
	background-color: #FFF;
	border: 1px solid silver;
}

.quote {
	margin: 8px;
	border: 1px dotted #000066;
}

.inlineImageLeft {
	margin-right: 4px;
	margin-bottom: 4px;
}