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

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

body {
  background-color: #e1ddd9;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#000;  
  padding:0px;
  margin:0px;
}

#header {
	position:fixed;
	top:0px; left:0px; right:0px;
	background: url(img/bg.png) repeat-x;
	width: 100%;
	height: 150px;
	border-bottom: 5px solid #000;
	margin-bottom: 150px;
}

#banner {
	width: 500px;
	height: 150px;
	margin: 0 auto;
}

#content {
  margin-top: 220px;
  margin-bottom: 15px;
  padding: 0px;
}

#content_text {
  margin-top: 220px;
  margin-bottom: 15px;
  padding: 10px;
  width: 800px;
  margin-left:auto;
  margin-right: auto;
  background: url(img/content_bg.png) repeat-x;
  border: 2px solid #000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

table {
	border: 2px solid #000;
	  -moz-border-radius: 8px;
	  -webkit-border-radius: 8px;
}
table tr {
  background: url(img/browse_bg.png) repeat-x;
}

#notavailable {
	text-align:left;
	margin: 0 auto;
	width: 500px;
}

table td:hover {
	background: url(img/td_bg_hover.png);
}



/* Navigation */
#nav {
	position:fixed;
	top:155px; left:0px; right:0px;
	height: 30px;
	background: url(img/navbg.png);
	padding: 0px;
	margin: 0px;
	border-bottom: 2px solid #000;
}

ol#toc {
    height: 30px;
 	width: 498px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
	display:block;
	background: url(img/navbg.png);
	font-size: 11px;
}

ol#toc li {
	width:150px;
	height:30px;
    background: url(img/navbg.png) #000;
    float: left;
    margin: 0 8px 0 8px;
}

ol#toc li:hover {
	background: url(img/tab_active.png);
}

ol#toc a {
    color: #fff;
	display: block;
	line-height:26px;
	font-weight:bold;
	text-align: center;
}


ol#toc li.current {
    background: url(img/tab_active.png);
}

ol#toc li.current a {
    color: #d4211d;
}
