html {height:100%;}

body {
	margin: 0; 
	padding:0; 
	text-align: center; 
	color: #000; 
	background: url(../images/bg.jpg) bottom left fixed repeat-x rgb(62,71,115);
	font: 70% Verdana, Georgia, Times, serif;
	height:100%;
	}

ul {
	PADDING-RIGHT: 0em; PADDING-LEFT: 0em; PADDING-BOTTOM: 20px; MARGIN: 0em; COLOR: #9296a2; PADDING-TOP: 0em; BACKGROUND-COLOR: transparent
}
ul li {
	PADDING-RIGHT: 0em; PADDING-LEFT: 0em; PADDING-BOTTOM: 0em; MARGIN: 0em 0em 0em 2em; PADDING-TOP: 0em; LIST-STYLE-TYPE: square
}
ul li a {
	FONT-WEIGHT: normal
}

h3 span{
	visibility: hidden;
	}
	
a {
	text-decoration: underline;
	}
	
a:link {
	color: rgb(62,71,115);
	}
	
a:visited {
	color: rgb(62,71,200);
	}
	
a:hover {
	text-decoration: underline; 
	color: #ff9d15;
	}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	text-align:left;
	position: relative;
	background: #fff;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	}
	
#header {
	background: url(../images/header.jpg) 0 0 no-repeat; 
	height:372px; 
	width:auto;
	} 
	
#header2 {
	background: url(../images/header2.jpg) 0 0 no-repeat; 
	height:150px; 
	width:auto;
	margin:0px;
	} 
	
#content {
	margin:5px 0 0 0;
	width: 300px;
	text-align: justify;
	color: #000;
	font-size: 12px;
	border-top: 1px solid #333;
	padding-top: 5px;
	float:left;
	}

#content_sub {
	float:left;
	margin: 40px 0 0 0;	
	width: 300px;
	text-align: justify;
	color: #000;
	font-size: 12px;
	border-top: 1px solid #333;
	padding-top: 5px;
	}

#content_sub2 {
	float:left;
	margin:40px 0 0 0;
	width: 320px;
	text-align: justify;
	color: #000;
	font-size: 12px;
	border-top: 1px solid #333;
	padding-top: 5px;
	}
	
#graphic {
	margin:40px 45px 0 25px;
	float:left;
	}

#graphic_sub {
	margin:40px 45px 0 25px;
	float:left;
	}		

#nav {
	height: 30px;
	width:790px;
	background: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 10px;
	margin: 0;
	text-align:right;
	}
	
#nav a {
	padding: 5px;
	text-decoration: none;
	color: #ccccd0;
	font-size: 12px;
	border-right: 1px solid #666;
	}
	
#nav a:hover {
	color: #fff;
	}

#nav b {
	display: none
	}

#nav_sub {
	height: 30px;
	width:790px;
	background: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 10px;
	margin: 0;
	text-align:right;
	}
	
#nav_sub a {
	padding: 5px;
	text-decoration: none;
	color: #ccccd0;
	font-size: 12px;
	border-right: 1px solid #666;
	}
	
#nav_sub a:hover {
	color: #fff;
	}

#nav_sub b {
	display: none
	}

.home a#home, .consult a#consult, .management a#management, .contact a#contact, .login a#login {
	position: relative;
	color: #ff9d15!important;
	text-decoration: none;	
	}

a#login {
	border-right: 1px solid #333;
	}
	
#footer {
clear:both;
	text-align:center;
	color:#242322;
	font: 10px bold;
	text-decoration:none;
	}
	
#footer a{
	color:#242322;
	text-decoration:underline;
	}

#footer a:hover{
	color:#ccc;
	}
	
#date {
	margin:40px 0 0 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#61605f;
	font-size:10px;
	font-weight: bold;
	}	                                                    