/* body styles */

body {
	background-color: #ffffff;
	font-family:Times New Roman, Times, serif;
	color: #000000;
	font-size:76%;
	line-height:150%;
	overflow-y: scroll;
	}

img {
	border: none;
	}

/* standard css over-ride */

.buttonheading {
	display: none;
	}

div#page {
	padding: 0px;
	margin: 0px;
	}

div#page img {
	padding-right: 10px;
	}

/* div#page h1, h2, h3, p {
	margin-top: 0px;
	padding-top: 0px;
	} */

/* layout styles */

.container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
/*	background-color: #b4ac9f; */
	}

.titlebar {
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 59px;
	background-color: #000000;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	}

.mainmenu {
	position: relative;
	top: 10px;
	width: 900px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	vertical-align: bottom;
	}

.secondbar {
	width: 100%;
	height: 25px;
	background-color: #b4ac9f;
/*	background-color: #ffffff;
	opacity:0.5;
	filter:alpha(opacity=50); */
	text-align: center;
	}

.submenu {
	width: 900px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	}

.submenucorrection {
	width: 840px;
	height: 20px;
	padding: 0px;
	margin-left: 160px;
	text-align: left;
	}

.contents {
	width: 100%;
	min-height: 457px;
	text-align: center;
/*	background-color: #d9d4cc; */
	}

.contentholder {
	width: 900px;
	min-height: 457px;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

.gallerycontents {
	float: left;	
	width: 159px;
	padding-right: 10px;
	min-height: 457px;
	text-align: left;
	border-right: 1px solid #b4ac9f;
	}

.maincontents {
	float: right;
	width: 710px;
	padding-left: 20px;
	min-height: 457px;
	}

.closer {
	clear: both;
	width: 100%
	height: 1px;
	}

.creditbar {
	clear: both;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	/*background-color: #b4ac9f;*/
	}

/* general settings */
.componentheading {
	display: none;
	}


/* font styles */

.contents p {
	width: 450px;
	text-align: justify;
	}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -10px;
	}
#vmMainPage h2{
        font-size: 18px;
	font-weight: normal;
	margin: 10px 0px;
}
#vmMainPage h3{
        font-size: 16px;
	font-weight: normal;
	margin: 10px 0px;
}
#vmMainPage h4 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 8px 0px;
	}
h3 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: -15px;
	}

h4 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin-top: 50px;
	margin-bottom: -10px;
	}
	
a:link{
	font-size: 1em;
	color: #a80000;
	font-weight: normal;
	text-decoration: none;
	}

a:visited{
	font-size: 1em;
	color: #a80000;
	font-weight: normal;
	text-decoration: none;
	}

a:hover{
	font-size: 1em;
	color: #ff0000;
	font-weight: normal;
	text-decoration: none;
	}

a:focus{
	font-size: 1em;
	color: #ff0000;
	font-weight: normal;
	text-decoration: none;
	}

/* credit font styles */

.credits {
	font-size: .9em;
	color: #cccccc;
	}

.credits a:link{
	font-size: 1em;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
	}

.credits a:visited{
	font-size: 1em;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
	}

.credits a:hover{
	font-size: 1em;
	color: #a80000;
	font-weight: normal;
	text-decoration: none;
	}

.credits a:focus{
	font-size: 1em;
	color: #a80000;
	font-weight: normal;
	text-decoration: none;
	}
