body {
	padding: 0px;
	margin: 0px;
	font: 12px/14px Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	background-image: url(graphic/rtile.gif);
}
div {
	padding: 0px;
	margin: 0px;
}
img {
	margin: 0px;
    border: 0px;
}

a {text-decoration: none; color: #ECDFA7;}
a:hover {color: #f01E34;}
a:active {color: #5F0014;}

#main {
    position: relative;
    margin: auto;
    width: 760px;
	background-image: url(graphic/mainbg.gif);
	background-repeat: repeat-y;
	background-color: #4a3d2f;/*#302416;/*#5D5041;*/
	/*background-color: #362A1C;*/
}
#logoBox {
    position: relative;
	left: 0px;
	width: 380px;
	height: 105px;
	clear: none;
	float: left;
}
#tagBox {
	border: 0px;
	margin: 0px;
	width: 380px;
	height: 70px;
	float: none;
}
#nav {
    position: relative;
	left: 0px;
    width: 380px;
    height: 105px;
	clear: right;
	float: left;
}
#lFrame {
    position: relative;
	left: 0px;
	width: 380px;
	background-color: #362A1C;
	float: left;
	clear: left;
	color: #E6D9A2;
}
#rFrame {
    position: relative;
    width: 380px;
	clear: none;
	float: right;
	overflow: hidden;
	left: 0px;
}
#rWindow {
    position: relative;
	left: 0px;
    width: 380px;
	margin: 0px;
	clear: both;
	float: none;
	overflow: hidden;
	height: 394px;
}
.copy{
	margin: 0px;
	border: 0px;
	width: 380px;
}
#foot {
	width:760px;
	height: 70px;
	background-color: #5D5041;
	clear: both;
	float: none;
}
#lLabel {
	margin-left: 2px;
	clear: none;
	float: left;
	line-height: 32px;
}
#rLabel {
	text-align: right;
	clear: none;
	float: right;
}
#copyright {
	font-size: xx-small;
	font-family: Verdana;
	color: #988148;
	width: 760px;
	text-align: center;
    position: relative;
	clear: both;
    margin: auto;
}
