body, html {
	margin:0;
	padding: 0;
	height: 100%;
}

/* ///////////////////////////////////////////////////////////////////////// 
#1-2-site-tools------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.map {
	padding: 2px;
	border: 2px solid #55B764;
	margin-bottom: 15px;
}

.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}  

.thumb-right {
	float: right;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	display: block;
	margin-bottom: 5px;
	border:0;
}

.thumb-left {
	float: left;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	display: block;
	margin-bottom: 5px;
}

.thumb-below {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	clear: both;
	display: block;
	margin-bottom: 5px;
}

/* ///////////////////////////////////////////////////////////////////////// 
#1-2-main-div-structure---------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#site {
	background-color: #990000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	min-height: 1700px;
	position:relative  ;
}

#site #container {
	background-image: url(../media/siteImages/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width: 788px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-bottom:0;
	position: relative;
	border: 0px solid blue;
}

#site #content {
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	min-height: 1700px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
}

#site #text_container {
	width: 479px;
	float: left;
	margin-right: 62px;
	position: relative;
	border: 0px solid green;
	height: auto;
}

#site #footer {
	background-image: url(../media/siteImages/footer.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 87px;
	width: 761px;
	position: absolute; bottom:0px;
	border: 0px solid red;
	margin:0;
	padding:0;
}
#site #header {
	height: 77px;
	background-color: #401D19;
	background-image: url(../media/siteImages/logo1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#site #primary_navigation {
	margin-top: 22px;
	margin-bottom: 22px;
	background-color: #401D19;
	height: 22px;
}


/* ///////////////////////////////////////////////////////////////////////// 
#1-3-main-site-elements---------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#site h1 {
	font-size: 18px;
	text-transform: uppercase;
}

#site h2 {
	 background-color: #603638;
	 font-weight: bold; 
	 font-size: 18px;
	 height: 30px;
	 line-height: 30px;
}

#site h3 {
	 font-size: 18px;
	 height: 30px;
	 line-height: 30px;
	 margin: 0;
	 margin-top: 60px;
	 padding: 0;
}

#site p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #401D19;
}

#site a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #401D19;
	text-decoration: underline;
	text-align: justify;
	font-style: normal;
}

#site a:visited {
}

#site a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
}

#site #primary_navigation .item a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	height: 18px;
	font-size: 0.9em;
	border-right: 1px solid #fff;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}


/* ///////////////////////////////////////////////////////////////////////// 
#1-4-minor-site-divs------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#site #loginContainer {
	margin-top: 67px;
	margin-right: 10px;
	display: block;
	float: right;
}

#site .inlinePic {
	margin: 20px;
}

#site .underline {
	margin-top: 0;
	margin-bottom: 0;
	height: 22px;
	background-image: url(../media/siteImages/title_under.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#site #jazzman {
	float: left;
}

img#record {
	width: 187px;
	height: 186px;
	float: left;
}
