@import url("whitespace.css");
@import url("forms.css");
@import url("links.css");
@import url("gallery.css");
a:link, a:visited {
	color: #BA0000;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
img {
	border-color: #BA0000;
}
#logo {	display: none;}
body {
	background: #ba0000 url(../images/newred/bg.jpg) 50% 0 repeat-x;
}
#container {
	width: 820px;
	margin: 0 auto;
	position: relative;
}
#header {
	margin: 0;
	height: 61px;
	padding: 20px 0 0;
	background: url(../images/newred/logo.png) 0 20px no-repeat;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 38px;
	width: 189px;
	text-decoration: none;
}
#navigation {
	margin: 0;
	position: absolute;
	left: 532px;
	top: 52px;
	width: 288px;
	height: 29px;
	background: url(../images/newred/menu.png) 0 -29px no-repeat;
	list-style: none;
	text-indent: -1234em;
}
#navigation li {
	position: absolute;
	top: 0;
	height: 29px;
	margin: 0;
}
#navigation li a {
	display: block;
	height: 29px;
	text-decoration: none;
}
#navigation li a:hover {	background-image: url(../images/newred/menu.png);}
#home {
	left: 0;
	width: 53px;
}
#home a:hover {	background-position: 0 0;}
#about {
	left: 54px;
	width: 53px;
}
#about a:hover {	background-position: -54px 0;}
#photos {
	left: 108px;
	width: 61px;
}
#photos a:hover {	background-position: -108px 0;}
#links {
	left: 170px;
	width: 46px;
}
#links a:hover {	background-position: -170px 0;}
#contact {
	left: 217px;
	width: 71px;
}
#contact a:hover {	background-position: -217px 0;}
#content {
	background: #FAFAFA url(../images/newred/contentblank.jpg) 0 0 no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2b2b2b;
	font-size: 12px;
	padding: 15px 20px 1px;
	min-height: 300px;
}
#title {	display: none;}
#footer {
	background: url(../images/newred/footer.gif) 0 0 no-repeat;
	padding: 17px 0 10px;
	text-align: right;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0;
	font-size: 10px;
}
#homepage #content {
	padding: 10px 10px 0px;
	margin-bottom: -3px;
}
#aboutpage #content {
	min-height: 477px;
	background: url(../images/newred/aboutbg.jpg) 0 0 no-repeat;
	padding: 78px 34px 0 305px;
	line-height: 15px;
}
#aboutpage #footer {
	background: none;
	padding-top: 5px;
}
span.contour {
	display: block;
	float: left;
	clear: left;
	margin: 0;
	height: 15px;
}
#contactpage #content {
	background: #FAFAFA url(../images/newred/contact.jpg) 0 0 no-repeat;
	min-height: 300px;
	padding-top: 138px;
	padding-left: 25px;
}
hr#formclear {visibility: hidden;}
button#submit {
	overflow: auto;
	padding: 0;
	border-width: 0;
	background: none;
}
#linkspage #content {
	background: #FAFAFA url(../images/newred/links.jpg) 0 0 no-repeat;
	min-height: 300px;
	padding: 78px 305px 10px 25px;
}
