/* general */

html {
	height: 100%;
	margin-bottom: 1px;
}

body { 
	margin: 0;
	padding: 20px auto;
	min-width: 810px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: #f8f7f4 url(../images/border-top.gif) repeat-x left top; 		
}


#wrapper {
	width: 810px;
	text-align: left;
	margin-top: 40px;	
	margin-right: auto;
	margin-left: auto;
	background-color: #f8f7f4;
	vertical-align: middle;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
	}


/* logo */

#logo {
	width: 182px;
	height: 33px;
	color: #000;
	background: transparent url(../images/logo.gif) no-repeat left top;
	padding-bottom: 4px;
	border-bottom: 10px solid #6D665B;
	float: left;
}

#logo a {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-indent: -9999px;
	height: 33px;
	border: 0px;
	text-decoration: none;
}
 
#logo a:link, #logo a:visited {
	text-decoration: none;
	}
	
#logo a:hover {
	background: none;
	}

/* nav  */


html>body #nav  {
	left: 12px;
	} 
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px;
	}
	
#nav a:hover {
	background-position: 0 -25px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -50px;
	}
	
#thome a  {
	width: 55px;
	background:  url(../images/navB/home.gif) top left no-repeat;
	}

#tweb a  {
	width: 92px;
	background:  url(../images/navB/web.gif) top left no-repeat;
	}

#tprint a  {
	width: 101px;
	background:  url(../images/navB/print.gif) top left no-repeat;
	}

#tabout a  {
	width: 61px;
	background:  url(../images/navB/about.gif) top left no-repeat;
	}

#tcontact a  {
	width: 73px;
	background:  url(../images/navB/contact.gif) top left no-repeat;
	} 
	
.normalLink a:link, a:visited {
	text-decoration: none;
}

.normalLink a:hover {
	background: none;
}

