* {
	margin: 0;
	padding: 0;
}

body {
	background: #706969 url(images/bar.gif) repeat-x;
	font-family: Verdana, Arial, sans-serif;
}

img {
	border: none;
	padding: 2px;
}

img:hover { opacity:0.8; filter:alpha(opacity=80); }
img[id=lightboxImage] { opacity:1; filter:alpha(opacity=100); }

#header {
	color: white;
	width: 900px;
	height: 97px;
	margin: 0 auto;
	position: relative;
}

h1 {
	background: url(images/header2.gif) no-repeat;
	width: 160px;
	height: 97px;
	text-indent: -2000px;
	position: absolute;
	top: 0;
	left: 40px;
}

h2 {
	font-size: 0.95em;
	color: #706969;
	font-family: Georgia, serif;
}

h3 {
	font-size: 0.95em;
	color: #706969;
	font-family: Georgia, serif;
}

p {
	font-size: 0.80em;
	color: #BFBFBF;
	padding-top: 7px;
	line-height: 1.1em;
}

#header ul{
	list-style: none;
	position: absolute;
	left: 303px;
	bottom: 5px;
	font-size: 0.8em;
}

#header li{
	display: inline;
}

#header a {
	padding: 0 5px;
	color: #999;
	text-decoration: none;
	outline: none;
}

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

a {
	color: #6695bd;
	outline: none;
}

a:hover{
	color: #6695bd;
	text-decoration: none;
}

#master {
	width: 1000px;
	margin: 0 auto;
	background: url(images/background.gif) no-repeat;
}

#content {
	border-style: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
	padding-top: 30px;
	margin-left: 357px;
}

#content.general { height: 700px; }
#content.recipes {  }

#container1 { width: 490px; }
#container2 { width: 180px; float: left; margin-top: 2px; margin-right: 10px;}
#container2 .c4 { height: 209px; }
#container3 { float: left; width: 370px; margin-bottom: 10px; }
#container4 { width: 557px; clear: both; margin-top: 15px; }
#container5 { width: 490px; }
#container7 { width: 480px; }
#container8 { width: 170px; float: left; margin-top: 2px; }
#container8 .c4 { height: 209px; }

.b1 { background: #464647 url(images/line.png) repeat-x top; margin-top: 0px;}
.b2 { background: url(images/line.png) repeat-y right; }
.b3 { background: url(images/line.png) repeat-x bottom; }
.b4 { background: url(images/line.png) repeat-y left; }

.c1 { background: url(images/leftupper.gif) no-repeat top left; }
.c2 { background: url(images/rightupper.gif) no-repeat top right; }
.c3 { background: url(images/leftdown.gif) no-repeat bottom left; }
.c4 { background: url(images/rightdown.gif) no-repeat bottom right; padding: 15px;}


#container6 {
	margin-top: 25px;
	width: 500px;
	margin-bottom: 35px;
	margin-left: -2px;
}

#container9 {
	width: 380px;
	height: 240px;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-left: 180px;
}

#container10 {
	margin-top: 25px;
	width: 500px;
	margin-bottom: 35px;
}

.imgleft {
	float: left;
	margin-top: 9px;
	margin-right: 11px;
	margin-bottom: 8px;
	border: solid 2px #BFBFBF;
}

.imgright {
	float: right;
	margin-top: 9px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 2px #BFBFBF;
}

#container3 a, #container10 a { border: 1px solid #bebebe; display: inline-block; }
#container3 img, #container10 img { padding: 0; }


/* BACK AND HOME BUTTONS */
.center {
	text-align: left;
	clear: left;
}




#container1 ul, #container7 ul, ol{
	font-size: 0.75em;
	color: #999;
	padding-top: 7px;
	line-height: 1.1em;
	margin-left: 20px;
}

#container1 ul li, ol li {
	margin-bottom: 2px;
}

.space {
	margin-top: 5px;
	color: #666;
	text-decoration: underline;
}

.space:hover {
	margin-top: 5px;
	color: #444;
	text-decoration: underline;
}


/* OTHER */


p#creator {
	font-size: 0.7em;
	text-align: center;
	color: #000;
	margin-top: 50px;
	margin-bottom: 10px;
}

.clean {
	clear: both;
}




