@charset "iso-8859-1";

body
{   width: 800px;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5;
  padding-right: 5;
  background: url(pics/body_full_bg.jpg);
  FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 12px;
}

#header {
  margin-left: 185px;
  padding: 0px;
  margin-right: 5px;
  background: url(pics/title_bg.jpg) no-repeat;
  width:100%;
  height:122px;
  color:#FF8800;
}

#menu {
  position: absolute;
  left: 5px;
  top: 0px;
  padding: 0px;
  width: 185px;
  FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 10px;
}

#footer_menu {
  margin-left: 0px;  
  margin-right: 15px;
  text-align: center;
  padding: 0px;
  width: 800px;
}

#title {
  margin-left: 185px;
  padding: 0px;
  margin-right: 5px;
  width: 795px;
  FONT-SIZE: 26px;
  FONT-WEIGHT: bold;
}

#content {
  margin-left: 185px;
  margin-right: 15px;
  padding: 0px;
  width: inheret;
}

#pic{
  padding: 0px;
}
#text {
  color: white;
  background: url(pics/text_bg.jpg);
  padding: 5px;
  FONT-SIZE: 16px;
}

.notice1 {
 	background:red;
	FONT-FAMILY: Times new roman, sans-serif;
	FONT-SIZE: 32px;
	FONT-WEIGHT: bold;
	text-align:center;
	color:#BBFFFF;
	border: 1px solid #000000;
}
.notice2 {
 	background:gold;
	FONT-SIZE: 26px;
	color:black;
	border: 1px solid #000000;
}
 

#left_outer {
  float: left;
	margin-top: 2px;
	width: 185px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

a:hover, a.link:hover { color:#D96B00; }

a.button:link, a.button:visited {
	display: block;
	background: url(pics/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.button:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.button#active_button {
	color:#f80;
	font-weight: bold;
}

a.button#active_button:hover {
	color: #fff;
}

a.album:link, a.album:visited {
	display: block;
	background: url(pics/album_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.album:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}
a.video:link, a.video:visited {
	display: block;
	background: url(pics/album_bg.gif) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.video:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}
.video {
	font-size: 12px;
	color: #ccc;
}
div.moduletable h3 {
	background: url(pics/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

a.link:link, a.link:visited {
	vertical-align: middle;
	font-weight: bold;
	color: #ff4;
	text-decoration: none;
}

#image_right {
	float: right;
}

#image_text {
	font-size:16px;
	color: gold;
	text-align: center;
	font-weight: bold;
}
