body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-image: url(grph/content-background.jpg);
	background-repeat:repeat-x;
}

#top {
	width:760px;
	height:110px;
	margin:0 auto;
	background-image:url(grph/top-background.jpg);
	text-align:right;
}

#main-content {
	width:740px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
}

#menu {
	width:230px;
	height:225px;
	padding:10px;
	background-image:url(grph/menu-background.jpg);
	float:left;
}
#menu ul {color:#490E0B;margin-top:5px;}
#menu li {line-height:1.4em;}
#menu a {color:#9C1D18;text-decoration:none;font-weight:bold;}
#menu a:hover {color:#000;}
#image {width:480px;background-color:#eee;float:right;}
h4 {font-size:15px;}
h5 {font-size:14px;}
