/* 
Designed by Brian Khang
Coded by Lawrence Chan - http://www.tofurious.com
*/

body {
	margin: 0px auto;
	width: 1000px;
	background: #851d1e;
}

#top {
	width: 1000px;
	height: 484px;
}

#bottom {
	width: 1000px;
	height: 116px;
	background: #851d1e url(../images/briankhang2.jpg);
}

#content {
	width: 466px;
	height: 200px;
	background: #fff;
	margin-left: 234px;
	padding: 0px 7px 7px 7px;
}

#content h1 {
	color: #851d1e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	line-height: 18px;
}

#content {
	color: #bdbdbd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	text-transform: capitalize;
	line-height: 10px;
}

.fl {float: left;}
.breaker {clear: both; height: 2px;}
