td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image:url(index/images/main_bkg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-image:  url(/index/images/main_bkg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.MainAreaText{
	min-height:300px;
	min-width:300px;
	text-align:left;
}
.MainArea{
	position:absolute; 
	z-index:1; 
	left: 220px; 
	top: 90px;
	min-width:400px;
}
.GalleryFolder, .GalleryImage{
	min-height:300px;
	border:0;
	padding:5px;
	float:left;
	text-align:center;
}
.GalleryImageTitle{
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.GalleryImageNavigation{
	text-align:center;
	padding:15px;
}
.GalleryNavigation{
	float:left;
	text-align:center;
	padding:10px;
	}
.XmlMenu {
	text-indent:-30px;
}
.XmlMenuSelectedItem a{
	font-weight:bold;
}
.XmlMenuSelectedItem ul a{
	font-weight:normal;
}
.ProjectBox{
	padding:5px;
	float:left;
	text-align:center;
	margin:5px;
	background-color:#EEE;
	border:2px #FFF solid;
	height:330px;
	width:260px;
	}
.ProjectBox a img{
	border: #000 1px solid;
}
.ProjectBox a{
	font-weight:bold;
}
h1{
	font-size:14px;
	font-weight:bold;
	width:100%;
	border-bottom:#999 1px solid;
	padding:4px;
	border-left:#777 30px solid;
	}
h2{
	font-size:12px;
	width:100%;
	border-bottom:#999 1px solid;
	padding:4px;
	border-left:#777 1px solid;
	}