﻿BODY {
	margin: 0px; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	background: #000000 url(images/background_slate.gif); 
	color: tan;
    height:100%;
	}

P	{
	margin: 0em 10px 1em 0px; 
	font-size: .9em; 
	text-align: left;
	}

H1, H2, H3, H4, H5, H6	{
	font-family: Papyrus,"Times New Roman",Times,serif;
	font-size: large;
}
	
UL {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1em; 
	list-style: square; 
	text-align: left;
	}
	
A	{
	color: #FFEDD0;
	}
	
HR	{
	color: tan;
	}
	
#header	{
	display: block; 
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	border-top: solid 1px tan;
	border-bottom: solid 1px tan;
	text-align: center;
	}

#tagline {
	font-family: Papyrus,"Times New Roman",Times,serif;
	display: block;
	margin: 0 0 0 0;
	padding: 0 15px 3px 0px;
	font-size: 1.25em; 
	font-weight: bold; 
	color: #FFEDD0; 
	background: #009999;
	text-align: right;
	}
	
#home .home, #about .about, #products .products, #news .news, #contact .contact {
	display: block; 
	float: left;
	width: 190px;
	background-color: #FFEDD0;
	color: #009999;
	list-style: circle;
	}
	
.cv	{
	font-size: .75em;
	}
	
.cv TD	{
	line-spacing: 1em;
	font-size: medium;
}

.footer	{
	font-size: 8px;
	text-align: center;
	}
	
.footermenu	{
	font-size: 10px;
	text-align: center;
	}

.menu {
	font-family: Papyrus,"Times New Roman",Times,serif;
	display: block; 
	float: left;
	width: 190px;
	font-size: 1em; 
	font-weight: bold; 
	color: #FFEDD0; 
	background: #000000;
	margin: 0px;
	padding: 0px;
	border: 1px solid #009999;
    line-height: 30px;
    height:100%;
	} 
	
.menu a {
	font-family: Papyrus,"Times New Roman",Times,serif;
	display: block; 
	float: left;
	width: 190px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFEDD0;
    line-height: 30px;
	}
	
.menu a:visited {
	display: block; 
	float: left;
	width: 190px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFEDD0;
    line-height: 30px;
	}
	
.menu a:active {
	display: block; 
	float: left;
	width: 190px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFEDD0;
    line-height: 30px;
	}
	
.menu a:hover {
	display: block; 
	float: left;
	width: 190px;
	text-decoration: none;
	background: #009999;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
    line-height: 30px;
	}
