@charset "UTF-8";
body {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	height: 100%;
}
html {
	height: 100%;
}
#innerWrap {
	background-image: url(images/innerwrap_bg.gif);
	background-repeat: repeat-y;
	background-position: center 570px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	min-height:100%;
	margin-bottom: 0px;
}
* html #innerWrap {
	height: 100%;
}

#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
#header {
	margin: 0px;
	height: 265px;
}
#sidebar {
	width: 200px;
	padding:0px;
	margin:0px;
	top: 265px;
	float: left;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
}
#sidebar li {
	display: block;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
#sidebar a {
	color: #b8b8b8;
	text-decoration: none;
	display:block;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #373737;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222222;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #222222;
}
#sidebar a:visited {
	color: #b8b8b8;
	text-decoration: none;
}
#sidebar a:hover {
	color: #333333;
	background-color: #ffffff;
	border-right:1px solid #ffffff;
	background-image: url(images/hover_bg.gif);
	background-repeat: no-repeat;
	background-position: 189px center;
}
#sidebar .current a {
	color: #333333;
	background-color: #ffffff;
	border-right:1px solid #ffffff;
	background-image: url(images/hover_bg.gif);
	background-repeat: no-repeat;
	background-position: 189px center;
}

#content {
	width: 465px;
	margin-left: 215px;
}
#content  strong {
	color: #761203;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 130%;
	margin: 0px;
	padding-bottom: 10px;
	text-align: left;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	margin: 0px;
	padding-top: 26px;
	padding-bottom: 1px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D9D6BE;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 10px;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #761203;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#content a {
	color: #761203;
	text-decoration: none;
}
#content a:hover {
	color: #761203;
	text-decoration: underline;
}
#content a:visited {
	color: #761203;
}
#content img {
	border: 0;
}
#content .featured {
	margin-bottom: 10px;
	float: right;
	margin-left: 10px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 5px;
}
#content .love {
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top:10px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 5px;
}
#content .registry {
	margin-left: 50px;
	margin-top: 10px;
}

#content .map {
	margin-top: 8px;
	margin-left: 5px;
	border: 1px solid #666666;
}
#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: right;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
}
