body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(bgr.jpg);
	background-repeat: repeat;
	color:#cccccc;
}
#container{
	text-align: center;
	position: absolute;
	top: 344px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#inside {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -450px;
	position: absolute;
	top: -358px;
	left: 50%;
	width: 900px;
	height: 716px;
	visibility: visible;
	background-color: #000000;
}
.topbgr{
	margin-left: -450px;
	position: fixed;
	left: 50%;
	width: 900px;
	height: 130px;
	visibility: visible;
	background-color: #000000;
	z-index: 50;
}
#logo{
	position: fixed;
	left: 50%;
	margin-left: -360px;	
	top: 18px;
	width: 274px;
	height: 65px;
	z-index: 60;
}
#menu{
	position: fixed;
	text-align: left;
	left: 50%;
	margin-left: -365px;	
	top: 100px;
	width: 724px;
	height: 27px;
	background-image: url(menu-bgr.gif);
	background-repeat: repeat-x;
	z-index: 60;	
}
/*
#menu{
	position: absolute;
	text-align: left;
	left: 86px;
	top: 109px;
	width: 724px;
	height: 27px;
	background-image: url(menu-bgr.gif);
	background-repeat: repeat-x;
}
*/
.content{
	position: absolute;
	text-align: left;
	left: 86px;
	top: 150px;
}
.spacer{
	height: 532px;
	width: 1px;
}
#center{
	text-align: left;
	width: 475px;
}
.large #center{
	width: 729px;
}
#right{
	text-align: left;
	margin-left: 12px;
	width: 236px;
	height: 532px;
   padding:0px 0px 0px 20px;
	background-image: url(right-bgr.gif);
	background-repeat: repeat-y;
}
.large #right{
	display: none;
}
#footer {
	position: fixed;
	left: 50%;
	bottom:0px;
	background-color: #000000;	
	height: 20px;	
	margin-left: -365px;	
	text-align: left;
	width: 729px;
}


