* {
list-style:none;
margin:0;
padding:0;
font-family: verdana, geneva, sans-serif;
}
body {
padding: 5px;
/*background:url(/gal/img/gal/bodybg.gif) repeat-x;*/
/*border-top:6px solid #CCFF00;*/
font-size: 11px;
color: #666666;
}
div#body{
position:relative;
width:600px;
margin:0 auto;
/*background:url(/gal/img/gal/gallerybg.gif) no-repeat;*/
}
a {
	color:#999999; 
	text-decoration:none; 
}
a:hover {
color:#CF266F;
}
a:active {
color:#CF266F;
}
a.active {
color:#CF266F;
}
/* header w/ menu */
#header {
	padding-bottom: 27px;
} 
div.menu li {
	display: inline;
	padding-left: 20px;
}
div#bigImage {
	padding:0;
	width:600px;
	height:475px;
	border: 1px;
	border-color: #666666;
	border-style: dotted;
}

div#bigImage.loading {
    background-image: url(../img/layout/spinner-big.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
/* footer */
#copyright {
font-size:10px;
color:#666666;
}
p#copyright {
padding: 5px 22px;
text-align: center;
width: 600px;
}

a#copyright {
border: 1px;
text-decoration: none;
color: #999999;
}