/* CSS Document */

body {
	background-color:#FFCD7A;
	background-image:url(/images/bg_full.gif);
	background-attachment:fixed;
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
}

/*  type styles  */

p,td,div,ol,ul {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
}
a {
	text-decoration: none;
	color:#000066;
}
a:hover {
	text-decoration: underline;
}
	
/*  page layout styles */

#nav
{
	position:absolute;
	top:20px;
	left: 149px;
	width:238px;
	z-index:20;
	visibility: visible;
}
#main {
	position:absolute;
	left:400px;
	top:0px;
	padding:20px;
	z-index:30;
}

#overflow {
	position:absolute;
	overflow:hidden;
	left:760px;
	right:0px;
	height:100%;
	background-image:url(/images/bg_dots.gif);
	background-position:center;
	visibility: hidden;
	}
.thumbs {
margin-left:5px;
}

.thumbs img {
width:55px;
margin:10px;
}
#content {
	margin:10px;
	}
#main td { padding:0px;padding-right:30px; padding-bottom:10px;vertical-align:top;}
/* contextual treatments  */
.menuImg img { 
	margin:0px; margin-right:5px;
	}

.antiIndent {
	margin-top:-20px;
	margin-left:-20px;
	}
