
/* CSS Document */
#body{
background: #FFFFFF;

}

#page{
width:800px;
float:center;
position:relative;
margin: 0 auto;
background: #FFFFFF;
}


#header {
background: #FFFFFF;
font:Georgia, "Times New Roman", Times, serif;
text-align:center;
margin: 0 auto;

}
#head{
width:100%;
color: #990000;
font-size:24px;
border-left: solid #000033;
text-decoration:none;
border-width:2px;
padding-left:10px;
padding-right:10px;
}
h1{
color: #000066;
font-size:34px;
text-align:center;
}
a {
text-decoration: none;
color: #000000;
}
a:hover{
background-color: #CCCCCC;
}

#primlinks {
background: #000033;
width:800px;
float:left;
text-align:center;
font-size:15px;
line-height:30px;

}

.link{
color:#FFFFFF;
border-right: solid #FFFFFF;
border-width:2px;
padding-right:10px;
padding-left:10px;
}

#mainNav {   
width: 250px; 
background:  #0B0B0B;
height:600px;
clear:none;
float:left;
}   
  
#content {   
width: 530px;
float: right;
background: #666666;
clear:none;
height:600px;
padding-left:10px;
padding-right:10px;
}

#main {width: 760px;
float: right;
background: #666666;
clear:none;
padding-left:20px;
padding-right:20px;

}
#main2 {
width: 760px;
height:600px;
float: right;
background: #666666;
clear:none;
padding-left:20px;
padding-right:20px;

}

    
.mainContent {

color: #330000;
font-size:28px;  
  
}
.secondContent{

color:#FFFFFF;
font-size:16px;  


} 
#footer-wrapper {
background: #333333;
margin: 0 auto;
height:50px;
 clear: both;


} 

a.thumb {
		width:96px; /* 50% image width */
		height:96px; /* 50% image height */
		margin-right:10px;
		display:block;
		float:left;
	}
	a.thumb:hover {
		background-color:#FFFFFF; /* background needed for IE */
	}
	a.thumb img {
		width:96px; /* 50% image width */
		height:96px; /* 50% image height */
		border:1px solid #000000;
	}
	a.thumb:hover img {
		width:400px;
		height:400px;
		margin-left:-32px; /* 25% image width */
		margin-top:-32px; /* 25% image height */
		position:absolute;
		z-index:1;
	}
  
