
body {	
	background-color: #ebe8df;
	text-align: center;
	font-size: 10pt;
	font-family: Verdana,arial,sans-serif;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	}

#main {
	text-align: center;
	/*margin:0 auto;*/ 
	position:relative;
	width: 962px;
	border: 2px solid #000000;	
	margin-left: auto;
	margin-right: auto;
	}

#header {
	position:relative;
	text-align: center;
	height: 100px;
	width: 962px;
	background: url("../../images/metal_bg.jpg");
	background-repeat: no-repeat;
	border: solid #000000;
    border-bottom-width: 2px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
	}

#logo {	
	position: absolute;
	top: 20px;
	left:20px;
	z-index: 2;
	height: 80px;
	width: 210px;
	background: url("../../images/flatvaglogo.png");
	/*background-position: top left;*/
	background-repeat: no-repeat;
	text-align: center;
	border: 0px solid #000000;	
	}

#menu {
    font-size: 13pt;
	position: absolute;
	bottom: 40px;
	left: 230px;	
	height:35px;
	width:730px;
	color:#404040;	
	/*font-size: 16pt;*/
	}
	
#welcome {
	position:relative;
	text-align: center;
	height: 400px;
	/* height: auto;*/
	width: 962px;
	padding: 0px 0px 0px 0px;
  	background-color: #ebe8df;
	font-size: 10pt;
	font-family: Verdana,arial,sans-serif;
	FONT-WEIGHT: normal;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	}

#footer {	
	position:relative;
	border: solid #000000;
    border-top-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
	height: 50px;
	width: 962px;
	font-size: 8pt;
	font-family: Verdana,arial,sans-serif;
	color: #000000;
	background: url("../../images/metal_bg.jpg");
	background-repeat: no-repeat;
	padding: 12px 0px 0px 0px;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

a:hover {
	text-decoration: underline;
	color: #404040;
	}

#footer a {
	display: inline;
	text-decoration: none;
	font-size: 9pt;
	font-family: verdana,arial,sans-serif;
	color: #404040;
	font-weight: bold;
	}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
	
	}

#menu a {
	text-decoration: none;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	}

#menu a:hover {
	color: #000000;
	}
#mview a {
	text-decoration: underline;	
	color: #000000;
	font-weight: bold;
	}
	
#hidden 
    {
    visibility:hidden;    
    }