﻿body
{
	background-color:black;
	color:white;
	font-size:18px;
	font-family:Calibri;
}

h1,h2,h3,h4,h5,h6
{
	text-align:center;
}


td
{
	width:300px;
	padding:0px;
	vertical-align:top;
}

td p
{
margin-top:0px;
margin-bottom:0px;	
}

td div
{
	margin:0px;
	padding:0px;
}

form
{
margin:0px;
padding:0px;
}

p{
	margin:10px;
	padding:0;
}

img
{
	margin-left:10px;
}

a, a:visited, a:active
{
	color:white;
}

a:hover
{
 background-color:#1b0e01;
}

p.smallf
{
font-size:small;
}

.center
{
	margin-left:auto;
	margin-right:auto;
}

div.mwrap
{
	width:993px;
	padding:0px;
	border:thin white double;
}

div.mheader
{
width:993px;
height:400px;
background-image:url('images/bg_header9.png');
background-position:center;
background-repeat:no-repeat;
}

div.mmenu
{
background-color:#966b08;
width:993px;
height:50px;
border-bottom:thin white double;
border-top:thin white double;
}

ul.mlist
{
	margin:0;
	padding-top:13px;
	padding-bottom:14px;
	text-align:center;
	font-size:medium;
}

ul.mlist li
{
	display:inline;
}

div.mcontentwrap
{
width:993px;
height:450px;
overflow-y:scroll;
background-image:url('images/bcontback.png');
}

div.mleft
{
	width:650px;
	float:left;
}


div.mright
{
	width:290px;
	float:right;
}



