body {
	font-size:12px;
	font-family: Sans;
	background-image: url('/pics/bodyBackground.jpg');
	background-repeat:repeat-x;
	background-position:top left;
	background-color: #aeaba9;
	color:#aeaba9;
}

/* ############################# Table's */

table#main {
	width:100%;
}

/* ############################# TD's */

td#mainLeft {
	width:33%;
}

td#mainCenter {
	width:730px;
}

td#mainRight {
	width:33%;
}

/* ############################# Div's */

div#header {
	height:200px;
	width:730px;
	background-image:url('/pics/header0.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

div#menuWrapper {
	height:34px;
	width:730px;
	margin-top:1px;
	background-image:url('/pics/menuBackground.jpg');
	background-repeat:repeat-y;
	background-position:top left;
	background-color:#42230a;
}

div#contentWrapper {
	min-height:300px;
	width:730px;
	margin-top:1px;
	padding-bottom:8px;
	background-image:url('/pics/contentBackground.jpg');
	background-repeat:repeat-y;
	background-position:top left;
	background-color:#241306;
}

div#foot {
	width:730px;
	margin-top:10px;
	text-align:center;
	font-size:10px;
	color:#6f6e6c;
}

div#content {
	margin-left:8px;
	padding-top:8px;
	margin-right:8px;
	margin-bottom:8px;
}

/* ############################# Span's */

span.menuItem {
	position:relative;
	top:8px;
	margin-left:20px;
	font-weight:bold;
	font-size:16px;
	color:#f3ede9;
}

/* ############################# Anchor's */

a.menu {
	text-decoration:none;
	color:#f3ede9;
}

a.menu:hover {
	text-decoration:none;
	color:#f38027;
}

a.text {
	text-decoration:none;
	color:#f38027;
}

a.text:hover {
	text-decoration:underline;
	color:#f38027;
}

a.foot {
	text-decoration:none;
	color:#6f6e6c;
}

a.foot:hover {
	text-decoration:none;
	color:#6f6e6c;
}

/* ############################# Headers's */

h1 {
	font-weight:bold;
	font-size:15px;
	color:#f38027;
}
