@charset "utf-8";
/* CSS Document */

.clear {
	clear: both;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-image:url(images/jailbars2.jpg);
}

#wrapper {
	width: 940px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-image:url(images/cont_bg.gif);
} 

#header {
	padding: 0px 0px 0px 0px;
}

#content {
    border:groove;
	border-color:#000;
    color: #CCC;
	background-image:url(images/jailbars3.jpg);
	width:915px;
	padding: 10px 10px 10px 10px;
}



#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: Black;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: Black;
}

.address_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCC;
}

.starBondsman {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#CCC;
}

#menu {
	width: 940px;
	padding: 0px 0px 0px 0px;
	background-image:url(images/nav_bg.jpg);
	margin:0 auto;
}

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

#nav ul {
    padding:0;
	list-style: none;
	display:inline;
}

#nav ul li{
	list-style: none;
	display:inline;
    padding: 0px 1px 0px 1px;
}

#nav ul li .current {
	color: #9C9;
	display:inline;
}

#nav ul a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCF;
	text-decoration: none;
	font-size: 18px;
}

#nav ul a:hover{
	color: #CFF;
	text-decoration: none;
}

/*----- END NAVIGATION MENU -----*/

#detordesign a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

#detordesign a:hover {
	text-decoration:underline;
}

#small {
	color:#CCC;
	font-size:1px;
	border:none;
}
