body {
	margin: 0;
	padding-top: 200px;
	overflow-x:hidden;
	font-family: Arial, Helvetica, sans-serif;
}
div#top_frame {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 200px;
	background: #FFF;
	z-index: 1000;
}
@media screen{
  body>div#top_frame{
   position: fixed;
  }
 }

* html body{
  overflow:hidden;
 } 
 * html div#main_frame{
  height:100%;
  overflow:auto;
 }
 
#main_frame {
	width: 800px;
	margin: 0px auto;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #999;
	text-decoration: none;
}

img {
	border: 0px none;
}
.border {
	border: 2px solid #000;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin-top: 5px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: light;
}
h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0px none;
	padding: 0px;
	margin: 15px auto 15px;
}

div.hr {
	height: 15px;
	background-color: #fff;
	background-image: url(images/hr1.gif);
	background-repeat: repeat-x;
}
div.hr hr {
  display: none;
}


.txt_box {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 2px;
	margin: 0px;
	color:#000;
	border: 1px solid #000;
	background-color: #FFF;
}
.buttonsend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: light;
	text-transform: uppercase;
	padding: 1px 2px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
 	border: 1px solid #000;	
}
.buttonsend:hover {	
	color:#000;
	background-color: #FFF;
	border: 1px solid #000;
}

#container {
	position: relative;
	width:800px; 
	margin:0px auto;
}



/*#main_frame {
	position: fixed; 
	top: 200px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}*/


#content {
	float:left;
	width: 600px;
	padding-top: 2px;
}
.home {
	height: 480px;
	background-image: url(images/index_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content_inner {
	margin-left: 5px;
	width: 560px;
	font-size: 12px;
	line-height: 13px;
	/*text-align: justify;*/
}
#content_inner2 {
	margin-left: 5px;
	width: 565px;
	font-size: 13px;
	line-height: 18px;
}
#content_inner3 {
	margin-left: 5px;
	width: 580px;
	font-size: 13px;
	line-height: 18px;
}

#top_space {
	height: 20px;
	font-size: 1px;
	line-height: 1px;
}
#logo {
	width: 200px;
	text-align: center;
}
#logo img {
	margin-top: 10px;
}
#flyer {
	text-align: center;
	margin: 0px auto 20px;
	font-size: 14px;
	font-weight: light;
	line-height: 22px;
	text-transform: uppercase;
}
#ticker {
	height: 100px;
}

#heading {
	height: 120px;
}
#heading img {
	margin-left: -2px;
}
#nav {
	float: left;
}

#logo_col {
	width: 200px;
	float: left;
}

#left_col {
	width: 200px;
	float: left;
	margin: 0px auto;
}

#content_col {
	width: 800px;
	float: right;
}

#photo_table p {
	margin-bottom: 20px;
}

#photo_thumb {
	width:270px; 
	height:230px; 
	float:left; 
	margin-right:20px;
}

#clear { clear: both; line-height: 0px; height: 0px; font-size: 1px; }

#navbar {
	height: 25px;
	width: 560px;
	border: 0;
	margin: -10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	border-bottom: 3px solid #000;
}


#navbar li {
	display: inline;
	list-style-type: none;
}

#navbar li:first-child {
	border-left: 0px;
}

#navbar li a {
	text-decoration: none;
	padding: 0px 0px 0px 9px; /* T R B L */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	outline: none;
}

#navbar li a:hover {
	color: #999;
}

#navbar li a:active {
	color: #999;
}

#navbar li#active a {
	color: #999;
}

.audioplayer {
	margin: 15px 0px 20px;
}

/* ////////////// txt styles ///////////// */

.copy {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	font-size: 13px;
	line-height: 18px;
	font-weight: light;
	text-transform: none;
	text-align: justify;
}
.copy_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
}
