html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	
}
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: 999px;
	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 {
	color:#fff;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
#person {
	float:left;
	padding: 0px 0px 0px 10px;
	right: 20px;
	display:inline;			
}
#about {
	float:left;
	margin: 0px 0px 0px 0;
	padding-left:100px;
	width: 216px;
/*	height: 320px;
	overflow: auto;*/
	text-align: justify;

}
#about2 {
	float:left;
	margin: 0px 0px 0px 0;
	padding-left:100px;
	width: 216px;
/*	height: 320px;
	overflow: auto;*/
	text-align: justify;

}

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

#left-illustration-top{
	margin-top:21px;
	margin-left:100px;
	padding-left:100px;
	background: top left url(images/top-left-graphic.gif) no-repeat;
	width:100px;
	height:100px;
	float:left;
	}

#right-illustration-top {
	margin-top:21px;
	margin-right: 20px;
	background: top right url(images/top-right-graphic.gif) no-repeat;
	width:100px;
	height:100px;
	float:right;
}
/************************** 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: 130px;
	/*padding-right: 45px;*/
}
#tray-left {
	float: left;
	/*width: 255px;*/
}
#tray-right {
	float: right;
	width: 302px;
}
#tray-left .left {
	margin-right: 12px;
}
#tray h2 {
	margin-bottom: 6px;
}
#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;
}

#portfolio{
	float:left;
	}

.white-text{
	color:#fff;}

.top-border-table{
	border-color:#000; 
	border-style:solid;
	border-width: 1px 0px 0px 0px;
	margin:10px 0 0 0;
	}