﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 70%;
	margin: 0 auto;
	background-color: #cdf;
}
#masthead {
	text-align: center;
	vertical-align:middle;
	line-height:75px;
	height: 75px;
	background: url('../images/masthead.png');
	color: maroon;
  	font-size: 3.0em; 
}
#sidebar {
	float: left;
	width: 100px;
	margin: 0;
	background: url('../images/sidebar.png');
	clear: both;
}
#content {
	margin-left: 100px;
	padding: 15px;
	overflow: auto;
	background: url('../images/main.png');
}
#content img {
	display: block;
}
#footer {
	clear: both;
	margin: 0;
	background: url('../images/masthead.png');
	padding: 0.5em;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.date {
	color: blue;
}
.products {
	color: green;
}
img.blockcentered {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
td.border1 {
	border-style:solid;	
	border-width:1px;	
	border-color:fuchsia;
}
td.border2 {
	border-style:solid;	
	border-width:1px;	
	border-color:teal;
}
td.border3 {
	border-style: solid;
	border-width: 1px;
	border-color: maroon;
}
}
