body {
        background-color: #cbdcf6;
	font		: normal 12px arial;
	color		: #8680cd;
}

table,tr,td {
	border		: 0;
	font		: normal 12px arial;
	color		: #8680cd;
	vertical-align	: top;
	text-align	: center;
}

a { 
	font		: normal 12px arial;
        color           : #6258a8; 
        text-decoration : none; 
}

a:hover { 
	font		: normal 12px arial; 
        color           : #6f66b3; 
        text-decoration : none; 
}

#top {
	position	: absolute;
        background	: url("layout/top2.jpg");
	background-repeat: no-repeat;
	width		: 1000px;
	height		: 28px;
	top		: 10px;
	left		: 10px;
	z-index		: 0;
}

#title {
	position	: absolute;
	font		: normal 12px arial;
	color		: #8680cd;
	width		: 1000px;
	top		: 17px;
	z-index		: 1;	
}

#bottom {
	position	: absolute;
        background	: url("layout/bottom2.jpg");
	background-repeat: no-repeat;
	width		: 1000px;
	height		: 9px;
	top		: 608px;
	left		: 10px;
	z-index		: 0;
}

#left {
	position	: absolute;
        background	: url("layout/left.jpg");
	background-repeat: repeat;
	width		: 10px;
	height		: 570px;
	top		: 38px;
	left		: 10px;
	z-index		: 0;
}

#right {
	position	: absolute;
        background	: url("layout/right.jpg");
	background-repeat: repeat;
	width		: 10px;
	height		: 570px;
	top		: 38px;
	left		: 1000px;
	z-index		: 0;
}

#content {
	overflow	: auto;
	position	: absolute;
	font		: normal 12px arial;
	color		: #8680cd;
	width		: 976px;
	height		: 570px;
	top		: 38px;
	left		: 20px;
	padding-right	: 2px;
	padding-left	: 2px;
	z-index		: 2;
}


