/*this controls the main body background and layout of the pages*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/page_elements/JB_bkgrnd_4b.jpg);
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
}


/*This allows pictures to float right*/
#float_right{
float:right;
}

/*this is the main menu link style*/
a.menulinks:link{
background-image:url(../../images/header/button-fadedrk.jpg);
background-position: center;
background-repeat: repeat;
color:#7cadf6;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
text-decoration:none;
padding:5px;
}
a.menulinks:visited{
background-image:url(../../images/header/button-fadedrk.jpg);
background-position: center;
background-repeat: repeat;
color:#7cadf6;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
text-decoration:none;
padding:5px;
}
a.menulinks:hover{
background-image:url(../../images/header/button-fade.jpg);
background-position: center;
background-repeat: repeat;
color:#002c4f;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-style:normal;
text-decoration:none;
}
a.menulinks:active {
text-decoration:none;
}

.bar {
background-image:url(../../jackbiltla.com/images/header/bar-fade.jpg);
background-repeat: repeat;
}

#maincontent {
	background-color:#FFFFFF;
	background-position:bottom;
	background-repeat:repeat-x;
	background-image: url(../images/page_elements/gradient4.gif);
}

/*These are the main content text styles*/

.main {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}

.main12 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.titles {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#306;
}

/*These are the main page links*/

a:link{
color:
#000066;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:500;
text-decoration:none;
}
a:visited{
color:#000066;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:500;
text-decoration:none;
}
a:hover{
	color:
#3366CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:500;
	text-decoration:underline;
}
a:active {
text-decoration:none;
}

/*this is the footer style*/
#footer {
background-color:#002c4f;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
text-decoration:none;
}
.bluefootertext {
color:#99BBEB;
}
