@charset "utf-8";
/* CSS Document */



p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #AA5E5A; 
}
a:link {
	color: #910000;
}

a:hover {
	color: #B64242;
}

a:visited {
	color: #B64242;
}


#center-box {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}


#center-box-alt {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 17px;
}


#divider-line {
	width:500px;
	background-color: #AA5E5A;
	height: 1px;
}

.divider-line2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AA5E5A;
	height: 2px;
}

.main-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color: #910000
}

.item-content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.81em;
	color: #AA5E5A
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color: #AA5E5A
}

.tagline {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #AA5E5A;
	font-style: italic;
}

.photo-border {
	border: 1px solid #e0cac9;
}
