/************* GENERAL CSS ************/

body       { color: #333333; font-size: 12px; font-family: Arial, Helvetica, sans-serif; background: #646464 url("../jfiimages/back.png") repeat-y center top; text-align: justify; margin: 0; padding: 0 }




h1, h2, h3, h4, h5, h6  { color: #f60; font-family: Georgia, "Times New Roman", Times, serif }

a  { color: #333; font-weight: bold; text-decoration: none }

a:hover  { color: #f60; text-decoration: underline }

/************* HEADER STUFF ************/

#header     { background: #fffbfd url("../jfiimages/header.jpg"); margin: 0 auto; width: 770px; height: 163px; outline: solid 1px #000 }

#header h1   { color: #f90; font-size: 3em; text-align: right; text-transform: uppercase; margin: 0; padding: 0 20px 0 0 }

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu   { background-color: #1062b4; margin: 0 auto; padding: 7px 0; width: 770px; outline-style: solid; outline-width: 1px }
#bar   { background-color: #f90; margin: 0 auto; padding: 2px 0; width: 770px; height: 5px; border-top: 1px solid #fff; border-bottom: 1px solid }
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a  { color: #ffffff; font-size: 10px; font-family: Arial; font-weight: bold; text-decoration: none; text-transform: uppercase; padding: 7px 15px }

#menu a:hover   { color: #f90; text-decoration: none }

/************* CONTENT ************/

#content   { margin: 0 auto; padding: 10px 0 0; width: 770px }
#content h2, #content h3, #content h4, #content h5, #content h6  { font-weight: normal }

#content p, #content ul, #content ol  { line-height: 150% }

#left    { padding: 0 20px 40px; width: 480px; height: 500px; float: left }
#left2 { padding: 0 20px 40px; width: 480px; height: 500px; float: left }
#right     { color: #333; padding: 0 20px 10px; width: 210px; float: right }
/************* FOOTER ************/

#footer    { color: #fff; font-size: 9px; font-family: Arial; background-color: #1062b4; background-repeat: repeat-y; background-attachment: scroll; background-position: center top; text-align: center; margin: 0 auto; padding: 2px 0; width: 770px; clear: both; border-top: 1px solid #666666; outline: solid 1px #000 }