body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family:verdana, georgia;
	}

a  {
	color:#fff;
	font-size:small;
	text-decoration:underline;
	}
a:visited {
	color:silver;
	font-size:small;
	text-decoration:none;
	}
a:hover {
	color:gray;
	font-size:small;
	text-decoration:none;
	}

div#titl {
	margin:10px auto;
	padding:0;
	border:2px solid silver;
	background-color:#69c;
	width:790px;
	height:35px;
	}
		
div#content {
	margin:10px auto;
	padding:0;
	border:2px solid silver;
	background-color:#69c;/*#bc9, #ddd*/
	width:790px;
	}
h3, h5 {
	color:#fff;
	margin:5px 0 0 25px;
	}
div#content table {
	margin: 5px auto;
	}
td {
	color:#fff;
	font-size:small;
	}
.title {
	color:#000;
	}
p.rss {
	font-size:small;
	float:right;
	}
p {
	font-size:small;
	text-align:center;
	}

div#maingallery {
	margin-top:10px;
	width:780px;
	}

td#desc {
	width:500px;
	}

table.video {
	width:500px;
	margin:10px auto;
	padding:0;
	}
	
td.heading {
	color:#336699;
	font-weight:bold;
	border-bottom:1px solid #369;
	}
	
