body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	background: #fba61a;
}

a {
	text-decoration: none;
}

a:link {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #62512e;
}

a:link img {
	border: 0px;
}

a:visited img { 
	border: 0px;
}

a:active img { 
	border: 0px; 
}

table {
	border-collapse: collapse;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
}

table td {
        border-width: 0px 0px 0px 0px;
        padding: 0px 0px 1px 0px;
        border-style: none none none none;
        -moz-border-radius: 0px 0px 0px 0px;
        text-align: center;
}

table td.insider {
	border-width: 0px 0px 0px 0px;
	padding: 0px 16px 1px 0px;
	border-style: none none none none;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
}

table td.insiderend {
        border-width: 0px 0px 0px 0px;
        padding: 0px 0px 1px 0px;
        border-style: none none none none;
        -moz-border-radius: 0px 0px 0px 0px;
        text-align: center;
}

table td.left {
        border-width: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-style: none none none none;
        -moz-border-radius: 0px 0px 0px 0px;
        text-align: left;
}

table td.right {
        border-width: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-style: none none none none;
        -moz-border-radius: 0px 0px 0px 0px;
        text-align: right;
}

#menu {
	position: absolute;
	width: 956px;
	top: 0px;
	left: 50%;
	margin-left: -414px;
}

#content1 {
	position: absolute;
	width: 828px;
	top: 368px;
	left: 50%;
	margin-left: -414px;
/*	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 92px;
	padding-right: 92px; */
	background: #a5957b;
	color: #000000;
}

* html #content1 {
        position: absolute;
	width: 828px;
}


#round {
	position: absolute;
	width: 828px;
	top: 358px;
	left: 50%;
	margin-left: -414px;
	background: #fba61a no-repeat url('i/round.png');
	background-position: top left;
}

#copyright {
        position: absolute;
	bottom: 15px;
        width: 828px;
        left: 50%;
        margin-left: -414px;
	padding-top: 5px;
	padding-bottom: 5px;
        background: #fba61a;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #ffffff;
}

