/* CSS Document */

#home #header {
	margin: 0px;
	padding: 0px;
	height: 83px;
	background: #FFFFFF url("images/home-header.jpg") no-repeat;
	border-bottom: 1px solid #FFF;
}

#navbar {
	text-align: center;
	padding: 5px 0px 0px 0px;
}

#home #image {
	margin: 0px;
	padding: 0px;
}

#home #content {
	background: #FFF url("images/content_bgd.gif") repeat-x;
}

#home #content h1 {
	text-align: center;
}

#home #content p {
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}

