#header{
	height: 215px;
	background: #3f3f3f url(home_graphics/header_bg.gif) repeat-y top left;
}
#header #logo{
	height: 215px;
}
#header #picture{
	width: 329px;
	height: 215px;
	background: url(home_graphics/header.jpg) no-repeat top left;
}
#header #title{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(home_graphics/title_bg.jpg) no-repeat bottom right;
	height: 215px;
	width: 320px;
}
#header h1{
	padding: 0px 15px 45px 10px;
}
#sidebar #menu{
	padding: 65px 0px 75px 40px;
 }
#content{
	background: url(home_graphics/content_bg.gif) repeat-x top left;
} 
#content #text{
	padding: 60px 15px 10px 18px; 
}

#content #callout1, #content #callout2, #content #callout3{
	padding: 2px 12px;
	width: 140px;
	height: 100px;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
}
#content #callout3{
	width: 152px;
	padding: 0;
	padding-left: 113px;
	padding-top: 10px;
	height: 95px;
	background: url(home_graphics/callout3_bg.jpg) no-repeat top left;
	color: black;
	font-size: 10px;
	font-weight: bold;
}
#content #callout3 a{

}