body {
margin: 0;
padding: 0; 
font-size: 1em;
font-family: Verdana, Arial, "sans serif"; 
background-color: #ffdbca;

}

#maincontain {
width: 320px;
padding: 5px;
margin-top: 10px;
margin-left: auto ;
margin-right: auto ;
background-color: #fff;
border: 1px solid #7d6e48; 
}

h1 {
	font-family: Georgia, serif;
	font-style: italic;
	}
	
h2 {
	
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1em;
	color: #FFB18A;
	}	
	
	
#header {
padding: 0px;
margin-bottom: 3px;
clear: both;
}

#col1 {
float: left;
width: 100px;

}

#col2 {
float: right;
width: 200px;
padding: 0px;
border-left: solid 1px #efefef;
}

#col3 {
	width: 300px;
	padding: 5px;
	}

a:link{
color: #0B94A3;
text-decoration: none;
}

a:visited{
color: #0B94A3;
text-decoration: none;
}

a:hover ,a:active{
color: #0B94A3;
text-decoration: none ;
border-bottom:1px dashed;
}

a.products:link {
	color: #0B94A3;
text-decoration: none;
font-style: italic;
font-weight: bold;
	}

a.products:visited {

color: #0B94A3;
text-decoration: none;
font-style: italic;
font-weight: bold;
	}
	
a.products:hover,a:active {
color: #0B94A3;

text-decoration: none ;
border-bottom:1px dashed;
font-style: italic;
font-weight: bold;
		} 



a.links2:link {
	color: #0B94A3;
text-decoration: none;
font-size: .8em;
	}

a.links2:visited {

color: #0B94A3;
text-decoration: none;
font-size: .8em;
	}
	
a.links2:hover,a:active {
color: #0B94A3;
text-decoration: none ;
border-bottom:1px dashed;
font-size: .8em;
		} 
#navcontainer ul
{

margin-left: 1px;
margin: 3px 0px 0px 0px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a
{
	
	display: block;
	padding: 4px;
	width: 102px;
	background-color: #FFB18A;
	color: #000;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #FFDBCA;
	color: #000;
}

#info {
	margin-top: 5px;
	background-color: #fff2eb;
	padding: 4px;
	width: 100px;
	border: 1px solid #FFB18A;
	font-size: .5em;
}



.imageleft {
float: left;
border: 1px solid #808080;
margin: 5px;
}

.imageright {
float: right;
border: 1px solid #808080;
margin: 5px;
}
.clearboth { clear: both; }

.clearleft {
	clear: left;
}

.clearight {
	clear: right;
}

#footer {
margin-top: 15px;
border-top: solid 1px #efefef;
padding: 10px 5px;
}

.addendum {
	font-size: .7em;
	}