body { background-color: #fff; }

#bigwrap
{
	border-color: #ccc;
	border-style: solid;
	border-width: 0px;
	padding: 0px;
	width: 640px;
	margin: 0 auto;
}

.pic
{
	border-width: 1px;
	border-color: #ccc #ccc #ccc #ccc;
	border-style: solid;
}

.caption
{
	font-family: verdana,helvetica,sans-serif;
	font-size: .7em;
	text-align: justify;
	color: #000;
	line-height: 120%;
	background-color: #efefef;
	padding: 5px;
	border-width: 1px;
	border-color: #ccc #ccc #ccc #ccc;
	border-style: solid;
	margin: 3px 0px 6px 0px;
	width: 630px;
	display: block;
}


a.leave img
{
	display: inline;
	text-decoration: none;
	margin-bottom: -0.25em;
}


.leave
{
	display: inline;
}


h1 span

{
	display: none;
	}

#nav
{
	height: 13px;
	list-style: none;
	margin: 4px;
	padding: 0px;
/*
		border: 1px red solid;
*/
	width: 305px;
	margin-left: auto;
	margin-right: auto;
}

#nav li {
	float: left;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 0px;
}

#nav a {
	display: block;
	height: 13px;
	float: left;
	}
	
	
h1.next

{
	background-image: url(../graphics/next.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 13px; width: 50px;
	margin: 0px;
	padding: 0px;
}

h1.next:hover

{
	background-image: url(../graphics/next.gif);
	background-position: 0px -13px;
	background-repeat: no-repeat;
	height: 13px; width: 50px;
}

h1.back

{
	background-image: url(../graphics/back.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 13px; width: 51px;
	margin: 0px;
	padding: 0px;
}

h1.back:hover

{
	background-image: url(../graphics/back.gif);
	background-position: 0px -13px;
	background-repeat: no-repeat;
	height: 13px; width: 51px;
}

h1.index

{
	background-image: url(../graphics/index_electropix.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 13px; width: 110px;
	margin: 0px;
	padding: 0px;
}

h1.index:hover

{
	background-image: url(../graphics/index_electropix.gif);
	background-position: 0px -13px;
	background-repeat: no-repeat;
	height: 13px; width: 110px;
}

h1.home

{
	background-image: url(../graphics/home.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 13px; width: 53px;
	margin: 0px;
	padding: 0px;
}

h1.home:hover

{
	background-image: url(../graphics/home.gif);
	background-position: 0px -13px;
	background-repeat: no-repeat;
	height: 13px; width: 53px;
}

p.title {	font-family: verdana,helvetica,sans-serif;
	font-size: 1em;
	color: #000;
}

p.close {	font-family: verdana,helvetica,sans-serif;
	font-size: .7 em;
}

a:link
{
	font-family: verdana,helvetica,sans-serif;
	font-size: .7 em;
	line-height: 120%;
	color: #00c;
	text-decoration: underline;
	padding: 2px;
}

a:active
{
	font-family: verdana,helvetica,sans-serif;
	font-size: .7 em;
	line-height: 120%;
	color: #00c;
	text-decoration: none;
	padding: 2px;
    outline: none; /* hide dotted outline in Firefox */
}

a:visited
{
	font-family: verdana,helvetica,sans-serif;
	font-size: .7 em;
	line-height: 120%;
	color: #00c;
	text-decoration: underline;
	padding: 2px;
}

a:hover
{
	font-family: verdana,helvetica,sans-serif;
	font-size: .7 em;
	line-height: 120%;
	color: #00c;
	text-decoration: none;
	padding: 2px;
}
