body{ margin:0;
text-align: center;
background: #000000 url(../images/bg2.gif) ;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;

}

h1 { font-size:130%;
font-family:Georgia, "Times New Roman", Times, serif;
color:#296f67;

}

a:link {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #bfd3d1;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.container{ 
min-width: 770px; /* minimum readable for 800x600 screens */ 
width: 80%; /* make the site liquid to the screen */ 
max-width: 1000px; /* but stop at a sensible maximum */
min-height:100%;
height:100%;

}

.header{ 
background:#ffffff;
height:150px;
background: #ffffff url(../images/header.gif) center no-repeat;
padding:5px;

}

.main{
padding: 15px;
text-align:justify;
color:#000000;
background:#ffffff;
width:auto;
height:100%;
font-size: 80%;

}

.footer{
padding:10px;
background: #296f67;
min-height:100%;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size: 60%;
text-align:right;

}
