/* Copyright (c) 2009 Custom Sound Productions             */
/* Designed and coded by Jeff Craft of takeovertheworld.ca */

body {
	background-color: #8f8f8f;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
	overflow: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: rgb(0, 0, 255);
	text-decoration:none;
}
a:visited {
	color: rgb(0, 0, 255);
	text-decoration:none;
}
a:active {
	color: rgb(0, 0, 255);
	text-decoration:none;
}
a:hover {
	color: rgb(0, 0, 255);
	text-decoration:underline;
}

a.menu:link {
	color: rgb(255, 255, 255);
	text-decoration:none;
}
a.menu:visited {
	color: rgb(255, 255, 255);
	text-decoration:none;
}
a.menu:active {
	color: rgb(255, 255, 255);
	text-decoration:none;
}
a.menu:hover {
	color: #000000;
	text-decoration:none;
}

a.footer:link {
	color: #CCCCCC;
	text-decoration:none;
}
a.footer:visited {
	color: #CCCCCC;
	text-decoration:none;
}
a.footer:active {
	color: #CCCCCC;
	text-decoration:none;
}
a.footer:hover {
	color: rgb(0, 0, 255);
	text-decoration:none;
}

#container {
	width: 852px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#leftbanner{
	background-image: url(../images/01header.png);
	background-repeat: no-repeat;
	height: 151px;
	width: 26px;
	float: left;
}
#banner{
	background-image: url(../images/02header.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 800px;
	float: left;
}
#rightbanner{
	background-image: url(../images/rightfade.png);
	background-repeat: repeat-y;
	height: 151px;
	width: 26px;
	float: left;
}
#leftmenubar{
	background-image: url(../images/01menubar.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 26px;
	float: left;
}
#menubar{
	background-image: url(../images/02menubar.jpg);
	background-repeat: no-repeat;
	font-size: 10pt;
	padding-top: 6px;
	height: 24px;
	width: 800px;
	float: left;
}
#rightmenubar{
	background-image: url(../images/rightfade.png);
	background-repeat: repeat-y;
	height: 30px;
	width: 26px;
	float: left;
}
#leftunderbar{
	background-image: url(../images/01underbar.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 26px;
	float: left;
}
#underbar{
	background-image: url(../images/02underbar.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 800px;
	float: left;
}
#rightunderbar{
	background-image: url(../images/rightfade.png);
	background-repeat: repeat-y;
	height: 37px;
	width: 26px;
	float: left;
}
#leftmain{
	background-image: url(../images/leftfade.png);
	background-repeat: repeat-y;
	width: 26px;
	float: left;
}
#mainbody{
	width: 770px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
#main{
	width: 570px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
#mainnews{
	width: 185px;
	float: left;
	background-color: #eee;
	padding-right: 15px;
}
#rightmain{
	background-image: url(../images/rightfade.png);
	background-repeat: repeat-y;
	width: 26px;
	float: left;
}
#leftfooter{
	background-image: url(../images/01footer.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 26px;
	float: left;
}
#footer{
	background-image: url(../images/02footer.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	color: #CCCCCC;
	font-size: 8pt;
	text-align: center;
	height: 18px;
	width: 800px;
	float: left;
}
#rightfooter{
	background-image: url(../images/03footer.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 26px;
	float: left;
}
#underfooter{
	background-image: url(../images/underfooter.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 852px;
	float: left;
}
