/* CSS Document */
#main {
	float: left;
	width: 525px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-top: 15px;
	border: 2px solid #fff;
	background-image: url(images/mainback2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#main h2 {
	font-size: 1em;
	color: #618622;
	margin-top: 15px;
	margin-bottom: 0px;
}	
#main h1 {
	font-size: 1.4em;
	color: #618622;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: lighter;
}	
#main p {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: justify;
	margin-top: 7px;
}
#sidebar {
	float: left;
	width: 225px;
	padding-top: 20px;
	margin-left: 6px;
	padding-right: 15px;
	padding-left: 5px;
}
#sidebar h1 {
	font-size: 1em;
	color: #6A090C;
	border-bottom: 1px solid #6A090C;
}
#sidebar p {
	font-size: 0.9em;
	padding-left: 5px;
	line-height: 1.4em;
}
.menu {
	border-bottom: 1px solid #666666;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: .8em;
}
.red {
	color: #6A090C;
	font-size: 0.8em;
	text-align: justify;
}
.grey{
	color: #666666;
	font-size: .8em;
}
#background {
	width: 800px;
	float: left;
	background-repeat: repeat-y;
	background-position: right;
}
.red2 {
	text-align: right;
	color: #6A090C;
}
#gift {
	width: 450px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #EEEEEE;
	border: 1px solid #a0a0a0;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	color: #5B8020;
	font-size: 1em;
}
h4 {
	line-height: 1.5em;
	font-weight: normal;
}
.float {
	float: right;
	margin-left: 30px;
	margin-right: 10px;
}
#footer {
	border-top: solid 5px #4A656E;
	width: 800px;
	clear: both;
	font-size: .7em;
}.sidepic {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}

