



body {

width: 800px;

margin:auto;

margin-top:0px;

background-color:#999;

font-family: arial;

text-align: center;  /*   for IE */



}





/* Wrapper */

#wrapper {

width:800px;

margin-left: auto;

margin-right: auto;

}





/* ----- HEADER ----- */







#header {

width:800px;

height:100px;

background: url(images/header.jpg) no-repeat;

background-color:#333333;



}







/* ----- NAVIGATION ----- */







#navigation {

width:800px;

height:30px;

background-color:#000066;

margin-top:0px;

padding-top:3px;

font-size:18px;

color:#fff;

background: url(images/menu_gradient.jpg);

letter-spacing: 2px;





}

/* ----- NAVIGATION SHADOW----- */

#navigationShadow {

width:800px;

height:9px;

background: url(images/menu_shadow.jpg) no-repeat;

margin-top:0px;



}





/* ----- MAIN CONTENT ----- */







#content { 

width:800px;

min-height:350px;  /* for modern browsers */

height:auto !important; /* for modern browsers */

height:350px;  /* for IE5.x and IE6 */

background-color:#999;

margin-top:0px;

text-align: left;

color:#fff

}





#contentFrame{

width:700px;

min-height:300px; /* for modern browsers */

height:auto !important; /* for modern browsers */ 

height:300px;  /* for IE5.x and IE6 */

background: url(images/content_gradient_bg.jpg);

background-color:#666; 

padding:20px; 

margin-left:10px; 

margin-top:5px; 

font-size:14px;

}





#projectTable{

width:500px;

background-color:#ccc; 

font-size:12px;

line-height:1.5;

color:#fff;

}





/* ----- FOOTER ----- */







#footer { 

width:800px;

height:50px;

background-color:#999;

margin-top:10px;





}

/* --- Font Styles -- */



a{

	font-family: arial;

	font-size: 14px;

	color:#fff;

	text-decoration: none;

}



a:hover{



	text-decoration: underline;

}





a.navLink{

	font-weight: bold;

	font-family: arial;

	font-size: 14px;

	color: #fff;

	text-decoration: none;

}



a.navLink:hover{

	font-weight: bold;

	font-family: arial;

	font-size: 14px;

	color: #9999cc;

	text-decoration: none; 

}

.footerText{

	font-weight: bolder;

	font-family: arial;

	font-size: 11px;

	color: #fff;

	text-decoration: none;

}






