/*///////// Xopa CSS ///////////
////////////////////////////////
/////// colours and text ///////
//////////////////////////////*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	background-color: #333333;
	background-image: url(images/pageback.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFF99;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 10px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h3 {
	font-size: 10px;
	color: #FFFFFF;
}

h4 {
	font-size: 12px;
	color: #FFFFFF;
}

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: none;
	color: #FFFF99;
	font-weight: bold;
}
a.menu:active {
	text-decoration: none;
	color: #FFFF99;
	font-weight: bold;
}

a.bodylink:link {
	color: #333333;
	text-decoration: none;
}
a.bodylink:visited {
	text-decoration: none;
	color: #006699;
}
a.bodylink:hover {
	text-decoration: none;
	color: #006699;
}
a.bodylink:active {
	text-decoration: none;
	color: #006699;
}

/******* divisions ********/

#centralcolumn{
	align: center;
	width: 800px;
}

#banner{
	width: 800px;
	height: 215px;
	position: relative;
	background-image: url('images/topbanner.png');
}

#menu{
	height: 80px;
	position: relative;
	width: 800px;
	background-image: url('images/toptable1.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}


#body{
	width: 800px;
	position: relative;
	background-image: url('images/middletable.jpg');
	background-repeat: repeat-y;
}

#sidefeed{
	width: 180px;
	position: absolute;
	left: 10px;
}

#pagecontent{
	width: 600px;
	position: relative;
	left: 90px;
	display: block;
}

#bodyfooter{
	width: 800px;
	position: relative;
	background-image: url('images/bottomtable.jpg');
	height: 150px;
}

#pagefooter{
	width: 800px;
	position: relative;
	background-image: url('images/pagebottom.jpg');
}

/* ////// copyright Xopa Design Studios 2007 ////// */
