/* CSS Document */

*
{
font-family:"Trebuchet MS", Arial, Helvetica, Sans-Serif;}

body
{
	margin:0;
	padding:0;
	background:#780419;
}

img
{
	border:0;
}
h1, h2
{
	margin:0;
	padding:0;
	color:#780419;
}

h1
{
	font-size:1.6em;
}
h2
{
	font-size:1.4em;
}

#Wrapper
{
	border:1px solid #f6df71;
	width:900px;
	margin:0 auto;
}

#Header
{
	height:166px;
	border-bottom:1px solid #f6df71;
	padding-left:16px;
}
#Header img
{
	vertical-align:middle;
	padding-right:60px;
}

#Navigation, #Navigation a
{
	color:#f6df71;
	font-size:0.9em;
	text-decoration:none;
}
#Navigation a:hover
{
	text-decoration:underline overline;
	color:#fdf5d0;
}

#Navigation
{
	padding:4px 0 4px 30px;
	border-bottom:1px solid #f6df71;
}

.Content
{
	background:#fff;
	border-top:1px solid #780419;
	border-bottom:1px solid #780419;
	padding:12px 30px 20px 30px;
	color:#000;
	font-size:0.9em;
}

.Content a
{color:#780419;text-decoration:none;}

.Content a:hover
{text-decoration:underline overline;}

#Footer
{
	padding:6px 16px 3px 16px;
	color:#f6df71;
	font-size:0.75em;
}
#Footer .Copyright
{
	float:right;
	padding:18px 0 0 0;
}

#Footer a
{
	color:#f6df71;
	text-decoration:none;
}

#Footer a:hover
{
	text-decoration:underline overline;
	color:#fdf5d0;
}

.Bio p{margin-bottom:12px;}

.Bio
{
	background:#fdf5d0;
	height:170px;
	margin-bottom:12px;
}

.Bio img
{
	border:1px solid #780419;
	float:left;
}

.Bio h2, .Bio p
{
	margin-left:170px;
	margin-top:0;
}

.MainImage
{
	float:right;
}
.MainImage img
{
	border:1px solid #780419;
	margin-left:12px;
}
.ContactImage
{float:right;}

.ContactImage img
{border:0;}


.HomeImage
{margin-bottom:30px;}

.Clear
{
	clear:both;
}

