/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #floatbox {
  margin-right: 10px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }

#photoright {
	clear: both; 
	margin: 3px 0px 10px 20px; 
	width: 300px; 
	float: right;
	}

#photoleft {
	clear: both; 
	margin: 3px 20px 10px 0px; 
	width: 300px; 
	float: left;
	}
	
	/* basic elements */
body {
	padding: 0;
	border: 0;
	
	background-color: #180c0e;
	/* background-color: #100407;*/

	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FDFFDD;
	
	background-image: url('./images/bg_leaves_dkbrownegg2_2k.jpg');
	background-position: top center;
	background-repeat: repeat;
	background-attachment: fixed;
}

img { border: none; } /* keeps borders off of image links */

div.fadeshow3 {  	
margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0px;
		/* color: #636363; */
		color: #006699;
	}
h1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FEFFEE;
	font-weight: bold;
		
		
	}
/*
A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FDFFDD;
	}
A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FDFFDD;
	}
A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FDFFDD;
	}
A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FDFFDD;
	}
*/

/* Menu */
.menu { float: left; 
width: 180px; 
background-image: url('./images/clear.gif'); 
background-repeat: no-repeat; 
background-position: left bottom;	
margin-top: 4px; 
color: #eaeaea; 
padding: 23px 10px 17px 25px; 
margin-bottom: 15px; }
.menu h2 { font-size: 12px;	margin: 0px; padding-bottom: 10px; text-transform: uppercase; }
.menu ul { margin: 0px; padding: 0px 0px 22px; }
.menu li { margin: 0px; padding: 0px 0px 10px; list-style: none; line-height: 11pt; }
.menu a { color: #eaeaea; font-size: 12px; } .menu a:hover { text-decoration: underline; }
.menu ul ul { margin: 0px; padding: 10px 0px 0px 10px; }
.menu ul ul li { margin: 0px; padding: 0px; list-style: none; }
.menu img { display: block; }
.textmiddle { margin:0; float:left; padding: 0px 5px 0px 0px; vertical-align: absmiddle; } 

.main { float: right; width: 714px; margin-top: 20px; line-height: 20px; margin-bottom: 20px; }

/* Links without underline */
.nounder a {
text-decoration: none;
}