/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:12px arial;
	color:#faf3e1;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
h1 {
	color: #f06a35;
	}

/* nav bar */
#navcontainer { margin-bottom: 5px; margin-left: auto; margin-right: auto; margin-top: 5px; padding: 0; position:relative;}
.nav_img1 {width: 128px; height: 75px; background: url(../images/buttons/home.gif) no-repeat; background-position: top; float:left; margin:0px; padding:0 5px 0 5px;}
.nav_img1 a {color: #fff; width: 128px; height: 75px; display: block; text-decoration: none;}
.nav_img1 a:hover {display: block;}
.nav_img1 a span {display: none; width: 128px;}
.nav_img1 a:hover span {display: block;}

.nav_img2 {width: 191px; height: 75px; background: url(../images/buttons/recipes.gif) no-repeat; background-position: top; float:left; margin:0px; padding:0 5px 0 5px;}
.nav_img2 a {color: #fff; width: 191px; height: 75px; display: block; text-decoration: none;}
.nav_img2 a:hover {display: block;}
.nav_img2 a span {display: none; width: 191px;}
.nav_img2 a:hover span {display: block;}

.nav_img3 {width: 119px; height: 75px; background: url(../images/buttons/blog.gif) no-repeat; background-position: top; float:left; margin:0px; padding:0 5px 0 5px;}
.nav_img3 a {color: #fff; width: 119px; height: 75px; display: block; text-decoration: none;}
.nav_img3 a:hover {display: block;}
.nav_img3 a span {display: none; width: 119px;}
.nav_img3 a:hover span {display: block;}

.nav_img4 {width: 178px; height: 75px; background: url(../images/buttons/videos.gif) no-repeat; background-position: top; float:left; margin:0px; padding:0 5px 0 5px;}
.nav_img4 a {color: #fff; width: 178px; height: 75px; display: block; text-decoration: none;}
.nav_img4 a:hover {display: block;}
.nav_img4 a span {display: none; width: 178px;}
.nav_img4 a:hover span {display: block;}

.nav_img5 {width: 279px; height: 75px; background: url(../images/buttons/contact.gif) no-repeat; background-position: top; float:left; margin:0px; padding:0 5px 0 5px;}
.nav_img5 a {color: #fff; width: 279px; height: 75px; display: block; text-decoration: none;}
.nav_img5 a:hover {display: block;}
.nav_img5 a span {display: none; width: 279px;}
.nav_img5 a:hover span {display: block;}

.nav_spacer {width: 37px; height: 75px; float:left;}
/* nav bar ends */

A	{color: #ffffcc; background: transparent none; text-decoration: underline;}
A:active{color: #ff0000; background: #000000; text-decoration: underline;}	
A:hover {color: #e6e6e6; background: transparent none; text-decoration: none;}
A:link	{color: #ffffcc; background: transparent none; text-decoration: underline;}	
	
/* ID Styles */
	
#navigation a {
	font:12px georgia;
	color: #ffffcc;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 16px;
	display: block;
	padding: 10px;
	border: 1pt solid rgb(0,0,0);
	}
	
#navigation .active {
	color:#ff9000;
	background: #333333;
	border: 1pt solid rgb(0,0,0);
	}
	
#navigation a:hover {
	color:#e6e6e6;
	background: #000000;
	border: 1pt dotted rgb(230,230,230);
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #faf3e1;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #c6b77b;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#c6b77b;
	font:11px georgia;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #faf3e1;
	}
		
/* Class Styles */

.bodybg {
	background:#444444 url('../images/thepeays_bg.jpg') repeat-y;
	}

.copybg {
	background-color:#444444;
	}

.bodyText {
	font:11px arial;
	color:#c6b77b;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font: 24px georgia;
	color: #faf3e1;
	line-height:24px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #c6b77b;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #c6b77b;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:12px arial;
	color:#faf3e1;
	line-height:18px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#c6b77b;
	}


	
