html, body { height: 100% }
body 
{
	background-color: #e8e8e8;
}
#main
{
	margin: auto auto; 
	width: 776px;
	border: 	solid 1px #000;
	border-top-width: 0px;
	display: table;
	background-color: #fbdbdb;
	
	
}
#top
{
	width: 778px;
	margin: auto auto;
	border-top: solid 1px #000000;
}
#menu 
{
	background-color: #ab0028;
	padding: 3px;
	width: 190px;
	vertical-align: top;
}
#menu a
{
	cursor: pointer;
	color: #e8e8e8;
	line-height: 17pt;
	font-family: courier new;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	margin-left: 5px;
}
#menu a:hover
{
	text-decoration: underline;
}
#menu a.submenu
{
	margin-left: 40px;
	font-size: 12px;
	line-height: 14pt;
}
#menu a.submenu2
{
	font-size: 11px;
	line-height: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: tahoma;
	font-weight: normal;
	display: block;
}
#foot
{
	margin: auto auto;
	width: 778px;
	font-family: tahoma;
	font-size: 11px;
	
}
#content 
{
	padding: 20px;
	padding-top: 40px;
	background-color: #fbdbdb;
	width: 530px;
	float: left;
	font-family: verdana;
	font-size: 13px;
	float: right:
	background-repeat: repeat-y;
	background-position: right;
}
#content h1
{
	font-family: courier new;
	font-weight: bold;
	color: #6c0000;
	font-size: 26px;
	font-style: italic;
}
#content h2
{
	color: #480002;
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
#content p
{
	text-align: justify;
	text-indent: 40px;
}
#content a
{
	text-decoration: none;
	color: #AB0028;
}
#content a:hover
{
	text-decoration: underline;
	
}

#content hr
{
	border: 1px solid #AB0028;
}
.galeryDiv hr
{
	width: 100%;
}
.galeryDiv
{
	margin: auto;
	width: 85%;
	display: block;
}
.galeryTitle
{
	color: #480002;
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
}
.newsTitle
{
	background-image: url('pic/cross_top.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 30px;
	color: #480002;
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
}
.newsContent
{
	padding-left: 30px;
	padding-right: 25px;
	padding-top: 5px;
	font-family: arial;
	font-size: 12px;
	background-image: url('pic/cross_bot.gif');
	background-repeat: no-repeat;
	text-indent: 30px;
	margin-bottom: 40px;
	text-align: justify;
	line-height: 16px;
}
.newsContent p { margin-top: 0px; }
.newsDate
{
	font-size: 11px;
	color: #000000;
	text-align: right;
	padding-right: 25px;
}
img
{
	border-color: #000;
}