﻿html
{
}
body 
{
}
.mainbackground
{
	background-image: url('Images/bodybg.png');
	background-repeat:repeat-x;
}
.banner
{
	width:800px;
	height:200px;
	background-image: url('Images/banner.png');
	background-repeat:no-repeat;
}
.underbanner
{
	width:800px;
	height:42px;
	background-image: url('Images/underbanner.png');
	background-repeat:no-repeat;
}
.maincontent
{
	width:800px;
	height:500px;
}
.footerbar
{
	width:800px;
	height:8px;
	background-image: url('Images/footerbar.png');
	background-repeat:no-repeat;
}
.footercontent
{
	width:800px;
	height:auto;
	color:White;
	font-family:Arial;
	font-size:10px;
	text-align:center;
}
.buttons
{
	width:151px;
	height:40px;
	background-image: url('Images/buttons.png');
	background-repeat:no-repeat;
}
.footerbg
{
	width:800px;
	height:55px;
	background-image: url('Images/footerbg.png');
	background-repeat:no-repeat;
}
.toplinks
{
	width:160px;
	text-align:center;
}
.toplinksend
{
    width:210px;
    text-align:center;
}
.toplinksbegin
{
    width:100px;
    text-align:center;
}
a.toplinks 
{
	font-size: 12pt;
	font-weight: bold;
	font-family:Arial;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover.toplinks
{
	text-decoration: underline;
	color: #FFFFFF;
}
a.bottomlinks 
{
	font-size: 12pt;
	font-weight: bold;
	font-family:Arial;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover.bottomlinks
{
	text-decoration: underline;
	color: #FFFFFF;
}
a.categorylinks 
{
	font-size: 10pt;
	font-weight: bold;
	font-family:Arial;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover.categorylinks
{
	text-decoration: underline;
	color: #FFFFFF;
}
.suggest
{
    font-size: 10pt;
	font-weight: bold;
	font-family:Arial;
	color: #FFFFFF;  
}
.homebig
{
    font-size: 20pt;
	font-weight: bold;
	font-family:Arial;
	color: #FFFFFF;
}
.homesm
{
    font-size: 12pt;
	font-weight: bold;
	font-family:Arial;
	color: #FFFFFF;
}
.homextra
{
    font-size: 11pt;
	font-weight: bold;
	font-family:Arial;
	color: #FFFFFF;
}