@charset "utf-8";
/* CSS Document */
body
{
font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
padding:0px;
margin:0px;
font-size:11px;
width:100%;
height:100%;
background: #FFF;
color:#6d6c6c;
}
a:link, a:visited, a:active
{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
a:hover
{
font-size:12px;
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}
#container
{
width:100%;
height:auto; !important
background: #FFF;
left: 50%; 
   right: 50%; 
   top: 50%; 
   bottom: 50%; 
}
#header
{
text-align:center;
width:100%;
height:117px;
clear:both;
background: #0b2850;
background-position:center;

}
#menu
{
text-align:center;
width:100%px;
height:38px;
clear:both;
background: url('images/menu.gif') repeat-x;
}
#content
{
width:900px;
clear:both;
height:100%;
border-left: 1px solid #cfcfcf;
border-right: 1px solid #cfcfcf;
}
#box
{
width:821px;
clear:both;
height:100%;
border: 1px solid #cfcfcf;
}
.img_title
{
text-align:left;
padding:15px;
}
p
{
text-align:justify;
}