/* Make tabs at the top: */
div.navtabs {
 font-family: Helvetica;
 border: 1px black solid;
}


.navtabs ul {
 display: inline;
}

.navtabs ul li {
 display: inline;
}



body {
	background-position: right bottom;
	background-repeat: no-repeat;
/*
	font-family: Skia, Calibri,
             Geneva,
             "Bitstream Vera Sans",
             sans-serif;
*/
	color: #ebc8d0;
	background-color: black;
	background-image: url(logo-lightgrey.gif);
}

#background {
	position: fixed;
	height: 696px;
	width: 307px;
	float: left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(ides.jpg);
}


#content {
	margin-bottom: 100px;
	margin-left: 320px;
	margin-top: 30px;
}

#logo {
	float: right;
}

:link {
	color: #c37f8a;
}

:visited {
	color: #70494f;
}

h3 :link {
	text-decoration: none;
}

h2,h3,h3 :link {
	color: #d65544;
	text-decoration: none;
}

h3 :visited {
	color: #ff6652;
	text-decoration: none;
}

:link :hover {
	background-color: #231f1f;
	color: #ef9ca9;
}

:active {
	background-color: #3e3a3e;
}

