/* @override http://www.livingwaterschool.org/fileadmin/templates/lwcs_template.css */

@import url("navigation.css");

body {
	background-color: #45484d;
}

#wrapper {
	width: 1024px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}


#topimage {
	background-image: url(images/lwcs_website_01.jpg);
	width: 924px;
	height: 271px;
	padding-left: 50px;
	padding-right: 50px;
	clear: both;
	float: left;
}

#navigation {
	background-image: url(images/lwcs_website_02.jpg);
	width: 924px;
	height: 58px;
	padding-right: 50px;
	padding-left: 50px;
	position: relative;
	clear: both;
	float: left;
}

#content {
	width: 839px;
	margin: 0;
	float: left;
	clear: both;
	position: relative;
	background: url(images/lwcs_website_03.jpg) repeat-y scroll;
	padding: 0 100px 50px 85px;
}

#footer {
	width: 924px;
	background-image: url(images/lwcs_website_04.jpg
	);
	height: 80px;
	margin: 0;
	padding: 0 50px;
	float: left;
	clear: both;
	position: relative;
}

#mainmenu ul {
	width: 830px;
	height: 20px;
	position: relative;
	top: 10px;
	left: 60px;
	list-style: none;
	padding: 0;
	margin: 0;
}


a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body,a,p,td,li,ul,input,textarea {
	font-family: tahoma;
}

p {
	padding: 0;
	margin: 0 0 9.5px;
}


H1 {
	font-size: 13pt;
	color: #ac9700;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
}

H2 {
	font-size: 12pt;
	color: #5f5b39;
	font-weight: bold;
	font-style: italic;
}

H3 {
	font-size: 10pt;
	color: #e5d562;
	float: left;
	font-weight: bold;
}

body,p, ul, li, input, textarea, td, tr {
	font-size: 9.5pt;
}

#content a {
	color: #ec1c24;
}


#footerlinks a {
color: gray
}
