* {
	margin: 0px;
	padding: 0px;
}

body {
		background-image: url('/images/layout/bodybgr.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		background-color: White;
    font-family: Arial;
    font-size: 80%;
}

#brdr {
	margin: 	0px auto 20px;
	width: 960px;
	text-align: left;
}

#supheader {
	background-image: url('/images/layout/supheader.png');
	width: 960px;
	height: 80px;
}

#header {
	margin: 0px auto;
	width: 960px;
	height: 260px;
	clear: both;
}

div.slideshow {
	width: 960px;
	height: 260px;
	overflow: hidden;
}

#mainmenu {
	background-image: url('/images/layout/menubgr.png');
	background-repeat: no-repeat;
  height: 30px;
  line-height: 30px;
  width: 960px;
  position: relative;
}

#left {
	margin-bottom: 5px;
	padding: 0px 20px;
	width: 260px;
	float: left;
	min-height: 300px;
	clear: left;
}

#right {
	margin: 10px;
	width: 640px;	
	float: left;
}

#mainlarge {
	padding: 20px 40px;
	clear: both;
}

#main {
	border-left: 1px solid Silver;	
	padding: 10px 20px;
	text-align: left;
	min-height: 290px;
	overflow: auto;
	clear: both;
}

#cafe {
	margin: 0px auto;
	border: 1px solid #EDECDA;
	border-top: none;
	border-bottom: none;
	background-image: url('/images/layout/cafe59.jpg');
	background-repeat: no-repeat;
	width: 958px;
	height: 50px;
	clear: both;	
}

#footer {
	border-top: 1px Solid Silver;
	border-bottom: 1px Solid Silver;
	text-align: right;
	padding: 10px; 
	margin: 0px auto;
	clear: both;
}

#subfooter {
	padding: 5px;
	text-align: center;
	font-size: 80%;
	color: #aaaaaa;
	clear: both;
}