/* html, */
body {
	margin: 25px;
	padding: 25px;
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: normal;
} 

H1 {
        display: inline;
        float: right;
        font-family: Georgia, Times New Roman, Times, serif;
        font-size: 27px;
        font-weight: 200;
	color: black;
	background-color: white; /* #0F0E20; */
	text-transform: lowercase;
        text-align: left;
        text-decoration: none;
        letter-spacing: 5px;
        word-spacing: 0px;
	/* border: 1px solid blue; */
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

H2,H3 {
	display: block;
	float: none;
        font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
        font-size: 1.2em;
        font-weight: bold;
	font-style: normal; /* italic; */
	color: black;
        text-transform: lowercase;
        text-align: right;
	white-space: nowrap;
        text-decoration: none;
        letter-spacing: 0.2em;
        word-spacing: 0.1em;
	margin: 6px;
	padding: 3px;
	border: 0px solid blue;
	border-bottom: 1px solid black;
}


A {
	color: red; /* #255492; */
	text-decoration: none; /* underline; */
	padding: 0px;
	/* border-bottom: 1px dotted red; */
}

LI {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: normal;
	padding-top: 33px;
	padding-bottom: 0px;
        padding-left: 50px;
        letter-spacing: 2px;
        word-spacing: 1px;
border: 0px solid blue;
}

B {
        letter-spacing: 0.1em;
        word-spacing: 0.01em;
}

DL,UL {
	list-style-type: none;
        padding: 0px;
	border: 0px solid blue;
	margin: 0px;	
}

DD { 
        font-family: Arial, Helvetica, Geneva, sans-serif;
        font-size: 1em;
        font-weight: normal;
	padding: 2px;
        padding-top: 0px;
	margin-left: 50px; 
}

DD.info {
        font-family: Arial, Helvetica, Geneva, sans-serif;
        font-size: 0.9em;
        font-weight: normal;
        padding: 4px;
        padding-top: 0px;
	margin-left: 55px;
}


DT { 
	font-family: Arial, Helvetica, Geneva, sans-serif;
        font-size: 1em;
        font-weight: bold;
        padding: 0px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 3px;
        letter-spacing: 1px;
        word-spacing: 2.5px;
        list-style-type: none;
        color: green;
}

SUP {
	font-size: 10px;
	font-weight: 200;
}

DIV.header {
	display: block;
        float: none;
        height: 40px;
	min-height: 30px; 
	/* start Mac IE comment hack \*/ 
	height: auto;
	overflow: auto;
	/* end Mac IE comment hack */ 
        width: 800px;
        padding: 5px;
	padding-right: 0px;
	border: 1px dotted black;
	border-left: 2px solid black;
	border-top: 2px solid black;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
	z-index: 0;
}

DIV.nav {
        display: inline;
        float: left;
        height: auto;
        width: auto;
	padding: 1px;
	margin: 1px;
	z-index: 2;
	border: 0px solid blue;
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: 200;
	text-align: left;
        text-decoration: none;
        font-size: 14px;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-transform: lowercase;
}

A.nav {
        font-family: Arial, Helvetica, Geneva, sans-serif;
        text-decoration: none;
	color: green;
	background-color: white;
	border: 0px dotted black;
}

A:visited.nav { color: green; } 

A:hover.nav { color: red; }

/* leave it as it is for sane cross-platform results */
/* A:focus.nav { } */

A:active.nav { color: green; }

DIV.beauty {
	display: block;
        float: none;
        width: 805px;
	/* height: auto; */
	/* overflow: none; */ /*  hidden; .. gives Win & IE exploder trouble */
	margin-top: 70px; 
	margin-left: auto;
        margin-right: auto;
	border: 0px solid blue;
	padding: 0px;	
}

#bigbox {
        display: block;
        float: none;
        height: 300px;
        width: 450px; /* auto */
        padding: 45px;
	padding-right: 55px;
	padding-left: 55px;
        border: 2px solid black;
        margin-left: auto;
        margin-right: auto;
	z-index: 1;
}

#bigpic {
	display: block;
	float: none;
	height: 300px;
	width: 450px;
	padding: 0px;
	border: 0px;
        margin: 0;
	z-index: 2;
}

#bigpic_r {
        display: none;
        float: right;
        height: 300px;
        width: 200px;
        padding: 0px;
        border: 0px;
        margin: 0;
        z-index: 0;
}

#bigpic_l {
        display: none;
        float: left;
        height: 300px;
        width: 200px;
        padding: 0px;
        border: 0px;
        margin: 0;
        z-index: 0;
}

#fullview {
        width: 494px;
	height: 342px; /* auto */
	float: left;
        display: inline;
	padding: 0px;
	border: 0px solid blue;
	margin: 0px;
}


#preview {
	float: right;
	display: inline;
	/* Win IE6 is studpid on width: height: */
	padding: 0px;
        /* Mac & Win IE6 problems with border: */
	margin: 0px;
}
 