/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0;
	padding-top: 0;
	background: url(http://www.fritzsfrozencustard.com/sky.jpg) center;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: DarkBlue;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #f0393b;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #f0393b;
}

a:hover {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 932px;
	height: 40px;
	margin: 0 auto;
	background: DarkBlue;
	border: 4px solid #f0393b;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 8px 0 2px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background: #81a2ff;
}

#menu #rss a {
	float: right;
	padding-left: 30px;

	border: none;
}

#menu #rss a:hover {
	background-color: #3737a3;
}

/* Header */

#header {
	width: 932px;
	height: 930px;
	margin: 0 auto;
	background: url(http://www.fritzsfrozencustard.com/Closed.png) no-repeat bottom;
	border: 4px solid #f0393b;
	border-top: none;
}

#header h1 {
	padding: 0px 0 0 0px;
	font-size: 1.8em;
}

#header h2 {
	padding: 0 0 0 0px;
	font-size: .8em;
}

#header a {
	text-decoration: none;
	color: #DAEBDB;
}

/* Content */

#content {
	width: 932px;
	margin: 0 auto;
	background: DarkBlue;
	border: 4px solid #f0393b;
	border-top: none;
}



/* Footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #f0393b;
}

#footer a {
	color: DarkBlue;
}
