@charset "utf-8";
/* Xopa Media */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p, h1, h2, h3, h4, h5, h6, span { margin: 0; }

body {
	background-image: url(../images/background.png);
	background-position: center top;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}

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: #99FFFF;
	font-weight: bold;
}
a.menu:active {
	text-decoration: none;
	color: #99FFFF;
	font-weight: bold;
}

/*////////////////Divisions /////////////*/

#centrecolumn {
	width: 800px;
	margin: 0 auto;
}

#contentarea {
	padding-top: 150px;
	display: block;
	}

#menu {
width: 190px;
height: 248px;
background-image: url('../images/menu.png');
background-position: center;
background-repeat: no-repeat;
padding-top: 90px;
}

#menuarea {
width: 220px;
position: absolute;
}

#content {
margin-left: 20px;
position: relative;
left: 200px;
}

#tabletop {
background-image: url('../images/tabletop.png');
background-repeat: no-repeat;
height: 25px;
padding-top: 5px;
padding-left: 15px;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
}

#table {
background-image: url('../images/table.png');
background-repeat: repeat-y;
padding: 5px;
}

#tablebottom {
background-image: url('../images/tablebottom.png');
background-repeat: no-repeat;
height: 27px;
}

#bottom {
position: relative;
margin-top: 25px;
}