/* CSS Document */
body  {
	font:14px Arial, Helvetica, sans-serif;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #4a4a4a;
}
img {
	border:0px;
	}
#left{
	margin-top:50px;
	font:14px Arial, Helvetica, sans-serif;
	}
.sidebar {
	width:200px;
	}
a {
	color: #4a4a4a;
	text-decoration:none;
	}	
a:hover {	
text-decoration:underline;
}
.main_content{
	width:800px;
	
	}
	
.gallery img {
	border:0px;
	}
	
table.gallery tr td a{
	display:block;
	width:100px;
	height:75px;
	border:1px solid #ddd;
	margin:5px;
	text-align:center;
	padding:10px;
	}	
table.gallery1 tr td a{
	display:block;
	width:270px;
	height:200px;
	border:1px solid #ddd;
	margin:5px;
	text-align:center;
	padding:10px;
	}		
	
#pages {
text-align:center;
font-size:16px;
margin-top:20px;
width:850px;
}
#pages a{	
text-decoration:underline;

}

#subtitle{
	margin-top:150px;
	margin-bottom:30px;
	text-align:center;
	}