body{
	margin:0px;
	padding:0px;
	background: #e43c40 url(/images/bg.gif) repeat;
}

#Window {
	position:static;
	margin: 0px auto;
	width:814px;
}

#Window .border-left {
	background: url(/images/border-left.gif) repeat-y top left;
}
#Window .border-right {
	background: url(/images/border-right.gif) repeat-y top right;
}

#Header {
	position:static;
	margin: 0px auto;
	width:786px;
}

#Main {
	border-top: 1px solid #e43c40;
	position:relative;
	margin:3px auto 0px auto;
	padding:0px;
	width:786px;
	background-color:#ffffff;
}

#BottomMenu {
	position: relative;
	margin: 2px auto 0px auto;
	width:786px;
	height: 61px;
}
#Copy {
	position: relative;
	margin: 2px auto 2px auto;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	width:786px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	background-color:#ffffff;
	padding-top:4px;
}

