/* CSS Document */

* {margin:0px;
   padding:0px;
   border: none;
   }
   
   
body { background-color: #666666;}
   
#header {
width: 100%;
height: 238px;
background-image: url(images/headerbg.png);
background-repeat: repeat-x;
min-width: 1010px;
        }
		
#main {
width: 800px;
height: auto;
overflow: auto;
background-color: #FFFFFF;
border-right: #000000 solid 2px;
border-left: #000000 solid 2px;
padding-bottom: 7px;
}

#main img{margin: 5px;}

#main a {
color: #000000;
font-weight: normal;
}
#main a:hover {
color: #000099;
}


#footer {
width: 100%;
height: 64px;
background-image: url(images/footerbg.png);
min-width: 1010px;
padding-top: 3px;
}



			
img.gwf {
position: relative;
bottom: 10%;
left: 75%;
}

#nav {
list-style: none;
width: 650px;
background-image: url(images/navbg.png);
height: 47px;
background-repeat: repeat-x;
margin-top: 10px;
padding-left: 150px;
border-top: #000000 solid 1px;
}

#nav li {
float: left;
display: inline;
height: 37px;
border-left:  #666666 dotted 2px;
width: 160px;
padding-top: 10px;
}

#last {
border-right:  #666666 dotted 2px;
}



h1, h2, h3, p {
text-align: left;
padding-left: 7px;
font-family: Arial, Helvetica, sans-serif;
color: #0000CC;
}

h1 { margin-top: 5px;
font-size: 1.3em;
}

p {
font-size: 12px;
margin-top: 3px;
color: #000000;
}


#nav li.selected {
background-image: url(images/liselected.png);
}

.recipe {
border-left:  #00CC33 dotted 2px;
border-right:  #00CC33 dotted 2px;
padding-left: 5px;
padding-right: 5px;
margin: 7px;
background-color: #FFFFFF;
width: 750px; 
}

.recipe img { text-align: right;}

#nav a {color: #0000FF;
font-style: normal;
font-size:20px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;}

#nav a:hover { color: #FFFFFF;}

#footer p{
color: #000000;
text-align: center;
font-size: 9px;
}

#links {
list-style: square;
text-align: center;
display: inline;
}

.clear {
width: 486px;
height:97px;
}

#links li { display: inline;
list-style: circle;
padding: 10px;

}

#links a {
color: #0000CC;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

#links a:hover {
color: #000000;
}

#footer a:hover {
color: #FFFFFF;
}
