body 
{
	margin:	0px;
	padding: 5px;
	text-align: center;
	background-color: #F0F0FF;
}

.page_bevel
{
	position: relative;
	text-align: left;		/* this stops the centre-align text inhereting */
	margin: 0 auto;	/* short for: margin-top: 0px;	margin-right: auto;	margin-bottom: 0px;	margin-left: auto; */
	padding: 0px;
	width: 800px;
	height: 100%;
}


.logo_bevel
{
	position: absolute;
	z-index: 3;
	height: 52px;
	width: 100px;
	left: 10px;
	top: 20px;
	background-color: #FFFFFF;
	
}


.nav_bevel
{
	position: absolute;
	z-index: 3;
	height: 10px;
	width: 104px;
	left: 0px;
	top: 80px;
	background-color: #FFFFFF;
	
}

.nav_bevel li
{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
}

.nav_bevel a:hover
{
	color: #2d3290;
}


.nav_bevel a
{
	color: #90322d;
	font-weight: bolder;
	text-decoration: none;
}


/* .content_bevel .b3content */
.b3content
{
	position: relative;
	height: 100%;
	width: 798px;
	left: 0px;
	top: 0px;/*	background-color: #00CC00; */
	z-index: 3;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	
}


.content_main_bevel
{
	position: relative;
	z-index: 3;
	height: 100%;
	width: 650px;
	left: 110px;
	top: 5px;
	padding: 10px;
	margin: 0px;
	min-height: 700px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;

	
/* http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/scrollbarColor.htm	*/
/* works only in IE 
	scrollbar-3dlight-color:;
    scrollbar-arrow-color:;
    scrollbar-base-color:;
    scrollbar-darkshadow-color:;
	scrollbar-face-color: #c0c0c0;

    scrollbar-highlight-color:;
    scrollbar-shadow-color:; 	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
*/

}

.img_leftshift
{
	position: relative;
	left: -25px;
}

.img_leftshift2
{
	position: relative;
	left: -43px;
}
