﻿@import url("layout3.css");
#body {
	text-align:center;
	margin-top:0px;
	background-color: #fffec5;
}
#container {
	width: 1024px;
	margin:auto auto;
	margin-top:10px;
	text-align:center;
	background-color: #fffec5;
}
#masthead {
	width: 1024px;
	height:220px;
	text-align:center;
	background-color: #ffffff;
	margin-top:0px;
	vertical-align:top;	
}

#Menu {
	width: 1024px;
	text-align: center;
	font-size:18px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff0000;
	background-color: #ffffff;
	border-bottom: 2px #009900 solid;

}

#page_content {
	position: relative;
	text-align:left;
	width: 1024px;
	margin:auto auto;
	background-color:#ffffff;
}
#sidebar {
	position: relative;
	width: 138px;
	margin-top: 2px;	
	margin-bottom: 2px;
	float: left;
	background-color: #ffffff;
    
}


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


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

#Table {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13.5px;
	line-height:18px
}

#cartck {
	width: 600px;
}
#footer {
	float:left;
	width: 1020px;
	text-align:center;
	background-color: #fff;
	padding:0px;

}
#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:2px #009900 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;
}

