html, body, div, ul, li, h1, h2, h3, h4 img {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	background: #000;
	font: 12px verdana, arial, sans-serif;
	color: #A7A7A7;
	padding: 30px 5px;
	
}

h1 {
	padding: 17px 0px 0px 100px;
}

a {
	color: #A7A7A7;font-family: Verdana, Helvetica, Arial, sans-serif;font-size: 10pt;font-weight: normal;font-style: normal;text-decoration: none;}
a:hover {
	color: #ededd3; /*#ffffe6;*/
}

.wrapper {
	text-align: left;
	width: 754px;background: url(../images/body_bg.gif) repeat-y;margin: auto;margin-top: auto;margin-left: auto;margin-right: auto;margin-bottom: 0px;padding: 0px;}

.left {margin-left: 128px;
width: 600px;
}

#about {
	float:left;
	margin: 20px 0px 0px 131px;
	text-align: justify;
	display:inline;
}

.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: white;
}


