body {
	text-align: center;
	background: url(../images/bg.png);
	font-family: verdana;
	font-size: 11pt;
}

#wrap {
	margin: 0 auto;
	width: 965px;
	height: 100%;
	text-align: left;
	
}

#header {
	height: 225px;
	background: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
}


#links  a:link {
	color: #FFFFFF;
	text-decoration: none;
} 

#links a:visited {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#links a:hover {
	color: #53b8ff;
	background: none;
}

#links a:active {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
	

#links {
	height: 35px;
	background: url(../images/links.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	padding-top: 8px;
}



#contenttop {
	height: 80px;
	background: url(../images/contenttop.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 22px;
	margin-top: -8px;
	margin-bottom: -22px;
}

#contentmid {
	background: url(../images/contentmid.gif);
	background-repeat: repeat-y;
	min-height: 100px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

#shopicons {
	text-align: center;
}


#footer {
	position: relative;
	overflow: hidden;
	height: 222px;
	background: url(../images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}

.title {
	font-family: verdana;
	font-size: 20pt;
}


.fields {
	background-color: #FF0000;
}

input {
 	background-color: #ededed;
	border: 1px solid;
}
 
textarea {
	background-color: #ededed;
	color: #000000;
	border: 1px solid;
}

.acrobat {
	font-size: 8pt;
}

#recipe {
	margin: 0 auto;
	width: 600px;
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
}

.voteicon {
	float: right;
	padding: 0px 5px 0px 0px;
}
	
