/* layout.css
 *
 * Layout settings which are used by all pages in the site.
 *
 */

body {
	color:			black;
	padding:		0;
	margin-left:		0;
/*	background:		url("/style/background.jpg"); */
	background:		rgb(153,153,153)
}

div.main1 {
	border:			1px solid black;
	margin-right:		2em;
	margin-left:		11em;
	margin-bottom:		2em;
	padding:		0em 1.5em 1em 1.5em;
	background:		rgb(190,190,224);
}

div.copyright {
	font-size:		smaller;
	color:			white;
	border:			none;
	margin-bottom:		1em;
	clear:			both;
}

div.nav1 {
	position:		fixed;
	float:			left;
	clear:			both;
	margin-left:		1em;
	border:			1px solid black;
	border-collapse:	collapse;
	width:			8em;
	background:		rgb(190,190,224);
}

div.nav1 ul {
	list-style-position:	outside;
	margin-left:		1em;
	padding-left:		1em;
}


div.nav1 ul ul {
	padding-left:		0;
}

div.nav1 a {
	text-decoration:	none;
}

a:link {
	color:			rgb(204,102,0);
}

a:visited {
	color:			rgb(102,102,102);
}

a:hover {
	color:			rgb(255,0,0);
}

#group {
	position: relative;
}

#rhs {
	padding-left: 10.5em;
}

#lhs {
	position: absolute;
	padding-bottom:		1em;
}
