﻿@import url("layout3.css");
body {
	text-align:center;
	font-family: Arial, sans-serif;
	color: #000;
}
#container {
	width: 800px;
	margin:auto auto;
	text-align:center;
	background-color: #ffffff;
}
#masthead {
	width: 792px;
	height:96px;
	text-align:center;
	background-color: #006600;
	border-top:4px #ffffff solid;
	margin-left:4px;
	margin-top:4px;
	margin-right:4px;
	margin-bottom:4px;
}

#Menu {
	width: 792px;
	text-align: center;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:2px;
	margin-top:4px;
	background-color: #006600;
}

#page_content {
	position: relative;
	width: 800px;
	margin:auto auto;
	background-color:#ffffff;
}
#sidebar {
	position: relative;
	width: 140px;
	margin-left: 4px;
	margin-top: 4px;	
	float: left;
	background-color: #ffffff;
	border:2px #caad25 solid;
}


#hdr1 {
	font-size:11.5px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:#caad25;
}


#MenuPos {
	float:left;
	margin-left: 4px;
	width: 130px; 
	text-align:center;
	margin-top:4px; 	
}


#content {
	background-color: #fff;
	text-align:center;
}

#cartck {
	width: 600px;
}
#footer {
	width: 792px;
	overflow: hidden;
	background-color: #fff;
}
#masthead img {
	float:none;
}

h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial;
}
h2 {
	font-family: Arial Black;
}
h1 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#footer {
	border:4px #caad25 solid;
	}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for Menu */
#Menu p {
	font-size: small;
}
#Menu a {
	color: #ffd700;
	text-decoration: none;
}
#Menu a:hover {
	color: #ffd700;
	font-style: italic;

}
/* Styles for Content */


#content a {
	color: #000000;
	text-decoration: underline;
}

#content a:hover {
	color: #ff0000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

