body{
	margin: 0px;
	background-color: #CCCCCC;
}#container {
	margin: auto;
	width: 750px;
	background-color: #FFFFFF;
}
#top_graphic {
	background-image: url(http://www.doggbeds.co.uk/images/top_item.jpg);
	height: 127px;
	width: 750px;
}
#bottom_graphic {
	background-image: url(http://www.doggbeds.co.uk/images/bottom_item.jpg);
	height: 68px;
	width: 750px;
}
#menu_items {
	padding-top: 83px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#menu_items a:link{
	color: #000000;
	text-decoration: none;
}
#menu_items a:active{
	color: #000000;
	text-decoration: none;
}
#menu_items a:visited{
	color: #000000;
	text-decoration: none;
}
#menu_items a:hoover{
	color: #000000;
	text-decoration: none;
}


h2{
	margin-top: 2px;
	margin-bottom: 4px;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 400px;
}
