@CHARSET "utf-8";

* {margin: 0; padding: 0;}

html {
	background: #fff url("images/bg.gif") repeat-x 0 0;
}

body{
  background: url("images/background.jpg") no-repeat center top;
  font: 12px Verdana, Arial;
  color: #6f6f6f;
  padding-bottom: 25px;
  text-align: center;
}

a img {border: none}

/**********************************************/
/**** container
/**********************************************/
#container {
	width: 900px;
	padding: 0px 2px;
	margin: 0px auto;
	text-align: left;
}

/**********************************************/
/**** container_header
/**********************************************/
#container_header {
	height: 182px;
}

/**********************************************/
/**** main_menu
/**********************************************/
#main_menu {
  width: 900px;
  height: 34px;
  overflow: hidden;
}

#main_menu li {
  list-style-type: none;
  height: 34px;
  text-align: center;
  float: left;
}

#main_menu li a {
	width: 90px;
  height: 26px;
  display: block;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  text-decoration: none;
}

#main_menu li a:hover {
  background: url("images/nav-hover.gif") repeat-x 0 0;
}

#main_menu .selected1 a, #main_menu .selected1 a:hover {
  height: 26px;
  display: block;
  padding-top: 8px;
  color: #fff;
  background: url("images/nav-active.gif") repeat-x 0 0;
  text-decoration: none;
}

/**********************************************/
/**** desktop
/**********************************************/
#desktop {
  width: 900px;
  padding: 15px 0;
  overflow: hidden;
}

#panel_left {
  width: 690px;
  padding-right: 10px;
  padding-bottom: 30px;
  float: left;
}

/**********************************************/

#panel_right {
  width: 200px;
  float: left;
}

#panel_right .box_out {
  width: 200px;
  color: #fff;
  margin-bottom: 10px;
  background: #0c234c url("images/sdb-top.gif") no-repeat center top;
}

#panel_right .box {
  width: 200px;
  padding: 10px 0;
  background: url("images/sdb-bottom.gif") no-repeat center bottom;
}

#panel_right .box h3{
  font: 18px Century Gothic, Trebuchet MS;
  font-weight: normal;
  color: #ced;
  padding: 0px 10px 6px 10px;
  border-bottom: 1px dotted #8ba095;
}

#panel_right .box .box_content {
	padding: 10px;
}

#panel_right .box .box_content ul {
	margin-left: 15px;
}

#panel_right .box .box_content a {
  color: #ffffff;
}

#right_menu li{
  width: 200px;
  list-style-type: none;
  border-bottom: 1px dotted #8ba095;
}

#right_menu li a{
  width: 180px;
  -height: 22px;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
  display: block;
  color: #fff;
}

#right_menu li a:hover {
	background-color: #e4ebec; 
	color: #6f6f6f; 
	text-decoration: none;
}

/**********************************************/
/**** container_footer
/**********************************************/
#container_footer {
  width: 900px;
  height: 30px;
  color: #bdbdbd;
  font-family: Century Gothic, Trebuchet MS;
  text-align: center;
  padding-top: 25px;
  background: url("images/footer-bg.gif") no-repeat 0 0;
}

#container_footer a {
	color: #cccccc;
	text-decoration: none;
}

#container_footer a:hover {
  color: #999999;
}

/**********************************************/
/**** content
/**********************************************/
#content_out {
  width: 690px;
  margin-bottom: 15px;
  background: #e4ebec url("images/ent-top.gif") no-repeat center top;
}

#content {
  width: 640px;
  padding: 10px 25px;
  background: url("images/ent-bottom.gif") no-repeat center bottom;
}

#caption {
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #343e3f;
  border-bottom: 1px dotted #9da2a3;
}

#content p {
	margin-bottom: 10px;
}

#content h1, #content h2, #content h3, #content h3, #content h5, #content h6 {
  font-family: Trebuchet MS, Verdana, Arial;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}

#content ul {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content a {
	color: #f29926;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}
/*****************************************/
/*****************************************/
/*****************************************/
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}
