body {
	font-family: "urania_cz", monospace, "Courier New", "Bitstream Vera Sans Mono", "Lucida Typewriter"; 
	background: white url(bigschematic.png)
}

#content {
	position: absolute;
	width: 80%;
	left: 10%;
	top: 50px;
	padding: 0px;
}

#snake {
	position: absolute;
	top: 60px;
	left: 10%; 
	z-index: 10;
}

h1, h2, h3 { 
	font-weight: normal; 
}

table, tr, td {
	padding: 0;
}


/* bookmark button */
#ddd { 
	position: fixed;	
	visibility: visible; 
	top: 10px; 
	right:10px; 
	z-index: 10;
}

#ie { 
	position: absolute;	
	visibility: visible; 
	top: 10px; 
	right: 10px; 
	z-index: 10;
}

/* ripped paper edges */

.edgetop {
	height: 10px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url("edgetop.gif") repeat-x;
}

.edgebottom {
	height: 10px;
	width: 100%;
	margin: 0px;
	background: url("edgebottom.gif") repeat-x bottom;

}



/* services box */

#services {
	width: 100%;
	background: white;
padding-bottom: 10px;
}


#header {
	margin-left: 210px;
}

ul {
 margin-left: 275px;
}

ul ul { margin-left: 15px;}



/* contact box */

#contact {
	width: 100%;
	background: white;
	
}

#contactimg {
	width: 250px;
	text-align: center;
}

/* lightbox */
.white_content {
	display: none;
	width: 100%;
	padding: 16px;
}


#designby, #designby a {
color: white;
}

#designby {
margin-left: -10%;
text-align: right;
}