


body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/gray_gradient.png);
	background-repeat: repeat-y;
	font: 11px/24px Verdana, sans-serif;
}

html{
	margin: 0px;
	padding: 0px;
}


#container {
	background: #fff;
	color:#4d4d4d;
	line-height: 18px;
	margin: 15px auto;
	width: 800px;
	padding: 5px 20px 20px 20px;
	border: 4px #4d4d4d;
	border-style: double;
	margin-top: 70px;
}


#title h1  {
	color: #c90000;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font: 24px Trebuchet MS, sans-serif;
	text-transform: capitalize;
}



#description{
	background-image: url(images/small_purple_gradient.jpg);
	padding: 3px;
	margin: 5px;
	width: 95%;
	float: left;
	height: auto;
	font-weight: bold;
	text-align: center;
}

#content {
	text-align:left;
	padding: 0px; 
	margin: 0px;
	color: #FFFFFF;		
}

.date{
	font-weight: normal;
	color: #a0a0a0;

}





#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:visited   {
	color: #999999;
	text-decoration: underline;
}

#content a:hover  {
	color: #000000;
	text-decoration: underline;
	background: #CCCCCC;
	border-bottom: 1px solid #000000;
	}


#content .category img {
	background: #fff;
	padding: 7px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
	float:right
}



#content .category {
	margin: 60px 0px 50px 0px;
	padding: 30px 0px 10px 0px;
	clear:both;
	height:auto;
}







	

.imageborderlarge {
	padding: 7px;
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#footer {
	text-align:center;
	padding: 30px 0px 0px;
	clear: both;
	float: none;
	margin: 10px;
	font-size: 10px;
	color: #2b308f;
	}


#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover {
	color: #FFFFFF;
}

.unvisible { 
	display: none;
 }


.thumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #000;
	width: 80px;
	height: 80px;
	font-size: 9px;
		}

.thumbnail img{
	background: #4d4d4d;
	padding: 4px;
	margin: auto;
	margin-top: 10px;
	display:block;
}



.thumbnail a {
	color:#000;
	text-decoration: none;
}

.thumbnail2 {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #000;
	width: 320px;
	height: 170px;
	font-size: 9px;
		}

.thumbnail2 img{
	
	padding: 4px;
	margin: auto;
	margin-top: 10px;
	display:block;
}



.thumbnail2 a {
	color:#000;
	text-decoration: none;
}






/* non IE  hover */
div.thumbnail:hover{
	color:#999999;
	
}

a img {
border:none;

}


	
#galleryleft{
 	float: left;
	width: 250px;
	height: auto;
	color: #4d4d4d;
	margin-top: 100px;
	
}

#galleryleft p{
	text-indent: 70px;
	font-size: 11px;
	margin-top: -5px;
}

#galleryright{
	float: right;
	width: 550px;
	padding: 0px;
	text-align:center;
}

#gallerymid{
	float: left;
	width: 800px;
	height: 390px;
	padding-left: 50px;
	text-align: center;
	
}



#albums {

	text-align:right;	
	padding: 5px;
	margin-top: -10px;
	margin-bottom: 10px;
	width: 95%;
	float: left;
	height: auto;

}

#words {

	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 95%;
	float: left;
	height: auto;
}

.small {
	font-size: 11px;
}

.bold {
	font-weight:bold;
}


.links {
	font-size: 12px;
	color: #fff;
}
	
#albums a{
	color:#2b308f;
	text-decoration: none;
	font-size:10px;
	
}

#albums a:hover
	{
	color:#888888;
}




	

