
body#home div#header {
	height: 225px;
}

body#home td.sidebar-top {
	background: url(../images/home/sidebar-top-bg.gif) no-repeat;
}
body#home td.main-top-left {
	background: url(../images/home/main-top-left-bg.gif) no-repeat;
}
body#home td.main-top-right {
	background: url(../images/home/main-top-right-bg.gif) no-repeat;
}

body#home td.sidebar {
	background: url(../images/home/sidebar-bg.gif) repeat-x;
}

body#home div.sidebar {
	padding: 0 15px;
}

body#home div.sidebar p {
	margin: 0 0 10px 0;
}

body#home div.sidebar a {
	font-weight: bold;
}

body#home td.main-left {
	border-left: 1px solid #e1e1e1;
}

body#home td.main-right {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

body#home div.main {
	padding: 0 15px;
}

body#home div.main h1 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 17px;
}

body#home div.main div.bullet-item {
	font-size: 14px;
	padding-top: 1px;
}

