@charset "UTF-8";
/* CSS Document */

body {
	background-image: url("../images/granite.jpg");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Handwriting - Dakota", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 100%;
	min-height: 870px;
}

#topLinks {
	height: 75px;
	width: 600px;
	position:absolute;
	top: 0;
	right: 0;
}

a.dblosch {
	position:absolute;
	top: -15px;
}

a.dblosch:hover {
	top: 0px;
}

a.wishlist {
	position:absolute;
	top: -10px;
	margin: 0 0 0 230px;
}

a.wishlist:hover {
	top: 0px;
}

a.blog {
	position:absolute;
	top: -20px;
	margin: 0 0 0 450px;
}

a.blog:hover {
	top: 0px;
}

#navigation {
	width: 250px;
	height: 300px;
	position:absolute;
	left: 0;
	top: 230px;
}

#content {
	width: 634px;
	margin: 74px 0 0 248px;
	float:left;
	font-size: 15px;
	line-height: 17px;
	color: #1b2330;
}

#contentInner {
	width: 614px;
	min-height: 663px;
	padding: 0 10px 0 10px;
	background-image:url(../images/content.gif);
	background-repeat:repeat-y;
}

.index {
	float:right;
	margin: 0 10px 0 0;
}

#content h2 {
	font-size:17px;
	line-height: 17px;
	padding: 0;
	margin: 0 0 16px 0;
	color: #326555;
	font-weight:bold;
}

#content h3 {
	font-size:17px;
	line-height: 17px;
	padding: 0;
	margin: -5px 0 11px 0;
	color: #326555;
	font-weight:bold;
}

#content h4 {
	font-size:20px;
	line-height: 20px;
	padding: 0;
	margin: 11px 0 11px 0;
	color: #1d3c96;
	font-weight:bold;
}

.breadcrumbs {
	font-size:17px;
	line-height: 17px;
	padding: 0;
	color: #326555;
	font-weight:bold;
}

a.breadcrumbs {
	color: #326555;
}

#content a.breadcrumbs {
	color:#326555;
}

#content table {
	font-size: 15px;
	padding: 0;
}

#content table td {
	height: 17px;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

#content table a {
	text-decoration:none;
	color: #1d3c96;
	font-weight:bold;
}

#content a:hover {
	text-decoration:underline;
}

.small {
	font-size:10px;
	line-height: 12px;
	color: #1b2330;
	font-weight: normal;
}

#content a.smallLink {
	font-size:10px;
	padding: 0 5px;
	line-height: 12px;
	color: #1b2330;
	font-weight: normal;
}

#content a.medLink {
	font-size:12px;
	padding: 0;
	line-height: 12px;
	color: #1b2330;
	font-weight: normal;
}

.recimage {
	width: 200px;
	min-height: 200px;
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color:#FFFFFF;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #eeeeee;
	background-image:url(../images/recimage.jpg);
	background-repeat:no-repeat;
	background-position: 10px 10px;
}

.topCorners {
	position:absolute;
	top: 153px;
	left: 635px;
	z-index: 100;
}

.botCorners {
	position:relative;
	top: -37px;
	left: -5px;
	margin: 0 0 -27px 0;
}

.card {
	position:absolute;
	left: 27px;
	top: 137px;
	z-index: 1;
}

.spoon {
	position:absolute;
	left: 0;
	top: 337px;
	z-index: 2;
}

#footer {
	width: 600px;
	float:left;
	font-size: 15px;
	line-height: 17px;
	color: #1b2330;
	clear:both;
}