/* General Styles */
body { background-color:#E8E2D6; }
a:link { color:#0033FF; text-decoration: none; }
a:visited { color:#990000; text-decoration: none; }
a:hover { color:#003300; text-decoration: underline; }
a:active { color: #000000; text-decoration: none; }
a.footer { color:#0033FF; text-decoration:none }

/* header styles */
h3 {
	color: #999999;
	line-height: 120%;
	font-size: 18px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	padding: 0 0 0 4px;
}

/* p styles */
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:9pt;
	text-align:left;
	line-height:125%;
	margin:0px 10px 10px 15px;
}

p.about {
	text-align: justify;
}

p.contact {
	padding: 0 40px 0 5px;
	text-align: justify;
}

p.photo {
	width: 250px;
	position:relative;
	margin: 0 2px 0 2px;
	float:left;
	font-size:80%;
	background-color:#B9B1A4;
	line-height: 1em;
}

p.photo a {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 4px 4px 4px;
	/*border: 1px solid #ccc;*/
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color: #B9B1A4;
	text-align: center;
}

p.photo a:hover {
	border-color: #ccc;
	background-color: #F9F2E8;
}

/*
 * Navigation Menu Information
 */
#nav {
	margin: 0;
	padding: 0;
	background: #E8E2D6;
	list-style-type: none;
	width: 740px;
	float: left; /* Contain floated list items */
}


#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav a {
	float: left;
	width: 120px;
	color: #8F8878;
	text-decoration: none;
	line-height: 2em;
	text-align: center;
	/* border-right: 1px solid #FFF; */
}

#nav #nav_con a {
	border: none;
}

#nav a:hover {
	background: #E8E2D6;
}

#body_hom #nav_hom a, #body_por #nav_por a,
#body_eve #nav_eve a, #body_wed #nav_wed a,
#body_abo #nav_abo a, #body_con #nav_con a
{
	border-top: solid 4px;
	color:#C2BCB0;
	font-weight: bold;
}

.photo_frame_rt {
	float:right;
	background-color:#B9B1A4;
	padding:5px;
	margin:15px;
}

.photo_frame_lt {
	float:left;
	background-color:#B9B1A4;
	padding:5px;
	margin:15px;
}

select.contact_form, input.contact_form, textarea.contact_form
{
	color: #000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin-bottom: 6px;
	border-color: #999999;
}

#footer {
	color: #8F8878;
	line-height: 100%;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 11px;
	font-style: italic;
}