body { 
	margin:0px 0; 
	padding:0;
	background:#000000; 
	font: 74% Arial, Sans-Serif; 
	color:#ccc;  
	line-height: 1.4em; 
}

a img{border:0}

.content { 
	background: #000000;
	color:#a3b2ba; 
	margin: 0; 
	padding: 0; 
	width: 900px;
	border-left:6px solid #000;
	border-right:6px solid #000;
}

.img {
	padding: 0 0px 0px 0;
	float: left;
}

.img2 {
	padding: 0 0 0px 0px;
	float: right;
}



/* 
 Here is the start of the header Information
*/
#top {
	padding: 0;
	margin: 0;
	height: 44px;
}

#top .rightlinks { 
	float: right;
	color: #999;
	padding: 0px 0px 0 0;
	font-size: 90%;
}

#top a { 
color: #999; 
}


#header { 
margin: 0; 
width: 800px; 
background: url(head.jpg) no-repeat;  
height: 127px; 
color:#a3b2ba; 
}


#header .info {	
padding: 0px 0 0 0px; 
text-align:center;
}
#header h1 {
font-family: Geneva, Arial, Helvetica, sans-serif ;
color:yellow;
font-size: 14px;

margin: 0;
padding: 0; 
}

#header h2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 16px; 
background-image: none;
color:#000;
margin: 0;
padding: 0px 0 0 0px;
}


/* */
#subheader { 
	background: inherit; 
	width: 800px;
	height: 35px;
	color: #FFF;
}
#subheader .padding { 
padding: 0px 0px 0px 0px;
 
}
#subheader h2 { 
color:#0088af; 
}
#subheader a {
color: #FECF5F; 
}

/*  Top Navigation */





/* The meat and potatoes*/
#main { 
background: inherit;  
width: 800px; 
margin: 0; 
color: #808080; 
}  
#main .right_side { 
float: right;
padding:0px 0px 0 0px; 
margin:0;
background:inherit;
width: 350px; 
}

#main .right_side .hitems { 
margin: 0; 	
padding: 0; 


	 
}

#main .left_side { 
float: left; 
width: 500px; 
background: inherit; 
color:white;
padding:0px 0px 0 0px; 
margin:0; 
}
#main h3 {  
font: 14px Arial, Sans-Serif;
text-transform:uppercase; 
margin: 0px 0 0px 0px; 
padding: 0; 
color: #999; 
background: inherit; 
border-bottom: 1px dotted #e10085;
}

#main .box  {	
background: #efefef; 
padding: 0px; 
border: 1px solid #ccc;
}


	

#main .right_side  .padding {
margin: 0 0 0px 0px;
padding: 0 0 0 0px;
color: #808080;
}


/* the footer info*/
#footer { 
clear:both;
height: 45px;
color: #808080; 
background:inherit;
border-top:1px dotted #888; 
font-size:90%; 
padding: 0; 
text-align:left; 
}

#footer .info { padding: 20px 0px 0px 5px; }
#footer .right { 
	float:right; 
	clear:right; 
	text-align:right; 
}

#footer a { color:yellow; }





/* Odds and ends*/




p { 
margin: 0 0 0px 0; 
padding: 0; 
color: #808080; 
background: inherit; 
}
a { 
color:yellow ;  
background: inherit; 
text-decoration:none; 
}
a:hover { 
color:#yellow;
background: inherit; 
text-decoration:underline; 
}

h1 { 
padding:0; 
margin:0; 
color:#0088af; 
background: inherit;
font: bold 23px Arial, Sans-Serif; 
letter-spacing: -1px;
}

h1 a { 
color:#0088af;  
background: inherit; }

h2 { 
color:#0088af;
font-size:22px; 
font-weight:bold; 
margin: 0px 0px 0px 0px; 
padding:0 0 0 2px; 
}

h2 a { 
background:inherit; 
color:#0088af; 
}
h2 a:hover { 
background:inherit; 
color: #68ADD5; 
text-decoration:none; 
 }



.date { 
	color:#e10085 ;
	background:inherit;
	text-align: right; 
	margin: 0px 0 0px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px dotted #eee;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -130px;
left: -565px; /*position where enlarged image should offset horizontally */

}
