* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin:0 0 0 5px;
	padding:0;
}

#opening {
	width:1000px;
	/*height: 750px;*/
	margin: 0 auto;
}
#menu {
	width: 550px; /*440*/
	height: 70px; /* 190 */
	margin: 0 auto 25px auto;
	display: none;
	text-align:center;
	z-index:1000;
}
#right {
	width: 350px;
	margin: 0 auto;
	float: right;
	z-index: 1;
	display:none;/*
	left: -500px; 
*/
}
#left {
	width: 350px;
	height: 600px;
	margin: 0 auto;
	float: left;
	z-index: 2;
	display:none/*	
	left: 500px;
*/
}
#header {
	text-align: center;
	display:none;
}
#body {
	
	margin: 0 auto;
	width: 600px;
}
#home {
	margin: 0 auto;
	width: 750px;
}
a, a:link, a:visited {
	color: #045394;
	text-decoration: none;
}

a:hover, a:active {
	color: #FA3535;
	text-decoration: none;
}

h1 {
	font-size:24px;
	color: #FA3535;
	font-weight:bold;
	display:inline;
}

h2 {
	font-size:18px;
	margin-bottom:0px;
}

h3 {
	font-weight:bold;
	color: #045394;
}

#footer {
	margin-top:25px;
	height:25px;
	text-align:center;
	color:#999;
	font-size:9px;
}

#linkto {
	width:250px;
	margin: 50px auto 0 auto;
	font-size:11px;
}
