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: #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_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 95px;
}
#person {
	float:right;
	padding: 47px 15px 0px 0px;
	right: 20px;
	display:inline;			
}
#about {
	float:left;
	margin: 20px 0px 0px 120px;
	width: 270px;
	height: 390px;
	overflow: auto;
	text-align: justify;
	display:inline;
	font-size: 14px;

}
.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: white;
}
/************************** Navigation **********************************/
#header ul {
	margin: 0px 17px 20px 99px;
	border: 2px solid white;
	padding: 5px;
	display:inline;
	float: left;
	width:625px;
}
#header li {
	display:inline;
	padding: 13px;
}
#header ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #f3e9d9;
	text-transform: uppercase;
}
#header ul a:hover{
	color: #fff;
}
/************************** Tray **********************************/
#tray {
	padding-left: 50px;
	padding-right: 15px;
	width: 640px;
	float: right;
}
#tray-center {
	margin-left: 110px;
	float: left;
	width: 600px;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
}

#tray-left {
	float: left;
	width: 285px;
	margin-top: 20px;
}
#tray-right {
	float: right;
	width: 302px;
	margin-top: 20px;
}
#tray-left .left {
	margin-right: 12px;
}
#tray h2 {
	margin-bottom: 16px;
}
#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;
}
#footer-right {
	margin-top: 750px;
	padding-top: 33px;
	padding-bottom: 22px;
}
#tagcloud {
	width: 100%;
	text-align: center;
	height: 83px;
	overflow: hidden;
	margin: 4px 0px 4px 0px;}

#tagcloud h2,
#tagcloud h3,
#tagcloud h4,
#tagcloud h5,
#tagcloud h6   {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin: 0px 5px 0px 0px;
	height: 20px; }

#tagcloud h2 {
	font-size: 14px; }

#tagcloud h3 {
	font-size: 9px; }

#tagcloud h4 {
	font-size: 13px; }

#tagcloud h5 {
	font-size: 15px; }

#tagcloud h6 {
	font-size: 11px; }

#tagcloud a:link			{ color: #888888; text-decoration: none }
#tagcloud a:visited		{ color: #888888; text-decoration: none }
#tagcloud a:hover			{ color: #000000; text-decoration: underline }

#tagcloud h2 a:hover			{ color: #657F9D; }
#tagcloud h3 a:hover			{ color: #CC0000; }
#tagcloud h4 a:hover			{ color: #657F9D; }
#tagcloud h5 a:hover			{ color: #128809; }
#tagcloud h6 a:hover			{ color: #CC0000; }
