body {
	margin:0; 
	padding:0; 
	font: 11px/1.0em Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #FFFFFF; 
	background: #111111;
}

div#menu {
    height:41px;
    background:url(graphics/main-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(graphics/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(graphics/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(graphics/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0;
    height: 24px;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
}
div#menu ul ul span {
    margin-top: 0;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
    text-indent: 15px;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(graphics/lava.png) no-repeat right -44px !important;
    background-image: url(graphics/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(graphics/lava.png) no-repeat top left !important;
    background-image: url(graphics/lava.gif);
    height: 44px;
    margin-right: 8px;
}

img {
	border-style: none;
}
.centeredImage {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#imageHolder {
	margin-bottom: 0px;
	margin-top: 20px;
}
#imageHolder .centeredImage img {
	border: thick double #777777;
	margin-top: 0;
}
#belowImage {
	text-align: left;
	width: 550px;
	margin: 0 auto 0;
	}
#belowImage p {
	line-height: 140%;
}
#mainImageTitle {
	width: 420px;
	border: 1px solid #777777;
	color: #FFFFFF;
	background-color: #222222;
	padding: 5px;
	margin: 5px auto 0;
	text-align: center;
	position: relative;
	left: -2px;
	top: -22px;
}
.imageText {
	line-height: 140%;
	padding: 5px 5px;
	font-size: 1.2em;
	border-bottom: 1px solid #777777;
}
h4 {
	color: #AAAAAA;
	display: inline;
	margin: 5px 3px 5px 3px;
	}
	
.idSpan {
	color: #AAAAAA;
	display: inline;
	margin: 5px 3px 5px 3px;
	font-weight: bold;
	}
	
.urlBox {
	display:none;
}

#validateXhtml img, #validateCss img {
	margin-top: 25px;
}

.otherImage {
	position: relative;
	left: 100px;
	top: -1px;
}
#nextPrevMenu {
	text-align: center;
	height: 23px;
	margin: 0;
	padding: 0;
}
#nextPrevMenu div {
	margin: 0;
	padding: 0;
}
div.imgOlder {
	float: left;
	width: 49px;
	height: 23px;
	background-color: #000;
}
div.imgNewer {
	float: right;
	width: 54px;
	height: 23px;
	background-color: #000;
}
div.imgOlder a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: url(graphics/Older.gif) top left no-repeat;
}
div.imgNewer a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	background: url(graphics/Newer.gif) top left no-repeat;	
}
div.imgOlder span {
	margin: 0; padding: 0;
}
div.imgNewer span {
	margin: 0; padding: 0;
}
div.imgOlder a:hover {
	background-position: -49px 0;
}
div.imgNewer a:hover {
	background-position: -54px 0;
}

.textBoxes {
	background-color: #000000;
	color: #AAAAAA;
	}
.imgArt 
{
	border:1px solid #777777;
	text-align: center;
	}
	
#container {
 border:1px solid #777777;
 color: #FFFFFF;
 background-color: #222222;
 width:1000px;
 margin:auto;
 text-align:left;
 }
 
 .visitorComment  
 {
	color: #AAAAAA;
	font-weight: bold;
	line-height:1.2em;
 }
 
 .marxRemarx
 {
 	color: #FFFF99;
	font-weight: normal;
	line-height:1.2em;
 }
 
.gravatarLeft { 
    float: left; 
    margin-left: 4px; 
    margin-right: 4px;
}
.afterGravatar
{
	clear:left;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

a:link { 
	color: #FFCC00
}
a:visited { 
	color: #FF9900
}
a:hover { 
	color: #33FFFF
}
a:active { 
	color: #FFFF66
	} 
