/* CSS Document */

body {
	background-image: url(images/bg.jpg);
}

a:link {
	color: #3D2519;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #3D2519;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #3D2519;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #3D2519;
	font-weight: bold;
}

#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:158px;
}

#mainContent {
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-y;
	width:800px;
}

#mediabox {
	padding: 0px;
}

#navigation {
	background-image:url(images/navigation_bg.jpg);
	background-repeat:repeat-y;
}
.navigation {
	background-image:url(images/navigation_bg.jpg);
	background-repeat:repeat-y;
}

#navigationTop {
	background-image:url(images/navigation_top.jpg);
	background-repeat:no-repeat;
	height: 7px;
	width:244px;
}

#navigationBottom {
	background-image:url(images/navigation_bottom.jpg);
	background-repeat:no-repeat;
	height: 7px;
	width:244px;
}

.contentBox1Text {
	color: #6D3511;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin: 8px;
	padding:8px;
}
.contentBox2Text {
	color: #6D3511;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	margin: 8px;
	padding:8px;
}
.contentBoxTitle {
	color: #976544;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration:none;
}

.contentCenter {
	color: #6D3511;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
}

#imagerotator {
	margin-top:10px;
	margin-left:12px;
}
#gingerbreadMen {
	background-image:url(images/gingerbread_men.png);
	background-repeat:no-repeat;
	width:1000px;
	height:600px;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:18px;
}
.copyright {
	font-size: 10px;
	color: #362111;
	font-family: "Times New Roman", Times, serif;
}
.bottomNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #453326;
}