/* Style file for FBC website */
  
body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background-color:#16047A;
		color:#303030;
	}


   a.nav:link {color:#000000; text-decoration:none; padding-right:2em}
   a.nav:visited {color:#000000; text-decoration:none; padding-right:2em}
   a.nav:hover {color:#F7F719; text-decoration:none; padding-right:2em}
   a.nav:active {color:#F7F719; text-decoration:none; padding-right:2em}

   a.norm:link {color:#0000FF; text-decoration:none}
   a.norm:visited {color:#0000FF; text-decoration:none}
   a.norm:hover {color:#0000FF; text-decoration:none}
   a.norm:active {color:#0000FF; text-decoration:none}

   a.address:link {color:#9D8CFB; text-decoration:none}
   a.address:visited {color:#9D8CFB; text-decoration:none}
   a.address:hover {color:#9D8CFB; text-decoration:none}
   a.address:active {color:#9D8CFB; text-decoration:none}

img {
	border-style:none;
   }

img.content-left {
	position:relative;
	left:30px;
	top:-10px;
	}

  #wrapper {
		width:1000px;
		margin:0px auto;
		border:2px solid #F7F719;
		padding:0px;
	}
  #banner {
		height:155px;
		padding:10px;
		background-image: url('images/banner.png');
		background-repeat: no-repeat;
	}

  #header_address {
		height:38px;
		margin-top:77px;
		text-align:right;
		color:#9D8CFB;
	}
	
  #header_nav {
		height:40px;
		margin-left:280px;
		font-size:1.5em;
		font-weight:bold;
	}
	

  #content {
		margin-top:10px;
		padding-bottom:10px;
	}
	/* applies to all divs within the content div */
  #content div {
 		float:left; 
	}

  #content-left {
	  	width:200px;
}
	
  #content-main-index {
		margin-left:20px;
		width:725px;
		height:382px;
		background-color:#FFFFFF;
		padding:10px;
	}

  #content-main {
		margin-left:10px;
		width:740px;
		background-color:#FFFFFF;
		padding:10px;
	}

  #content-main-top {
		width:700px;
		margin-left:20px;
		height:150px;
	}

  #content-main-bottom-left {
		width:300px;
		margin-left:40px;
		margin-top:40px;
		height:180px;
	}

  #content-main-bottom-right {
		width:300px;
		margin-left:40px;
		margin-top:40px;
		height:180px;
	}

  #content-right-index {
		width:200px;
		height:320px;
                margin-left:20px;
	}

  #content-right {
	width:4px;
	}

  #content-bottom-right-index {
		width:200px;
                margin-left:20px;
                margin-top:40px;
		height:50px;
	}

  #bottom {
		clear:both;
		text-align:right;
		color:#9D8CFB;
	}


