body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	min-height: 100%;
	background: url('../../images/templ/old/bg-gradient.png') repeat-x #f7f7f7;
	font-family: "Bitstream Vera Sans", Helvetica, Verdana, Arial, sans-serif;
}

a, a:visited {
        text-decoration:none;
        font-weight: bold;
}


#colls {
	position: relative;
	margin-right:auto;
	margin-left:auto;
	width: 962px;
	background: url('../../images/templ/old/colls-bgb.png') repeat-y;
	height: auto;
}

#header {
	position:relative;
	height: 72px;
	width: 962px;
	background: url('../../images/templ/old/headerb.png');
	margin: 0 0 0 0;
}


#header h1 {
	width: 595px;
	height: 66px;
	margin: 0;
	/* background: url('../../images/templ/old/header.png') no-repeat; */
}

#login {
	position: absolute;
	top: 3px;
	right: 15px;
	font-size: 0.6em;
}
#login a {
	color: #666;
}
#login a:hover {
	color: white;
}
#login .text {
	font-size: 12px;
	height: 15px;
	width: 96px;
	color: #d5d5d5;
	padding: 0 2px 0 2px;	
	border: 0px solid black;
	background: url('../../images/templ/old/input-bg.png') top left no-repeat;
	overflow: hidden;
	float: left; 
	display: block;
	margin-right: 2px;
}


#menu ul {
	position:absolute;
	bottom: 8px;
	right: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0 9px 0 0;
	margin: 0 1px 0 0;
	float: left;
	background: transparent url('../../images/templ/old/menu-bg.png') 100% 0px no-repeat;
}

#menu a {
	background: transparent url('../../images/templ/old/menu-bg.png') 0% 0px no-repeat;
	padding: 4px 4px 4px 10px;
	display: block;
	
	color: #d5d5d5;
	font-size: 0.8em;
}


#menu .current, #menu li:hover {
	background: transparent url('../../images/templ/old/menu-bg.png') 100% -100px no-repeat;	
}
#menu .current a, #menu a:hover {
	background: transparent url('../../images/templ/old/menu-bg.png') 0% -100px no-repeat;	
	color:white;
}


.content {
	position: relative;
	float:left;
	width: 697px;
	padding-top: 10px;
	margin: 0 13px 30px 13px;
}

#location {
	margin: 0 0 0 0.5em;
	font-size: 0.8em;
}


#navbar {
	position: relative;
	right: 7px;
	padding: 5px;
	width: 226px;
	float: right;
	height: 100%;
	margin-bottom: 100px;
}

#navlist {
	position: relative;
	margin-right:auto;
	margin-left:auto;
	width: 190px;
	overflow: visible;
	background: url('../../images/templ/old/navlist-footer.png') bottom no-repeat white;
	font-size: 1em;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#navlist h1 {
	font-size: 1.2em;
	font-weight:  bold;
	height:26px;
	line-height: 26px;
	width: 100%;
	display:block;
	background: url('../../images/templ/old/navlist-header.png') no-repeat;	
	text-align: center;
	vertical-align: middle;
}

#navlist a       { color: #999;	 }
#navlist a:hover { color: black;  }

#navlist ul {
	list-style: none;	
	margin: 0px 0px 3px 20px; 
	padding: 0;	
}

#navlist .small {
	font-size: 0.8em;
	color: #ccc;
}



#footer {
	position:relative;
	left: 7px;
	clear: both;
	width: 948px;
	height: 18px;
	margin-top: 3px;
	line-height: 15px;
	background: url('../../images/templ/old/footer-bg.png') repeat-x;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
	color: #666;
}
	
#footer a, #footer a:visited {	
	color: #666;
	font-weight: normal;
}
#footer a:hover {
	color: black;
	font-weight: bold;
}
	
#takeback {
	position:absolute; 
	right:63px; 
	margin-top:4em;
	width: 125px;
	bottom: 35px;
	clear:both;
}

#takeback a {
	display: block;
	height: 50px;
	background: url('../../images/templ/old/takebacktheweb_small.png') no-repeat;
}
.hideText {
	  font-size:1px;
	  text-indent:-9999px;
}

.clearfl {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.rsslink {
  display: block;
  width: 36px;
  height: 14px;
  text-indent: -9999px;
	background: url('../../images/templ/old/rssicon.png') no-repeat;
}


