html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: white;
}
a:hover {
	color: #eee;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/bodybackground.gif);
	font: 13px verdana;
	color: #FFFFFF;
	padding: 20px 5px;
	text-align: center;

}
/************************** wrappers **********************************/
#wrapper {
	text-align: left;
	width: 775px;
	margin: auto;
	background: url(images/body_bg.gif) repeat-y;
}
#body {
	position: relative;
}
#body-top {
	background: top left url(images/bar.gif) no-repeat;
}
#body-bot {
	background: bottom left url(images/bar.gif) no-repeat;
}
/************************** Header **********************************/
h1 {
	padding: 17px 0px 0px 10px;
}


#person {
	float: right;
	padding: 17px 15px 0px 0px;
	right: 20px;
	display:inline;			
}
#about {
	padding: 0px 0px 0px 40px;
	width: 355px;
	height: 290px;
	
	
}
.first-letter {
	font-weight: bold;
	font-size: 12px;
	color: #A81D34;
}
/************************** Navigation **********************************/
#header ul {
	margin: 0px 17px 20px 40px;
	border: 1px solid white;
	padding: 5px;
	width:675px;
}
#header li {
	display: inline;
	padding: 13px;
}
#header ul a {
	text-decoration:none;
	font-family: Monotype corsiva;
	font-size: 18px;
	font-weight: none;
	color: #A81D34;
	text-transform: none;
}
#header ul a:hover{
	color: #fff;
}
/************************** Tray **********************************/
#tray {
	padding-left: 40px;
	padding-right: 45px;
}
#tray-left {
	float: left;
	width: 675px;

}
#tray-right {
	float: right;
	width: 255px;
}
#tray-left .left {
	margin-right: 12px;
}
#tray h2 {
	margin-bottom: 16px;
font-family: Monotype corsiva;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
#tray p {
	margin: 0px;
	margin-bottom: 3px;
}
#tray-left .more {
	padding-right: 12px;
}
/************************** Footer **********************************/
#footer {
	text-align: center;
	color: white;
	margin-left: 95px;
	margin-right: 14px;
	background: top left url(images/body_bot_left.gif) no-repeat;
}
#footer-right {
	padding-top: 33px;
	padding-bottom: 22px;
	background: top right url(images/body_bot_right.gif) no-repeat;
}
