/* CSS for FJB Ltd. www.fjbltd.com
		Designed by Nick Gardei
		*/
		
/* Globals */

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#000000;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	
/* Layout Divs */

#wrapper {
	width:900px;
	text-align:left;
	margin-top:0px;
	margin-left:0px;
	}

#header {
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:175px;
	background-image:url(header.jpg);
	}
	
#content {
	margin-left:25px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:800px;
	border:solid 22px;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left-color:#C91F20;
	}
	
#footer {
	width:900px;
	background-image:url(footerbg.jpg);
	}
	
/* Footer menu */

#footer ul {
	margin-left:300px;
	margin-left:300px;
	}

#footer li {
	display:inline;
	padding:7px;
	}
	
/* Copyright Info */

#copyright {
	font-size:10px;
	}
	
/* Header text */

#headertxt {
	position:absolute;
	left: 21px;
	top: 143px;
	}

#headertxt h1 {
	font-size:18px;
	}

/* Content Divs */

#paras {
	margin-top:30px;
	margin-left:10px;
	margin-bottom:10px;
	padding:5px;
	width:650px;
	height:inherit;
	background-color:#6A1010;
	}

#sbimages {
	margin-top:30px;
	margin-left:10px;
	margin-bottom:10px;
	padding:5px;
	width:200px;
	height:inherit;
	background-color:#6A1010;
	}
	
#sbimages img {
	padding-bottom:5px;
	padding-top:5px;
	}	
	
#botimages {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	padding:5px;
	width:870px;
	height:inherit;
	background-color:#6A1010;
	text-align:left;
	}
	
/* Menu */

#menu {
	height:30px;
	margin-left:20px;
	}

#menu td {
	background-color:#6A1010;
	padding-left:5px;
	padding-right:20px;
	}
	
#menu td a {
	color:#999999;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	}

#menu td a:hover {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	}
	
#menu td.current {
	background-color:#C91F20;
	padding-left:10px;
	padding-right:25px;
	}
	
#menu td.current a{
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	}

/* Dynamic Images */

.bot_pic {
	padding:9px;
	width:200px;
	float:left;
	}
	
.bot_pic a img {
	width:200px;
	height:150px;
	}
