body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, sans-serif;
	background-color: #bdd84d;
}
#wrapper {
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#logo {
	width: 234px;
	height: 49px;
	background-image: url(../images/logo.jpg);
	float: left;
	margin-top: 85px;
}
#top_right {
	width: 766px;
	height: 190px;
	background-image: url(../images/wave.jpg);
	float: left;
}
#tl_tag {
	position: absolute;
	top: 170px;
	left: 70px;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
}
#tr_tag {
	position: absolute;
	top: 171px;
	left: 240px;
	width: 700px;
	font-size: 11px;
	font-weight: bold;
}
#nav2 {
	background-color: #666666;
	height: 26px;
	color: white;
	padding-left: 33px;
}
.lnav2 {
	color: white;
	background-color: #666666;
	display: block;
	float: left;
	height: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-right: 1px solid white;
	text-decoration: none;
	font-size: 12px;
	font-weight: 900;
}
.lnav2:hover {
	background-color: white;
	color: #443b56;
}
#clf {
	float: right;
	height: 22px;
	margin-top: 3px;
	margin-right: 10px;
	overflow: hidden;
}
#clf label {
	font-size: 11px;
	font-weight: 900;
	color: black;
}
.clf_input {
	font-size: 9px;
	padding: 0px;
}
#left_col {
	float: left;
	margin-left: 43px;
	width: 190px;
	font-family: Arial, sans-serif;
}
.llinks a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: black;
	text-decoration: none;
	font-weight: 900;
	font-size: 12px;
}
.llinks a:hover {
	text-decoration: underline;
}
.lhead {
	color: #555555;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 12px;
	margin-top: 25px;
	padding-bottom: 2px;
}
#right_col {
	width: 700px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 20px;
}
#footer {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	width: 730px;
	margin-left: 233px;
	text-align: center;
}
/**** home page ****/
.home_thumb {
	height: 51px;
	float: left;
	border: none;
}
.home_hover_text {
	height: 40px;
	overflow: hidden;
	width: 350px;
	margin-bottom: 5px;
}
.home_news {
	width: 200px;
	height: 200px;
	float: right;
}
.home_news p {
	margin: 10px 0px 0px 4px;
	font-size: 11px;
	line-height: 15px;
}
/**** audio/video pages ****/
.av_thumb {
	width: 160px;
	float: left;
}

.av_content {
	width: 420px;
	float: left;
}
.av_left {
	width: 160px;
	margin-right: 20px;
	float: left; 
}
.av_video_left {
	width: 320px;
	margin-right: 20px;
	float: left;
}
.panic_link {
	width: 300px;
	padding: 8px 20px 8px 20px;
	float: left;
	font-size: 14px;
	font-weight: 900;
	border-bottom: 1px solid #d0d0d0;
	margin-left: 30px;
}
.client_link {
	width: 500px;
	padding: 8px 20px 8px 20px;
	font-size: 14px;
	border-bottom: 1px solid #d0d0d0;
	margin-left: 10px;
}
a { color: #37398b; }