/* Has the background image. */

html {
/*background-image: url(images/Pamela_chef.gif);
background-repeat: no-repeat;*/
}

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-image: url(images/Pamela_chef.gif);
background-repeat: no-repeat;
background-color: #000000; 
}

#pageheading {
position: absolute;
top: 0px;
left: 0px;
width: 500px;
}

h1 {
/*margin-left: 110px;
margin-right: 110px;*/
font-size: .8em;
/*padding-bottom: 3px;
padding-top: 23px;
padding-left: 50px;
padding-right: 0;*/
color: #000000;
/*letter-spacing: 5px;
*/font-weight: normal;
margin-top: 0;
margin-bottom: 0;
}

/* Contains all the main body of text on the page, including the h2 elements. */

#main-text {
position: absolute;
top: 215px;
left: 296px;
width: 503px;
font-size: .7em;
line-height: 1.8em;
	background-color: #ffffff;
	background-image: url(images/Pamela_chef1.gif);
	background-repeat: no-repeat;
	background-position: top left; 
	}

#main-text p {
text-align: left;
margin-left: 50px;
margin-right: 50px;
}

#footer p {
margin-top: 0;
	text-align: center; 
	}

h2 {
padding-bottom: 3px;
padding-right: 0;
color: #000000;
border-bottom: 1px #000000 solid;
letter-spacing: 5px;
font-weight: normal;
margin-left: 50px;
margin-right: 50px;
font-size: 1em;
margin-top: 10px;
padding-top: 10px;
}

p, ol {
margin-top: 12px;
margin-bottom: 0;
}

table {
margin-bottom: 0;
	margin-left: 75px;
}

p.fineprint {
	font-style: italic; 
	}

ol, ul {
margin-top: 0;
margin-left: 50px;
margin-right: 50px;
	}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #772689;
	border-bottom: 1px dotted; 
	}

a:hover {
	border-bottom: 1px solid; 
	}

a.imagelink {
	border: none; 
	}

img {
	border: none;
	}
/* Styles for the sidebar */

#sidebar {
margin-left: 250px;
margin-right: 10px;
margin-bottom: 30px;
	}

#sidebar p {
text-align: left;
}

#logos p {
	text-align: center;
	}


/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 8px;
padding-bottom: 8px;
font-size: 1em;
margin-top: 20px;
background-color: #b3d336;
color: #ffffff;
font-weight: bold;
}

#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}

/*#footer a:hover {
color: #ffffff;
}*/

div.count {
    color: #333333;
    background-color: #cccccc;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 8px;
    width: 383px;
}
span.count_desc {
    font-size: 12px;
}
span.generatelink {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 11px;
    margin-left: 50px;
    background-color: #f0f0f0;
}
a#genlinka {
    color: #404040;
}