body {
margin: -10px 0 0 0 ;
background-image: url(images/bg.PNG);
background-repeat: repeat;
color:#010101;
font-weight: normal;
text-align:justify;
font-family: arial;
font-size:8pt;
}
#header{
background-image: url(images/header.PNG);
background-repeat: no-repeat;
height:630px;
margin: 0 auto ;
}
#container{
	background: #fff;
	position: absolute;
	top: 272px;
	left:564px;
	width:400px;
	margin:0 auto;
	margin: 10px;
	padding:5px;
	background-color: #0033FF;
}
#content { 	
margin:10px 0 0 0;
width: 100%;
padding:0;
text-align:justify;
vertical-align: middle;	
}
#footer {
clear:both;
margin:0;
padding:0px;
line-height:20pt;
text-align:center;
font-size: 8pt;
color: #262626;
border-top:  4px solid #d90030;
}
#navigation {
margin: 0 0 -10px 0 ;
padding:0;
line-height:35px;
text-align:center;
font-size: 8pt;
color:#d90030;
background-color:#000;
}
#navigation ol li {
display: inline;
list-style-type: none;
padding-right: 30px;
}
#navigation ol li a, 
#navigation ol li a:active, 
#navigation ol li a:link, 
#navigation ol li a:visited {
color: #white;
font-family: tahoma;
font-size: 9pt;
font-weight: normal;
}
#navigation ol li a:hover {
color: #white;
}
h1{
margin:0;
text-align: left;
font-family: tahoma;
font-weight: 400;
font-size: 18pt;
line-height:18pt;
color: #391b00;
border-bottom: 4px solid #d90030;
}
h1:first-letter {
color:#white;
}
a {
color:#white;
text-decoration:none;
}
a:hover {
color:#white;
text-decoration:none;
}
