/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #531416;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

body.editor {
	background-color: #FFFFFF;
	text-align: left;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

p {
        margin-top: 10px;
	text-align: justify;
}

p:first-child {
        margin-top: 0px;
        padding-top: 0px;
}

a:link, a:visited, a:active {text-decoration: none; color : #531416}
a:hover {text-decoration: none; color : #333333}

a img { border: none; }


/* LAYOUT CSS */

#wrapper {
	width: 776px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 703px;
	height: 168px;
	background-color: #FFFFFF;
	background-image: url(/images/header_bg.gif);
	vertical-align: top;
}

#header_left {
	width: 20px;
	background-image: url(/images/header_bg_left.gif);
}

#header_right {
	width: 26px;
	background-image: url(/images/header_bg_right.gif);
}

#left_bg {
	width: 20px;
	background-image: url(/images/left_bg.gif);
}

#right_bg {
	width: 26px;
	background-image: url(/images/right_bg.gif);
}

#nav {
	font-size: 13px;
	text-align: right;
	line-height: 20px;
	width: 322px;
	padding-right: 87px;
	padding-bottom: 15px;
	vertical-align: bottom;
}

#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	color: #666666;
}
#nav a:hover, #nav a.active {
	text-decoration: none;
	color: #521416;
}

#content_box {
	background-color: #FFFFFF;
	width: 703px;
}

#content {
	padding: 20px;
	width: 663px;
}

#footer {
	text-align: center;
	color: #634745;
	font-size: 11px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
}

#skipintro {
	text-align: center;
	font-size: 10px;
}

#skipintro a {
	color: #999999;
}

#skipintro a:hover {
	color: #FFFFFF;
}

/* CONTENT CSS */

h1 {
	color: #531416;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
}

.photo {
	padding: 1px;
	border: 1px solid #531416;
	margin: 3px 10px 0px 0px;
}

.map {
	padding: 1px;
	border: 1px solid #531416;
}

.missing {
	color: #531416;
	font-weight: bold;
}

.burgundy {
	color: #531416;
}

input {
	margin: 2px 0px;
}

.submit {
	border: 1px solid #531416;
	background-color: #EDE7E8;
	color: #531416;
	font-family: Times New Roman, Times, serif;
	padding: 2px;
}
