/* new CSS pages */

/* -- defaults --*/

* {
padding: 0;
margin: 0;
}

body {
font: small Arial, sans-serif;
color: #333333;
background-color: #f4eaea;
}

/* -- structure --*/

#wrapper {
width: 760px;
margin: 0 auto;
background-color: #ffffff;
border: 2px solid #663333;
margin-top: 10px;

}

#masthead {
height: 181px;
background-image: url(../images/castle.jpg);
}

#title {
text-align: center;
border-bottom: 1px solid #663333;
}

#title h1 {
padding: 10px;
}

.separator {
			clear: both;
			height: 0px;
}

#content {
float: left;
width: 565px;
}

#content h2 {
text-align: center;
padding-top: 20px;
padding-bottom: 10px;
}

#content h4 {
padding: 5px 0;
}

#content p {
padding-right: 5px;
padding-bottom: 5px;
}

#footer {
	text-align: center;
	font-size: 10px;
	clear: both;
}

#footer a {
text-decoration: none;
}

.photos img {
padding: 5px;
}

#photo {
margin-left: 200px;
padding: 10px 0;
}

#friends {
	background-color: #FAF5F5;
	width: 540px;
	padding: 8px;
	margin-bottom: 15px;
	vertical-align: middle;

}

#bene {
	font-weight: bold;
	background-color: #EFDEDE;
	margin: 2px;
	padding: 3px;
	border: 1px solid #660033;
	width: 440px;
	margin-bottom: 5px;
}

#bene ul {
	list-style-position: inside;
}

#address {
	font-weight: bold;
	background-color: #EFDEDE;
	margin: 2px;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #660033;
	width: 275px;
	margin-bottom: 5px;
}

#address span {
	display: block;
}

#address a {
text-decoration: none;
color: #660033;
}

#address a:hover {
color: #000000;
border-bottom: 1px dotted #999999;
}

.center {
	text-align: center;
}

#line {
margin-top: 67px;
padding-right: 20px;
font-weight: bold;
}
/* -- navigation -- */

#navbar {
padding-top: 10px;
padding-left: 10px;
width: 180px;
float: left;
}



#navbar ul {
list-style-type: none;
}

#navbar a {
color: #666666;
text-decoration: none;
}

#navbar a:hover {
color: #000000;
border-bottom: 1px dotted #999999;
}

p.click a {
	text-decoration: none;
	color: #996666;
	border-bottom: 1px dotted #F4EAEA;
}

p.click a:hover {
text-decoration: underline;
}

#letter {
margin: 20px 0;
padding: 3px;
border: medium double #00007D;
width: 160px;
}

#letter span {
font-weight: bold;
}


