div {
	border: none;
	}
form {
	margin: 0px;
}
body {
	width: 100%;
	}
html, body {
	margin: 0;
	padding: 0;
	background-color: #EAF3FD;
	color: #000000;
	font-family: georgia, serif;
	}
li {
	font-size: 12px;
	font-family: veranda, sans-serif;
}	
img {
	border: 0px;
	}
p {
	font-size: 11px;
	font-family: veranda, sans-serif;
	}
a {
	color: #000000;
}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover  {
	text-decoration: underline;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	margin: 0px;
	color: #666666;
	}
#content_container {
	margin:10px 5% 0 5%;
	background-color: white;
}
#header {
	display: none;
	}
#right_column {
	display: none;
	}
#center_column {
	padding:15px;
	padding-bottom: 30px;
	color: #000000;
	min-height: 375px;
	height: auto;
	}
#center_column.with_background {
	background-image: url(../images/recipe_card.gif);
	background-repeat: no-repeat;
	background-position:  90% 100px;
}
#center_column p {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#center_column .actions {
	font-size: 11px;
	font-family: veranda, sans-serif;
	color: #666666;
	margin-bottom: 5px;
}
#center_column .actions a {
	color: #666666;
}
#center_column h3 {
	border-bottom: 1px dashed #cccccc;
}
#center_column h4{
	background-color: #f5f5f5;
	padding: 3px;
	font-family: georgia, serif;
	font-size: 12px;	
}
#footer {
	display: none;
	}
#navigation {
	display: none;
}
#utility_bar{
	display: none;
}
#login label {
	width: 65px;
	float: left;
	text-align: left;
}
#login .input {
	border: 1px solid #cccccc;
	font-size: 9px;
	width: 90px;
	float: right;
	margin: 0px;
}
#login span {
	float: left;
	font-style: italic;
	vertical-align: bottom;
}
#login p {
	white-space: nowrap;
	height: 15px;
	padding: 3px 0px 3px 0px;
	line-height: 15px;
	border: 0px;
}
#login .submit {
	float: right;
}
#replies {
	margin-left: 25px;
}
#replies h5 {
	font-size: 11px;
	font-family: veranda, sans-serif;
}
#replies p {
	padding: 10px;
	border-top: 1px solid #cccccc;
}
.submit {
	color: white;
	margin-left: 2px;
	font-size: 11px;
	text-align: center;
	background-image: url(../images/button_background.gif);
}
#logo_left{
	width: 282px;
	background-image: url(../images/logo_left_background.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #EAF3FD;
	white-space: nowrap;
	float: left;
	height: 62px;
	}
#logo_right{
	width: 120px;
	background-color: #EAF3FD;
	background-image: url(../images/logo_right_background.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	white-space: nowrap;
	float: right;
	height: 62px;
	}
.right_column_box{
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}
.hidden {
	display: none;
}
.info_message {
	padding-bottom: 15px;
	font-style: italic;
}
.input {
	border: 1px solid #cccccc;
}

