@charset "iso-8859-1";

body { background: #fff; color: #111;
font-size:75%;
width:1000px;
font-family:"Arial", sans-serif;
margin-right: auto; 
margin-left:auto; 
float: none; }	

#content {width:500px;
	margin-right: auto; 
	margin-left: auto; 
	float: none;
} 


#oldpages {width:500px;
	margin-left: 150px;
	float: none;
} 


h1{font-size:2em; color:#000080}

p{color:#000080} 

a { color: #990000; text-decoration: none; }

a:hover { text-decoration: underline; }

a.post_image_link { outline: none; }

a img { border: none; }

/*---:[ universal image classes ]:---*/

	img.alignleft, img.left { float: left; }

	img.alignright, img.right { float: right; }

	img.aligncenter, img.center { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }

	img.alignnone, img.block { display: block; clear: both; }

/*---:[ navigation ]:---*/

ul#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 1px 1px; margin-bottom:10px; }

	ul#tabs li {
	font-size:11px;
	 margin: .2em .2em 5em .2em; 
	padding:0 .2em;
	background: #efefef; 
	border: 1px solid #ddd; 
	border-left: 0; 
	float: left; 
	}

	ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }
	
		ul#tabs li a { display: block; 
			line-height: 1em; 
			color: #111; 
			text-transform: uppercase; 
			margin:.5em;
		 }

		ul#tabs li a:hover { color: #111; text-decoration: underline; }
	
		ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; }
		
		ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
		
			
.table {font-size:11px;
     border-spacing:5px;
     border-collapse:collapse;
     }

.td {padding:5px;
     vertical-align:top;
     border:1px solid #1f1166;
     }
