/* place styles relevant to only the homepage here */

#body {
	padding: 1px;
	position: relative;
}

a#home_left, a#home_right  {
	color: white;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	font-family: "Trebuchet MS", Trebuchet;
	color: #7a705c;
	line-height: 29px;
}

#home_left {
	float: left;
	width: 226px;
	height: 73px;
	background: url(/images/left.jpg) no-repeat;
	color: white;
	padding: 5px 0 8px 5px;
}

#home_right {
	float: right;
	width: 226px;
	height: 73px;
	background: url(/images/right.jpg) no-repeat;
	color: white;
	padding: 5px 8px 0 5px;
}

.main_blurb {
	float: right; width: 452px; padding: 80px 30px 10px 15px;
}

body {
	position:  relative;
}
#home_portfolio {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 483px;
}