/* Dana Eagle CSS Document */
body {
	background-color:rgb(150,0,0);
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	text-align:center;
}

#pageContainer {
	background-color:white;
	background-image:url(../images/bgLogo.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	border:solid 5px black;
	width:800px;
	margin: 0 auto;
	padding:10px;
	text-align:left;
}

#headerLogo a {
	display:block;
	background-image:url(../images/headerLogo.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:131px;
	text-indent:-9999px;
}

#navigationArea {
	text-align:center;
}

#navigationArea ul,
#navigationArea li {
	list-style-type:none;
	padding:0;
	margin:0;
	height:30px;
}

#navigationArea li {
	float:left;
}

a:link.buttonStyle,
a:visited.buttonStyle {
	background-image:url(../images/buttonBg.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	background-color:rgb(150,0,0);
	border:solid 1px black;
	display:block;
	width:94px;
	height:19px;
	margin:2px;
	font-size:14px;
	line-height:19px;
	color:white !important;
	text-decoration:none;
	text-align:center;
}

a:hover.buttonStyle,
a:active.buttonStyle {
	background-image:url(../images/buttonBgHover.jpg);
	background-color:rgb(114,114,114);
	color:white !important;
}

#contentArea {
	padding:20px;
}

#contentArea h1 {
	font-size:18px;
}

#contentArea h2 {
	font-size:16px;
	line-height:18px;
}

#contentArea h3 {
	font-size:14px;
}

#contentArea p {
	font-size:14px;
	line-height:24px;
}

#contentArea a:link,
#contentArea a:visited {
	color:rgb(150,0,0);
}

#contentArea a:hover,
#contentArea a:active {
	color:rgb(255,0,0);
}

#footerArea p,
#footerArea a {
	color:white;
	font-size:11px;
}

.alignCenter {
	text-align:center;
}

#guestbookForm {}

#guestbookForm label {
	display:block;
	
	font-size:14px;
}

#guestbookForm input {
	display:block;
	margin-bottom:10px;
	width:300px;
}

#guestbookForm textarea {
	display:block;
	margin-bottom:10px;
	width:300px;
	height:200px;
}

input#frmCity,
input#frmState,
input#frmZip {
	display:inline;
}

input#frmCity {
	width:170px;
}

input#frmState {
	width:30px;
}

input#frmZip {
	width:80px;
}









