@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;
}

p.posted {
	font-style:italic;
	font-size:90%;
}

#container { 
	background:#333;
	 
	/*margin:auto; */
	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:#CC9933;
	font-size:small;
	font-weight:normal;
	 
	 
	padding:15px;
	padding-left:35px;
} 

 
#banner img {
border: #CC9933 4px solid;
margin-left:95px;
}
	
	
 
	
.description {
	font-family: verdana, arial, sans-serif;
	color: #CCC;
	font-size:small;
	font-weight:bold;
	text-transform:none;
	letter-spacing:0;
	}
 
#float_box {
 float:right; 
} 
 
 
#menu {
	/*float: right; */
	/*Swidth: 25%;*/
	/*min-height:560px;*/
	/*background: #CAE4BA;*/
	max-width:300px;
	background-color:#999999;
	font-family:"Courier New", Courier, monospace;
	border: 3px solid #000;
	padding: 10px 10px;  
	margin: 15px;
}
#menu h3, #menu p {
font-size:16px;
margin-left: 10px;  
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
#menu a {
font-size:14px;
	display: block;
	padding:0 2em 1em;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	/*color:#434A41;*/
	color:#333333;
}

 #ad_spot {
  padding: 10px 10px;  
	margin: 15px;
	/*float:right;*/
 }   
 
#mainContent { 
	float:left;
	width:60%;
	margin: 15px 15px 0 35px; 
	/*padding:10px 10px 15px 0px; */
	/*width:75%;*/
	font-family:verdana, arial, sans-serif;
	color:#CCC;
	font-size:small;
	font-weight:normal;
	 border:1px solid #666;
	 padding:20px;
	line-height:140%;
 } 

 

#mainContent h2 {
	font-size:medium;
	color:#CC9933;
	padding-bottom:8px;
	}

#mainContent h3 {
 font-size:small;
font-style:italic;
}

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