BODY {
	margin: 0;
	padding: 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	background: #e5f0d0; */
	font-size : 10pt;
	width: 2000px;
}

#page { 
	margin: 0px 0px 0px 0px; 
	background:transparent url(images/green_pixel.jpg) top left repeat-x;
	border-right: 3px solid black; 
	width: 1200px;
	height: 100%;
}

a:link, a:visited  { 
	color: #cf5307;
}

a:hover, a:active, a:focus { 
	color: #821904;
}

/* Header */

#header { 
	background:    url(images/banner.jpg) top right no-repeat;
	width: 100%;
	height: 272px;
	margin: 0px;
}

#header img {
	margin: 50px;
}

/* Content */

#content {
	margin: 0px 50px 50px 190px;
/*	background: #ffff00; */
/*	border-left: 3px solid black; */
}

#content h1 {
	font-size: 1.2em;
	color: #821904;
	display: block;
	border-bottom: 1px solid #821904;
}

#content h2 {
	font-size: 1em;
	color: #cf5307;
}

#pagetext { 
	margin: 0px 100px 0px 0px;
	position: relative; 
	top: 0px; 
	left: 0px;
	width: 800px;
	margin: 10px;
/*	background: #ff0000; */
}

#pageimage { 
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 290px;
	left: 620px;
	width: 355px;
	margin: 10px;
/*	background: #ffff00; */
}

/* Navigation */

#navigation
	{
	position: absolute; 
	top: 270px;
	left: 0px;
	width: 170px;
	}
	
#navigation ul
{
/*	margin: 20px 10px 10px 8px; */
	list-style: none;
	padding-top: 0px;
/*	background-image: url(../img/ui/crl_logo.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
}

#navigation ul li
	{
	margin: 5px 0 5px 0;
	}
	
#navigation ul li a
{
	display: block;
	background: #6699ff;
	padding: 4px 0 4px 6px;
	color: white !important;
	font-size: 1.1em;
	text-decoration: none !important;
/*	font-family: Georgia, Times, "Times New Roman"; */
}

#navigation ul ul {
	margin: 00px;
	padding: 0px 0px 0px 0px;
	font-size : 75%;
}
#navigation ul ul a {
	padding: 1px 2px 1px 7px;
	background: #e5f0d0;
}

#navigation ul li a:hover
	{
	background: #f9ae69 !important;
	color: black !important;
	}

#navigation ul ul li a:hover
	{
	background: #f7650b !important;
	color: black !important;
	}




/* Hack for IE */

* html #navigation ul
	{
	position: relative;
	}

* html #navigation ul li a
	{
	height: 1em;
	}

/* end hack */

	
