/**
 * template_name vfw
 * version 1.0
 * copyright (C) 2007 by Pete Gamet
 */

/**
 * Overall Body Style
 * --------------------
 */
 
body {
   background-image: url( menubg2.jpg );
	background-repeat: repeat;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 25px;
   margin-right: 25px;
   background-color: #1c1c1c;
   color: #fff9cb;
	
}

a.menu:link, a.menu:visited {
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 160px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9EA182;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff9cb;
	background-color: #787A63;
	margin-bottom: 2px;
	vertical-align: bottom;
	clear: left;
	font-size: 8pt;
	text-transform: capitalize;
	}

a.menu:hover {
	background-color: #9EA182;
	border-left-color: #787A63;
	color: #ffffff;
	}

a.body:link, a.body:visited {
	font-size: 8pt;
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
	font-family: Verdana;
	}

a.body:hover {
	color: #F1AC40;	text-decoration: none;
	}

a:link, a:visited {
	font-size: 8pt; 
	font-weight: bold;
	color: #fff9cb; 
	text-decoration: underline;
	font-family: Verdana;
	}

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

ol {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	}
	
ul {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	}

li {
	list-style: inside 5px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	}
	


/**
 * General Header Style
 * --------------------
 */

.headertable {
	background-image: url( recipehead.jpg );
	border-top: 2px solid #787A63;
	border-left: 2px solid #787A63;
	border-right: 2px solid #787A63;
	
	width: 760px;
	height: 100px;
}
.title {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18pt;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
}

.subheader {
	background-color: #787A63;
	color: #fff9cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: 25px;
	padding: 5px;
	vertical-align: middle;
}

.subheader2 {
	background-color: #787A63;
	color: #fff9cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 25px;
	padding: 5px;
	vertical-align: middle;
}

/**
 * left/Right Menu Styles
 * -----------------
 */
 
.Lmenubg {
     background-color: #1c1c1c;
     width: 170px;
	 border-left: 2px solid #787A63;
}


.menuheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff9cb;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	width: 160px;
}

.menubody {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 3px;
	text-align: left;
	width: 160px;
	margin-top: 10px;
} 

.menubody1 {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 3px;
	text-align: left;
	width: 160px;
	margin-top: 10px;
	border-width: 0px;
	border-color: #ffffff;
	border-style: outset;
} 

.menulayouttable {
	width: 160px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/**
 * Main Body Style
 * -------------------------------------
 */
 
.bodyheader {
    background-color: #787A63;
	font-family: Verdana;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	width: 96%;
	height: 25px;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}

.mainbody {
    background-color: #1c1c1c;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 10px;
	text-align: left;
	width: 96%;
	border-right: 2px solid #787A63;
} 

.mainbody1 {
	background-color: #9EA182;
	border: 0px solid #0000FF;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 96%;
} 

.layouttable {
	width: 96%;
	margin-top: 10px;
	margin-bottom: 5px;
}


/** 
 * Footer Style
 * --------------------------
 */
 
.footer {
	background-color: #787A63;
	color: #fff9cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: 25px;
	padding: 5px;
	vertical-align: middle;
}

