body {
	text-align:center;
	font-family:verdana;
	font-size:11pt;
	color:#111111;
	background: url('images/layout/background.png'); 
	background-color: #770001;
	background-position: center;
	background-repeat: repeat; 
	background-attachment: fixed;
	
}
a:link { 
	color: #ff7722; text-decoration: none; 
}

a:visited {
	text-decoration: none;
	color: #ff7722;
}

a:active, a:hover {
	text-decoration: underline;
	color: #dd4411;
}

img{
	border:  0px;
}

#banner {
	width: 1214px;
	height: 200px;
	overflow: hidden;
	background: #666;
	margin: auto auto -7px auto;
}

#middle {
	width: 806px;
	min-height: 1000px;
	margin: -15px auto -15px auto;
	background: #f2e7d3;
	border: 7px solid #f2e7d3;
	border-radius: 10px;
	position: relative;
	
    box-sizing: border-box;
	padding: 20px;
}

#full {
	width: 1210px;
	display: block;
	margin: auto;
	background: #992C3E;
	position: relative;
	border: 2px solid #992C3E;
}


#leftmenu {
	float:left;
	text-align: left;
	width:225px;
	padding: 15px auto auto 0px;
	position: relative;
	top: -4px;
}


.leftmenuimg {
	position: relative;
	left: -2px;
	z-index: 10;
}

#rightmenu {
	float:right;
	text-align: right;
	width:225px;
	padding: 15px 0px auto auto;
	position: relative;
	top: -4px;
}

.rightmenuimg {
	position: relative;
	right: -2px;
	z-index: 10;
}

#menuheader {
	width: 204px;
	background: #69202B;
	color:#f2e7d3;
	left: -2px;
	top: 0px;
}

#footer {	
	color:#f2e7d3;
	width: 1214px;
	height: 25px;
	display: block;
	background: #45171D;
	margin: auto;
	padding-top: 20px;
}

table {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	margin: auto;
	border: 0px solid black;
}

td {
	vertical-align: top;
	text-align: justify;
}

hr {
	width: 70%;
	border-top: 2px dotted red;
	border-bottom: 0px;
}
