*{
	margin: 0;
	padding:0;
}

body{
	background: #1A1A1A;
	color: white;
	font: 90% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	word-wrap: break-word;	/* IE */
}

#topborder{	
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #c0dB5A;
}

#botborder{	
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	background-color: #c0dB5A;
	background-image: url(images/bg_stan.jpg);
	background-repeat: repeat;
	bottom: 0;
}

p {
padding: 10px 0px 10px 0px;
}

img {

}

#titlebar  { 
	float:left;
	margin: 0 0 0 0;
	padding: 38px 0 10px 30px;
	width:500px;
}

h1, h2, h3{ font-family: "Trebuchet MS",Verdana,Sans-Serif;}
h1 { font-size: 2em; }
h1 a { color:#fff; border: none; }
h1 em{ color: #DF2213; /*color: #D0EB6A;*/ font-style: normal; }

h3 {
	font-size: 1.2em;
	letter-spacing: 0.2pt;
	color: #fff;
	padding-top: 0.5em;
	}

h3 em{ color: silver; /*color: #D0EB6A;*/ font-style: normal; }


#menu{ 
	float:right;
	padding: 50px 90px 0px 0px;
	margin: 0 ;
	color: #DF2213;
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 1em;
}

#menu a:hover {
	text-decoration: underline;
}

a{
	xfont-weight: bold;
	color: #DF2213;
	text-decoration: none;
}

ul {
	color: white;
	padding: 10px 10px 10px 30px;
		list-style-type: none;
}
li {
padding: 3px 0 3px 0;
}
li em {
	color: silver;
	font-weight: bolder;
}

#content{ clear:both; margin: 10px 5% 5em 30px; width: 900px;}

.section{ border-top: 1px solid #3d3d33;  padding: 1.5em 0; }



.thinborderfloat {
  float:left;
  background-color: #fff; 
  border:solid 1px silver;
  padding:5px;
  margin-right: 5px;
  margin-bottom: 10px;
  
  } 

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}


/* lightshow
----------------------------------------------- */
#imageData{ color: #666;}

/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
