/* global */

* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../img/bg.jpg) top repeat;
  font: normal 1em Tahoma, Helvetica, sans-serif;
  color: #b4b4b4;
}

.clear {
  clear: both;
}

/* containers */

#container {
  width: 770px;
  margin: 0 auto;
}

#container-zhao {
  width: 770px;
  height: 513px;
  margin: 0 auto;
  background: url(../img/zhao.jpg) top no-repeat;
  overflow: hidden;
}

#container-logo {
  width: 770px;
  height: 260px;
  margin: 0 auto;
  background: url(../img/logo.jpg) top no-repeat;
  overflow: visible;
}

/* /containers */

/* clearing float elements */

#container-zhao:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#container-logo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* /clearing float elements */

.text {
  font-size: 12px;
  margin: 20px 25px 0 0;
}

.list {
  font-size: 12px;
  margin: 20px 0 0 15px;
  list-style: circle;
} 

.title-gfx {
  margin: 0 0 10px 0;
}

.title-gfx-two {
  margin: 75px 0 10px 0;
}

#bar {
  margin: 30px 0 0 0;
}

/* topnav */

#topnav {
  margin: 75px 0 0 155px;
  padding: 0;
}

#topnav ul {
  margin: 0;
  padding: 0;
}

#topnav li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  list-style: none;
  float: left;
  width: 60px;
  height: 25px;
  display: block;
  
}

#topnav li a:hover {
  background: url(../img/link-hover.gif) top no-repeat;
  width: 60px;
  height: 25px;
  display: block;
}

/* /topnav */

/* topnav 2 */

#topnav-two {
  margin: 0 0 0 0;
  padding: 75px 0 0 0;
}

#topnav-two ul {
  margin: 0;
  padding: 0;
}

#topnav-two li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  list-style: none;
  float: left;
  width: 60px;
  height: 25px;
  display: block;
  
}

#topnav-two li a:hover {
  background: url(../img/link-hover.gif) top no-repeat;
  width: 60px;
  height: 25px;
  display: block;
}

/* /topnav 2 */

/* content-wrapper */

#content-wrapper {
  width: 360px;
  height: 335px;
  overflow: hidden;
  float: right;
  margin: 80px 0 0 0;
}

/* /content-wrapper */

#book-session {
  width: 380px;
  margin: 0 auto;
}

/* global links */

a:link {
	color: #dedecb;
	text-decoration: underline;
}

a:visited {
	color: #b67d88;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #f9f9cb;
	text-decoration: underline;
}

/* /global links */
