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

#container {
	background-color: #CFD0CA;
	background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;
} 

#mainContent {
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 13em;
	height: 425px;
} 

#mainContent div {

	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-top: .5em;
}

#mainContent p {
	font-size: .75em;
	line-height: 2em;
}

#ingredients{
	border: 1px solid #ababab;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #eeeeee;
	overflow: auto;
}

#links{
	margin-bottom: 1em;
	font-size: .8em;
	font-weight: bold;
	
}

#mainContent h3{
	text-align: center;
	color:#999;
	font-size: 1.1em;
	margin-top: .1em;
	margin-bottom: .25em;
	font-weight: normal;
}

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

#links a:hover {
	color: #063;
	text-decoration: none;
	font-weight: bold;
}

#set a:link, #set a:visited {
	color:#063;
	font-size: 1.2em;
}

#set a:hover {
	background: none;
}
