body {
	text-align: center;
	background: #d2ddec url(/lay/jolay/page_bg.gif) fixed repeat-x ;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	margin-top: 115px;
}

#wrapper .border {
	background: transparent url(/lay/jolay/layoutsprite.png) no-repeat;
}

#wrapper .top {
	width: 1000px;
	height: 23px;
	background-position: 0 -348px;
}

#wrapper .bottom {
	width: 1000px;
	height: 23px;
	background-position: 0 -477px;
	clear: left;
}

#wrapper .bg {
	background: transparent url(/lay/jolay/bg.png);
	width: 1000px;
	float: left;
}

#main {
	width: 990px;
	padding: 0 0 0 5px;
	margin: 80px 0 0 0;
	position: relative;
}

#navbar {
	width: 189px;
	float: left;
}

#content {
	width: 610px;
	float: left;
}

#sidebar {
	width: 185px;
	float: left;
	margin-left: 1px;
}

#content .border {
	background: transparent url(/lay/jolay/layoutsprite.png) no-repeat;
}

#content .top {
	width: 610px;
	height: 15px;
	background-position: -5px -447px;
}

#content .bottom {
	width: 610px;
	height: 15px;
	background-position: -5px -462px;
}

#content .bg {
	background: transparent url(/lay/jolay/centercontent_bg.gif) repeat-y;
	width: 610px;
}

#content .centercontent {
	width: 594px;
	padding: 0 0 0 8px;
	margin: -8px 0 0 0;
	position: relative;
}

#header {
	position: absolute;
	width: 990px;
	top: 9px;
	margin-left: 5px;
}

.ie6 #header {
	position: absolute;
	width: 990px;
	top: 54px;
	margin-left: 5px;
}

#content a:hover,
#sidebar a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #57579d;
}

#content a:active,
#sidebar a:active {
	text-decoration: underline;
	cursor: pointer;
	color: #e6001e;
} 

