body
{
	font-family: verdana, arial;
	
}


#pageframe
{
	position: relative;
	width:1000px;	
	margin: auto;

}



#titlebar
{
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align: center;
	height: 76px;
	padding-top: 10px;
}

#titleimages
{
	
	background-color: #ffffff;
	background-image: url(images/toolazy.jpg);
	background-repeat: no-repeat;
	width: 295px;
	height: 53px;
}

/* Submenus */
.submenutitle
{
	font-family:  verdana, arial;
	font-size: 13px;
	background-color: #e9eacc;
	color: #4b4227;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	
	width: 250px;
}

.submenuLinks
{
	background-color: #fefefa;
	color: #4833d5;
	border-right: 1px dashed #999999;
	
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 11px;
	
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	
	width: 250px;
}


.submenuLinks a:link,a:visited
{
	font-family:  'Century Gothic', verdana, arial;
	text-decoration: none;
	padding-left: 20px;
	color: #666666;
	font-weight: normal;
	font-size: 10px;
}

.submenuLinks a:hover
{
	text-decoration: underline;
	color: #de7b18;
	font-weight: normal;
	font-size: 10px;
}

/* tables */
#centretable
{
	padding: 0;
	margin: 0;
	color: #5c41fd;
}

#picturetable
{
	width:250px;
	
}


/* Adverts */
.buttonAd
{	
	background-color: #ffffff;
	text-align:center;
	padding-bottom: 10px;
}

.bannerAd
{
	background-color: #ffffff;
}

/* Footer */
#footer
{
	padding: 5px 5px;
	margin: 30px 0 0 0;
	background-color: #f2f2f2;
	color: #333333;
	font-size: 12px;
	border-top: solid 1px #c5c5c5;
}


