/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


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

#main {
	position: absolute;
	top:5px;
	left:20px;
	right:187px;
	
	
}



    img#bg {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    }


body, html {
	color: #000;
	background-color: #484848;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
	text-align: center;
    	margin: 0;
    	padding: 0;
}

table {
	font-size: 1em;
}

td {
	color: #fff;
	background-color: inherit;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1em;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
}

ul, ul li {
	list-style: none outside;
}

ol, ol li {
	list-style: decimal inside;
}

p {
	padding: 0.6em 0em 0.6em;
}

h1 {
	color: white;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 13px;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}





/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#navmenu {
	float: right;
	margin-top: 68px;
	position: relative;
	left: 0px;
	width: 166px;
	background: url('images/navmenu_bg_bot.gif') no-repeat 0% 100%;
	font-size: 1.15em;
	font-weight: bold;
}

#navmenu_b {
	padding: 15px 0px;
	width: 166px;
	background: url('images/navmenu_bg_top.gif') no-repeat 0% 0%;
}

#navmenu_c {
	color: inherit;
	background-color: #6d6845;
	border-left: #fff 6px solid;
}

#navmenu a {
	text-decoration: none;
	text-transform: uppercase;
}

#navmenu li {
	border-top: #fff 1px solid;
}

#navmenu li a {
	display: block;
	padding: 5px 0px;
	width: 160px;
}

#navmenu li a:hover {
	color: inherit;
	background-color: #989160
}

#navmenu li.list_first {
	border-top: none;
}




 /* +_++++++++ */
.title-box {
  position: relative;
  border: .2em solid black;
  padding: .5em;
  margin-bottom: 20px;
  font-family: sans-serif, Arial, Helvetica;
  font-size: 10pt;
  background-color: white;
  color: black;
  text-align:left;
}
.title-box a {
	color: black;
}
.title-box-title {
  position: absolute;
  display: inline;
  border: solid;
  border-width: .15em;
  padding: 0 .5em;
  top: -.6em;
  left: 1em;
  background-color: white;
  border-color: navy;
  font-weight: bold;
  color: black;
}

.end-box {
  position: absolute;
  display: inline;
  border: solid;
  border-color: navy;
  border-width: 0.15em;
  padding: 0 .5em;
  right: 3em;
  background-color: white;
  color: black;
  font-size: 9pt;
 }

#ads {
  position: fixed;
  bottom: 5px;
  right: 5px;

 }
 
 .navi {
 	background-color: black;
 	border: solid;
 	border-color: white;
 	border-width: 1px;
 	padding: 3px;
 	font-size: 8pt;
 	
 }
 .title {
  	background-color: #6d6845;
  	border: solid;
  	border-color: white;
  	border-width: 1px;
  	padding: 3px;
  	
 }