 @charset "utf-8";
/* CSS Document */

.floatRight { /* The floated element must be placed above the element that will display next to it in the source code. */
float: right;
margin-left: 8px;
}

.floatLeft {  
float: left;
margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body  {
	margin:0px;
} 

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
 
#container { 
	background: #FFFFFF;
	border: 1px solid #000000;
	border-left:none;
	border-top:none;
	border-bottom:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#banner {
	font-family: verdana, arial, sans-serif;
	color:#FFF;
	font-size:small;
	font-weight:normal;
	border-bottom: 1px dotted #FFF;
	padding:15px;
	text-transform:uppercase;
	letter-spacing: .2em;
} 

.description {
	font-family: verdana, arial, sans-serif;
	font-size:x-small;
	font-weight:bold;
	text-transform:none;
	letter-spacing:0;
	}

#float_box {
float:right;
} 

#menu {
	 font-family:"Courier New", Courier, monospace;
	border: medium solid #999;
	 padding: 10px 10px;  
	margin: 15px;
	 }

#menu h3, #menu p {
	margin-left: 10px;  
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
#menu a {
display: block;
padding:0 2em 1em;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}
		
#ad_spot {
  padding: 10px 10px;  
	margin: 15px;
 } 
 
#mainContent { 
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size:small;
	font-weight:normal;
	background:#FFF;
	line-height:140%;
 } 

#mainContent h4 {
font-style:italic;
}

#mainContent h5 {
font-style:bold;
margin-bottom:8px;
}
 
#footer p {
	margin: 0;
	margin-top:20px;
	padding: 10px 10px;
	font-family:verdana arial sans-serif;
	font-size:x-small;
	font-style:italic;
	}