/* CSS Document */

body	{
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#E4E4E4;
	padding:0px;
	font-family:"Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size:.7em;
	line-height:1.6em;
	}

div#container	{
	background-image:url(images/containerbg.jpg);
	background-repeat:repeat-y;
	width:719px;
	margin: 0px auto;
	padding:0px;
	}

/* HEADERS */

div#header	{
	background-image:url(images/headerbg.jpg);
	background-repeat:no-repeat;
	height:125px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	}
	
#header h2	{
	font-size:2.8em;
	font-weight:normal;
	color:#FFF;
	margin:0px;
	margin-left:20px;
	padding:0px;
	padding-top:27px;
	padding-bottom:10px;
	letter-spacing:-.01em;
	}

#header h3	{
	font-size:1.3em;
	font-weight:normal;
	color:#FFF;
	margin:0px;
	padding:0px;
	margin-left:40px;
	letter-spacing:.03em;
	}

#header h4	{
	font-size:1em;
	font-weight:normal;
	color:#C7B8A3;
	margin:0px;
	padding:0px;
	margin-left:40px;
	padding-top:4px;
	letter-spacing:inherit;
	}
div#content h4	{
	font-size:1.1em;
	}
div#section h3	{
	font-size:1.3em;
	}
div#navigation h4	{
	padding-top:4px;
	padding-left:10px;
	font-size:1.1em;
}

/* NAVIGATION */


div#navigation	{
	float:right;
	margin-right:12px;
	width:153px;
	background-color:#C7B8A3;
	}

div#navigation ul li	{
	margin-top:5px;
	margin-left: -5px;
	font-weight:bold;
	}
	
div#navigation ul li a, a:visited	{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}

div#navigation ul li a:hover, a:active {
	color:#FFF;
	text-decoration:underline;
	font-weight:normal;
	}

div#navigation ul ul	{
	margin-left:13px;
	padding-left:0px;
}


/* CONTENT */

div#content	{
	width:490px;
	margin-left:30px;
	}
	
div#content dl	{
	margin-left:15px;
	}

div#content dt	{
	font-weight:bold;
	}

div#content dd	{	
	margin:5px 20px 5px 40px;
	line-height:1.4em;
	text-indent:-7px;
	}

div#content dl ul	{
	margin-bottom:7px;
	}

div#content dl ul li	{
	color:#654c52;
	line-height:normal;
	text-indent:0px;	}

div#content	a, a:visited	{
	color:#76B7D7;
	text-decoration:none;
	}

div#content a:hover, a:active	{
	color:#92CFEC;
	text-decoration:underline;
	}



/* OTHER */

div#section	{
	color:#654c52;
	margin:0px;
	padding:0px;
	padding-right:200px;
	text-align:right;
	}
blockquote	{
	color:#654c52;
}


/* FOOTER */

div#footer	{
	clear:both;
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	height:90px;
	margin:0px;
	padding:0px;
	}
div#footer p	{
	text-align:right;
	margin-left:25px;
	margin-top:15px;
	padding-right:200px;
	padding-top:22px;
	color:#654c52;
	}
div#footer a, a:visited	{
	color:#654c52;
	text-decoration:none;
	}
div#footer a:hover, a:active	{
	text-decoration:underline;
	}
