body {
	margin: 0;
	padding: 0;
	color: #111;
	font-family: sans-serif;
background-color: #545454;
background-image: url(../img/bck/body.gif);
}

a:link {
	text-decoration: underline; 
	color: #222;
	}
a:visited {
	text-decoration: underline;
	color: #222;
	}
a:hover {
	text-decoration: none;
	color: #999;
	}
a:active {
	text-decoration: none;
	color: #999;
	}

td {
	text-align: left;
	vertical-align: top;
	}

div {
	padding: 0;
	margin: 0;
}

li {
list-style: circle;
}


#main {
left: 0;
right: 0;
width: 100%;
padding: 0;
margin: 0;
}

#logo {
left: 0;
background-image: url(../img/bck/top_bck.gif);
background-repeat: repeat-x;
background-position: top left;
}

#topright {
background-image: url(../img/bck/top_right.gif);
background-repeat: no-repeat;
background-position: left top;
vertical-align: top;
text-align: right;
width: 40%;
}

#spacer {
left: 0;
height: 150px;
width: 150px;
background-image: url(../img/bck/header_left.gif);
background-repeat: no-repeat;
background-position: top left;
}

#header {
background-image: url(../img/bck/header.gif);
background-repeat: no-repeat;
background-position: top left;
vertical-align: bottom;
text-align: left;
font-family: serif;
color: #FFF;
}

h1 {
margin-bottom: 5px;
font-weight: normal;
}





#navi {
padding-bottom: 27px;
background-image: url(../img/bck/navi.gif);
background-repeat: no-repeat;
background-position: top left;
}

#menu {
border-left: solid 1px #111;
background-image: url(../img/bck/menu_border.gif);
background-repeat: repeat-x;
background-position: top left;
}

#home, #gallery, #about, #emptycell {
padding: 7px;
/* width: 25%; */
}

#icons {
padding: 13px;
}

#comments {
background-image: url(../img/bck/comments.gif);
background-repeat: no-repeat;
background-position: top left;
border-left: solid 1px #111;
border-bottom: solid 40px #000;
padding: 1.3em;
padding-right: 2em;
color: #FFF;
font-family: sans-serif;
font-size: 0.75em;
vertical-align: bottom;
text-align: left;
}

#comments a:link {
color: #CCC;
}

#comments a:visited {
color: #CCC;
}

#comments a:hover {
color: #FFF;
text-decoration: underline;
}

#comments a:active {
color: #FFF;
text-decoration: underline;
}

#specs {
color: #FFF;
font-family: serif;
text-align: left;
padding-left: 1.2em;
padding-bottom: 2em;
font-size: 1.2em;

}

#side {
background-image: url(../img/bck/slides.gif);
background-repeat: no-repeat;
background-position: left bottom;
text-align: right;
vertical-align: top;
}


#content {
background-image: url(../img/bck/slides.gif);
background-repeat: no-repeat;
background-position: left bottom;
text-align: left;
vertical-align: top;
padding: 1em;
color: #FFF;
font-family: serif;
font-size: 0.85em;
}

.border {
background-image: url(../img/bck/border.gif);
background-repeat: repeat-x;
background-position: top left;
}

#pict {
float: right;
background-color: #000;
}

#lines {
width: 5%;
vertical-align: bottom;
text-align: left;
background-image: url(../img/bck/side.gif);
background-repeat: no-repeat;
background-position: left bottom;
}

#slides {
background-color: #000;
padding: 10px;
text-align: right;

}

#arrows {
background-color: #000;
vertical-align: top;
text-align: right;
padding-right: 10px;
}

#footer {
background-image: url(../img/bck/footer_stretch.gif);
background-repeat: repeat-x;
background-position: top left;
vertical-align: top;
text-align: left;
border-top: solid 9px #000;
}

#extra {
background-image: url(../img/bck/extra.gif);
background-repeat: no-repeat;
background-position: top left;
border-top: solid 9px #000;
}

#info {
background-image: url(../img/bck/info.gif);
background-repeat: no-repeat;
background-position: top left;
height: 125px;
padding: 40px 25px 25px 0;
font-size: 0.6em;
}

#copyright {
background-image: url(../img/bck/copyright.gif);
background-repeat: repeat-x;
background-position: top left;
vertical-align: top;
margin-bottom: 100px;
border-top: solid 9px #000;
}

#copyright div#notice {
border-left: solid 1px #222;
padding: 11px 17px 20px 10px;
color: #111;
font-family: serif;
font-size: 0.8em;
}

