#banner 
{
	    position: absolute;
        float : left;
        left:0px;
        top:0px;
        width:750px;
		background: url(../images/banner.gif) no-repeat;
        text-align: left;
		color: #000000;
		height: 75px;
}

#banner a:link
{
	color: white;
	text-decoration: underline;
}

#banner a:visited
{
	color: white;
	text-decoration: underline;
}

#banner a:hover
{
	color: black;
	text-decoration: none;
}

.bannerlinks
{
	position: absolute;
	left: 10px;
	bottom: 2px;
	font-size: 14px;
}

.bannercontactlink
{
	position: absolute;
	right: 10px;
	bottom: 2px;
}

#maincontent
{
	position: absolute;
	left: 0px;
	top: 75px;
	width: 750px;
	background: #FFFFFF;
	text-align: left;
}

.lists
{
	position: absolute;
	right: -75px;
	top: 10px;
	text-align: left;
	width: 350px;
	font-size: 13px;
}

#footer_links
{
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
}

#footer_links a:link
{
	color: blue;
	text-decoration: underline;
}

#footer_links a:visited
{
	text-decoration: underline;
}

#footer_links a:hover
{
	color: red;
	text-decoration: none;
}

#product_links
{
	font-size: 13pt;
	font-family: sans-serif;
}

#product_links a:link
{
	color: black;
	text-decoration: underline;
}

#product_links a:visited
{
	color: black;
	text-decoration: underline;
}

#product_links a:hover
{
	color: red;
	text-decoration: none;
}

#side_prod_links
{
	font-size: 10pt;
	font-family: sans-serif;
}

#side_prod_links a:link
{
	color: black;
	text-decoration: underline;
}

#side_prod_links a:visited
{
	color: black;
	text-decoration: underline;
}

#side_prod_links a:hover
{
	color: red;
	text-decoration: none;
}



.title
{
	font-family: sans-serif;
	font-size: 22pt;
	font-weight: bold;
}

.basic_text
{
	font-size: 13pt;
	font-family: sans-serif;
}
