/* 
	american storage by anetgain.com May, 2009
*/

*{ margin: 0; padding: 0; }* 
body { 
	font: .75em Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
	line-height: 1.6em;
	background: #fff;
	color: #444; 
}
   /**************** tags **************/
   
a {	color: #E60000;	background: inherit; text-decoration: none; }
a:hover { color: #AA0001; background: inherit; text-decoration: underline; }
p { margin: 0 0 15px 0; }
h1 {  margin: 20px 0 0; }
h1 a { background: inherit; }
img { border: 0; }
h2 { font: normal 1.6em "Trebuchet MS", Arial, Sans-Serif; margin: 0 0 12px; }
h3 { font-size:1em; }
h3 a { font-size: 1em; }
#right h3 a { font-size: .84em; color: #808080; font-weight: normal; text-transform: uppercase; }
h4 { font-size: 1em;
	margin: 5px 0; }
	
blockquote {
	border:1px solid #dadada;
	font-size:0.9em;
	margin:10px 10px;
	padding:8px;
}

strong {
	color:#636363;
}

#content { width: 940px; margin: 0 auto; padding: 20px 0 0 0; border-top: 6px solid #eee;
	background: #fff url(images/banner.png) no-repeat;
	 }

#logo { 
	float: left; 
	color: #00C; /* was 808080 */
	line-height: 25px; 
	margin: -28px 0 0 160px;
	 }
#menu { height: 35px; padding: 7px 0 0 0; clear: both;  margin: 0 0 18px; background: #fff url(images/menubg.gif) repeat-x; }
	#menu li { font-size: 1em; display: inline; text-transform: uppercase; }
	#menu li a { margin: 0 25px 0 10px; color: #808080;  }
	#menu li a:hover { color: #444; }

#left { background: #eee;  clear: left; float: left; width: 260px; padding: 10px 15px; margin: 0 0 20px; }
/*	#left img { margin: 0 0 8px; } */
	#left ul {margin: -8px 0 5px 0;}
	#left li { list-style: none; }
	#left li a {  color: #787A8F; font-weight: bold; background: url(images/arrow.gif) no-repeat center left; padding: 0 0 0 12px; }

#main { float: left; width: 655px; margin: 0 0 20px; }
	#main img { float: left; border: 3px solid #eee; padding: 1px; margin: 0 15px 5px 0; }
	#line { clear: both; padding: 3px; margin: 0 0 15px; background: #fff url(images/smalldot.gif) repeat-x; }
	#ad { float: right; text-align: center; padding: 33px 0 0; width: 250px; border: 3px solid #eee; color: #ccc; height: 50px; margin: 0 0 15px; }
	#shortnews { float: right; width: 250px; }
	.news { border-bottom: 1px solid #eee; padding: 0 0 2px; margin: 0 0 10px;}
	
#right { margin: 0 0 20px 0; /* removed 15 px right margin */
	padding: 0 0 0 15px; 
	float: right; 
	width: 620px; 
	text-align: justify; 
	} 
		
	#right li { 
	list-style: none;
	background: #fff url(images/dot.png) no-repeat center left; 
	padding: 0 0 0 12px;
	}
	
.border { clear: both; border-left: 4px solid #ccc; padding: 0 0 0 15px; }

#rl { float: left; width: 290px; margin: 0 20px 30px 0; }
#rr { float: right; width: 290px; }
	#rl li, #rr li { list-style: none; border-bottom: 1px solid #eee; padding: 4px; margin: 0; }
	#rl li a, #rr li a { background: #fff url(images/arrow.gif) no-repeat center left; padding: 0 0 0 12px; color: #808080;  }

#footer { clear: both; padding: 10px; margin: 0 0 5px 0; font-size: .9em; color: #808080; background: #eee; }
	.links a { font-weight: bold; color: #787A8F; background: #fff; margin: 0 10px 0 0; background: url(images/dot.png) no-repeat center left; padding: 0 0 0 10px; }
	.sponsor { color: red; background: #fff; }
	#footer li { list-style: none; }
	#fl { width: 600px; }
	#fr { float: right; }
	
	/* classes added */
	
.left {
	float:left;
	border: 3px solid #eee; 
	padding: 1px; 
	margin: 0 10px 5px 0;
	}
	
.right {
	float: right; 
	border: 3px solid #eee; 
	padding: 1px; 
	margin: 0  0 5px 15px; 
	} 
	
.current {
	margin: 0 25px 0 10px; 
	color:#00C;
	}
.blue {
	color:#00C;
	}
.center-in-left {
	margin: 10px 0 8px 0; 
	}
	