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;
	text-decoration:underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000;
	font: 12px arial, sans-serif;
	color: #A7A7A7;
	padding: 30px 5px;
	text-align: center;
}
/************************** wrappers **********************************/
#wrapper {
	text-align: left;
	width: 754px;
	margin: auto;
	background: url(images/body_bg3.jpg) repeat-y;
}
#body {
	position: relative;
}
#body-top {
	background: top right url() no-repeat;
}
#body-bot {
	background: bottom left url() no-repeat;
}

/************************** Header **********************************/
h1 {
	padding: 37px 0px 0px 95px;
}


h2 {	padding: 0px 0px 10px 0px;

	float:left;
	
	position:absolute;
	top: 30px;
	left:150px;	


	


}

h3 {	float:left;
	text-decoration:none;
	font-family: Vivaldi; 'monotype corsiva';
	font-size: 25px;
	font-weight: bolder;
	color: #ffffff;
	text-transform: capitalize;
	position:absolute;
	top: 70px;
	left:205px;	
}

#person {
	float:right;
	padding: 257px 15px 0px 0px;
	right: 20px;
	display:inline;			
}
#about {
	float:left;
	padding: 20px 20px 0px 131px;
	width: 560px;
	height: 330px;
	overflow: ;
	text-align: center;
	display:inline;
}
.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: white;
}

/************************** Navigation **********************************/
#header ul {
	word-spacing:50px;
	margin: 0px 17px 20px 145px;
	border-top: 1px solid white;
	border-bottom:1px solid white;
	padding: 3px;
	display:inline;
	float: center;
	width:300px;
	
}
#header li {
	display:inline;
	padding: 0px;
}
#header ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: white;
	text-transform: uppercase;

	
}
#header ul a:hover{
	color: #fff;
	text-decoration:underline; color:#fff;
}
/************************** Tray **********************************/
h4 {	float:left;
	margin:-10px 0px -10px 0px;
	text-decoration:none;
	font-family: Vivaldi;
	font-size: 30px;
	font-weight: bolder;
	color: #ffffff;
	text-transform: capitalize;
	}

#tray p	{
	padding-left:10px;
	padding-right:10px;
	text-align:justify;

}

#tray li {
	padding-left:40px;
	
}

#tray a {
	text-decoration:underline;
	color: #A7A7A7;
}
#tray a:hover {
	color: #eee;
	text-decoration:none;

}

#tray {
	padding-left: 135px;
	padding-right: 55px;
}
#tray-left {
	float: left;
	width: 280px;
}
#tray-right {
	float: right;
	width: 255px;
}

#tray-left .left {
	margin-right: 12px;
}
#tray h2 {
	margin-bottom: 16px;
}

#tray-left .more {
	padding-right: 12px;
}


/************************** Footer **********************************/
#footer {
	text-align: center;
	color: white;
	margin-left: 95px;
	margin-right: 24px;
	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;
}

#footer a{
	text-decoration:none;
	color:#A7A7A7;
}

#footer a:hover	{
	text-decoration:underline;
	color:white;
}

h6 	{
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
	color: #A7A7A7;
	text-transform: capitalize;
	}

h5  {
	align:center;
	margin: 0px;
	text-weight:bold;
	text-color: white;
	text-align:center;
	font-size:17px;
	border: thin solid;
	border-color:white;
	padding: 10px;
	
}