/* CSS Document */


/* mainNav
=======================*/

/* body
=======================*/


body {
	font-family: Geneva, Palatino, Palatino Linotype Bookman, Bookman Old Style, Helvetica;
	font-size:14px; 
}

body,td,th {
	font-family: Geneva, Palatino, Palatino Linotype Bookman, Bookman Old Style, Helvetica;
	color: #661E24;
	font-size: 14px;
}
a:link.press {
	text-decoration: none;
	color:#661E24;
	font-weight: normal;
}
a:visited.press {text-decoration: none;
	color:#661E24;
	font-weight: normal;
}
a:hover.press {
	text-decoration: none;
	color: #44050D;
	font-weight: 600px;
}
a:active.press {
	font-weight: normal;
}	
a:link {
	text-decoration: none;
	color:  #661E24;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color:  #661E24;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color:  #44050D;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color:   #44050D;
	font-weight: bold;
}
.style1 {
	font-size: 12px;
	font-style: italic;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
  text-align:center;
}

h2 {
  font-size: 12px;
  font-weight: normal;
  text-align:center;
  text-transform:uppercase;
}

p {
	font-family: Geneva, Palatino, Palatino Linotype Bookman, Bookman Old Style, Helvetica;
	color: #661E24;
	font-size: 14px;
}

.clear {
  clear: both;
}


/* Layout
================================ */


#center {
width: 100%;
margin-left: auto;
margin-right: auto;
}

#content {
	position:absolute;
	width: 800px;
	height: 575px;
	text-align: center;
	border: none;
        }
		
#frame {
  height: 496px;
  width: 800px;
  float: left;
  overflow: hidden;
  }

#frame1 {
  height: 96px;
  width: 400px;
  float: left;
  overflow: hidden;
}

#Lframe {
  height: 496px;
  width: 200px;
  float: left;
  overflow: hidden;
  text-align:left;
  }
  
#leftbar{
	position:absolute;
	top: 10%;
	left: 7%;
}

  
#rightbar{
	position:absolute;
	top: 10%;
	left: 85%;
}

#Rframe {
  height: 496px;
  width: 200px;
 float: right;
  overflow: hidden;
  text-align: right;
}

#Middleframe {
  height: 496px;
  width: 400px;
  float: right;
}

#table {
  height: 302px;
  width: 400px;
  vertical-align: middle;
  overflow: hidden;
  float: left;
  text-align: center;
  
}

#tablefull {
	height: 496px;
	width: 400px;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
	
}


/* Home pg
================================= */
#BIGRframe {
  height: 496px;
  width: 300px;
 float: right;
  overflow: hidden;
  text-align: right;
}

#LITTLERframe {
  height: 496px;
  width: 50px;
 float: right;
  overflow: hidden;
  text-align: right;
}

#BigLframe {
  height: 496px;
  width: 450px;
  float: left;
}


/*End Homepg
=======================*/

#wrapper {
	width:100%; 
	min-height:450px; 
	height:100%; 
	position:relative; 
	}
* html #wrapper {height:450px;}

