@charset "UTF-8";
/* CSS Document */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	line-height:30px;
	text-align:center;
	color:#281606;
	font-weight:bold;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:21px;
}
#bg {
	background-color: #6c5033;
	background-image: url(http://image1.myshedplans.com/images/bg2.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
#header {
	background-image: url(http://myshedplans.com/images/header2.jpg);
	height: 210px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(http://image1.myshedplans.com/images/contentbg2.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	width: 620px;
	padding-right: 40px;
	padding-left: 40px;
}
#footer {
	background-image: url(../images/footer2.jpg);
	height: 119px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

