/* CSS Document */

body 
{ 
	margin: 1% 0 0 0; 
	padding:40px;	
	text-align: center;
	background-color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
}

a.textlink:active, a.textlink:link, a.textlink:visited
{
	color: #ddd;
	text-decoration: underline;
}

a.textlink:hover
{
	text-decoration: none;
	background: #ccc;
}

#container
{
	width: 750px;
	/*border: 1;*/
	margin: 0;
	padding:40px;
	text-align: center;
}
#leftNav
{   border-right: 1px #ccc;
	padding: 0;
	
}
.left
{
	font-size: 11px;
	text-decoration:none;
}
#logo
{
	margin-bottom: 30px;
}

#random
{
	margin-bottom: 20px;
}

.nav
{
	display: box;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 0px;
	
}

.button, a.button:link, a.button:active, a.button:hover, a.button:visited 
{
	border-right: 1px solid #ccc;
	background-color: white;
}

.content
{	color: #999;
	display: box;
	border: 1px solid #ccc;
	padding:40px;
	text-align:center;
}	
.contentbold
{	color: #666;
	font-size: 11px;
	font-weight:bold;
	
	
}	
.contentdescript
{	color: #666;
	font-size: 11px
	
	
}	
.tdbottom{
	border-bottom: 1px dashed #ccc;
}
p.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #a0a0a0;
	font-weight: bold;
	margin-bottom: 2px;
}
#gallery 
{
     width:720px; 
   
  
	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
   border:1px solid #aaa; 
	padding:10px ;
}

.thumbs_ivory
{
	display: box;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 5px;
}
.ivory_button, a.ivory_button:link, a.ivory_button:active, a.ivory_button:hover, a.ivory_button:visited 
{
	border-right: 1px solid #ccc;
	background-color: white;
}

#footer
{
	border-top: 1px solid #ccc;
	margin-top: 10px;
	font-size: 95%;
	color: #666;
}

#footer a:active, a:link, a:visited
{
	color: #666;
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: none;
	background: #ccc;
	color: #fff;
}

#tfoot
{width:750px;
}
