.main-border {
	width: 750px;
	text-align: left;
	border-top: 2px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #666666;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 10px;
     text-align: justify; 
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	background-image:  url("images/block.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	float: left;
	width: 100%;
	color: #FFFFFF;
	background-image:  url("images/bg.gif");
	background-repeat: repeat-x;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.5em 1em;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	background-image:  url("images/bg.gif");
	background-repeat: repeat-x;
	color: #000033;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
	background-color: #000033;
	color: #000033;
	font-weight: bold;
}
.header {
	padding-right: 10px;
	padding-left: 10px;
}
.gallery-block {
	float: right;
	margin: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	width: 360px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #f5f5f5;
}
.gallery-heading {
	text-transform: uppercase;
	color: #000000;
	background-color: #CCCCCC;
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}
.subnav {
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #f5f5f5;
}
