@charset "utf-8";
/* CSS Document */
body{
margin:0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: left;
vertical-align: top;
background: #000;
color: #ccc;
}
img {
	border: none;
	}


#wrapper{
margin: 0 auto 0 auto;
width: 1001px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
text-align: left;
color: #ccc;
}

#header{
width: 981px;
/*height: 225px;*/
padding: 10px;
background: red;
color: #fff;
}
#header h1{
	font-family:"Comic Sans MS";
	margin-left: 5px;
	}
#header h2{
	font-family:"Comic Sans MS";
	margin-left: 5px;
	}


#container{
width: 1001px;
/*height: 100%;
overflow: hidden;
/*background: url(graphics/containerbg.jpg);*/
}

#content{
float:left;
width: 650px;
/*height: 100%;*/
padding: 10px;
}
#content a:link {
	color:rgb(0,167,255);
	font-family: "Comic Sans MS";
	font-size: 12px;
	text-decoration: underline;
	}
#content a:hover {
	color:rgb(0,167,255);
	font-family: "Comic Sans MS";
	font-size: 12px;
	text-decoration: underline;
	}
#content a:visited {
	color:rgb(0,167,255);
	font-family: "Comic Sans MS";
	font-size: 12px;
	text-decoration: underline;
	}
.warning {
	font: "Goudy Old Style", Arial;
	font-size: 16px;
	}
.warning h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	color: #FF0000;
	}
#content h2 {
	font: "Goudy Old Style", Arial;
	font-size: 36px;
	}
#content h2 a:link{
	font: "Goudy Old Style", Arial;
	color: #FF0000;
	text-decoration: underline;
	font-size: 36px;
	}
#content h2 a:hover{
	font: "Goudy Old Style", Arial;
	color: #990000;
	text-decoration: none;
	font-size: 36px;
	}
#content h2 a:visited {
	font: "Goudy Old Style", Arial;
	color: #FF0000;
	text-decoration: underline;
	font-size: 36px;
	}
.picture {
	float: left;
	margin: 20px;
	}


#sidebar{
float: left;
width: 290px;
padding: 10px;
margin: 10px;
/*display:inline;  because IE doubles set margins  */
background-color:rgb(0,167,255);
color:#000000;
}

#sidebar h2{
border-left: 1px solid #aaa;
border-right: 1px solid #000;
padding-left: 5px;
padding-top: 1px;
background: url(graphics/sidebarh2.jpg);
height: 19px;
}

#sidebar a:link {
	border: none;
	}
#sidebar a:visited {
	border: none;
	}
#sidebar a:hover {
	border: none;
	}
#sidebar img {
	border: none;
	}

#reciptable {
	position: relative;
	width: 285px;
	border-bottom: 1px;
	color:#333333;
	border-color: #666666;
	float: right;
	margin-left: 2%;
	margin-right: 2%;
}
#reciptable a:link {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
#reciptable a:hover {
	color:#333333;
	font-size: 12px;
}
#reciptable a:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
.recip {
  width: 140px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  float: left;
  border: 1px solid #ffffff;
}
.recip a:link {
	color: #CCCCCC;
	font-size: 14px;
	text-decoration: underline;
}
.recip a:hover {
	color:#999999;
	font-size: 14px;
}
.recip a:visited {
	color: #CCCCCC;
	font-size: 14px;
	text-decoration: underline;
}

#footer{
float: left;
position: relative;
width: 285px;
	/*margin-left: 2%;*/
	margin-right: 2%;
background-color: #282828;
color: #b0b0b0;
border-bottom: 1px solid #ccc;
font-size: 11px;
}
#footer a:link {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color:#999999;
	}
#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}