/* CSS Document */


a:link {color: #800000}     /* unvisited link */
a:visited {color: #800000}  /* visited link */
a:hover {color: #FFB90F}   /* mouse over link */
a:active {color: #666666}   /* selected link */

a:link.blue {color:#0000FF;}
a:hover.blue{color:red;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFCC00;
	background-image: url(images/background3.jpg);
	background-repeat: repeat-y; 
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

table 
{
empty-cells: hide;
} 
#container { 
	width: 80%;  
	min-width:800px;
	max-width:1000px;
	background: #99cc33;
	background-image: url(images/maincontent2.jpg);
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
#header { 
	background: #663300;
	/*background-image: url(images/header.jpg);
	background-repeat: repeat-y;*/
}
#header h1{
	padding:0;
	margin:0;
}
#sidebar1 {
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	float: left; 
	width: 200px; 
	padding:  0px; 
	margin: 0px;
	min-height: 500px;
}
#sidebar1 ul,p{
	list-style-type:none;
	margin-left:5px;
	margin-right:5px;
}
#sidebar-products {
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	float: left; 
	width: 200px; 
	padding: 0px; 
	margin: 0px;
	min-height: 1000px;
}
#sidebar-products ul,p{
	list-style-type:none;
	margin-left:5px;
	margin-right:5px;
}


#maincontent { 
	margin: 0 20px 0 13em;
	border:thin;
	
	
}
#maincontent img {
	margin-right:5px;
	margin-bottom:5px;
}
#footer { 
	padding: 0 10px; 
	background:#996633;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.mailto {color:blue;}
.indent {padding-left:15px;}

.fltrt { 
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { 
/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.bold{font-weight:bold;
		text-align:center;
		border:none;
		}
		

