body {

width:750px;

margin:0 auto;

margin-top:0px;

background-color: #003399;

font-family:Arial, Helvetica, sans-serif;

}



#wrapper {

width:750px;

margin-top:0px;

background-color:#FFFFFF;

border-style:solid;

border-width:2px;

border-color:#000000;

background-image:url(images/headback.jpg);

background-repeat:no-repeat;
height:auto;
min-height:800px;
display:inline-table;

}



/* ----- HEADER ----- */



#header {

width:750px;

height:150px;

background-color: #6599ff;

margin-top: 70px;

border-bottom-style: solid;

border-top-style: solid;

border-bottom-width:2px;

border-top-width:2px;

}



#header img{

margin-top: 15px;

}

#header h2{

text-align:center;

font-style:italic;

font-size:18px;

}



/* ----- NAVIGATION ----- */







#navigation {

width:730px;

height:75px;

margin-top:10px;

border-bottom: solid;

border-bottom-width:2px;

padding-left:20px;

}



#navigation ul {

	margin: 0px 0px 0px 0px;

	padding-top: 38px;

	list-style: none;

	margin-bottom:0px;

}



#navigation li {

	display: inline;

} 


/* ----- MAIN CONTENT ----- */







#content { 

width:750px;

min-height:250px; /* for modern browsers */

height:auto !important; /* for modern browsers */

height:250px; /* for IE5.x and IE6 */background-color: #FFFFFF;

margin-top:10px;

}

#content-left 
{
width:500px;
float:left;
margin:5px 5px 5px 5px;
}
#content-right 
{
width:200px;
float:left;
margin:5px 5px 5px 5px;
}
.text
{
font-family:Arial;
font-size:14px;
color:#333333;
text-align:justify;
line-height:22px;
padding:10px;
}
.right-link
{
font-family:Arial;
font-size:14px;
color:#990000;
text-align:center;
line-height:22px;
font-weight:bold;
}
/* ----- bottom image----- */
#imagearea
{
width:750px;
float:left;
}
.imgbox
{
width:170px;
float:left;
margin:0px 8px 0px 9px;
}
/* ----- FOOTER ----- */







#footer { 

width:750px;

height:30px;

margin-top:10px;
clear:both;
padding:20px 0px 0px 0px;
}


