html
{
	background-image : url(../images/bg_ex6.jpg);
	background-position : top;
	background-repeat : no-repeat;
	background-color : #000;
	height : 100%;
	width : 100%;
}

html.gallery
{
	background-color : #000000;
	background: none;
}

body
{
	background : none;
	padding : 0;

	font-family : "Modern No. 20";
	font-size : 0.8em;
	line-height : 1em;
	
	color : #333333;
}

@font-face {
	font-family: Modern No. 20;
	src: url('Modern No. 20.ttf');
}

p.custom_font{
	font-family: Modern No. 20; /* no .ttf */
}

#Layout > .wrap
{
	padding : 1.25em;
}

a
{
	text-decoration : none;
	color : inherit;
}

a:hover
{
	color : #CCCCCC;
	font-family: "Modern No. 20";
}

#Menu
{

}

#Menu > ul > li
{
	margin : 0.9125em 0 0.9125em 1em;
	float : left;
	clear : left;
	font-size: 0.95em;
	color: #FFFFFF;
	line-height: 0;
}

#Menu > ul > li > a
{
	display : block;
	padding : 0.33em 0.6125em 0.3125em 0.6125em;	
}

h1
{
	float : left;
	clear : left;
	font-size : 2em;
	padding : 0.30625em;
	margin : 0.32em 0 0.30625em 0;
	font-weight: lighter;
	color: #FFFFFF;
}

.gallery #Layout
{
	background-color : white;
}

.gallery #Layout #Menu h1
{
	float : none;
}

.gallery #Layout #Menu ul
{
	display : none;
}

#Gallery
{
	padding : 0.6125em;
}

#Gallery img
{
	display : block;
	padding : 0;
	margin : 0 0.6125em 0.6125em 0;
}

#GalleryNav
{
	position : fixed;
	right :2.5em;
	top :2.5em;
}

.next-previous,
.size-toggle
{
	position : absolute;
	top : 0;
	width : 12px; 
	height : 17px;
	font-size : 1px;
	line-height : 1px;
	text-indent : -10000px;
	
	background-repeat : no-repeat;
}

.size-toggle
{
	right : 27px;
	width : 27px;
}

#PreviousLink
{
	right : 14px;
	background-image : url(../images/previous.png);
}

#NextLink
{
	right : 0;
	background-image : url(../images/next.png);
}

#SmallerLink
{
	background-image : url(../images/smaller.png);
}

#LargerLink
{
	background-image : url(../images/larger.png);
}

/* Text page style: */
#TextPage
{
	background-color : #FFF;
	margin-top : 1.1125em;
	margin-left : 30em;
	max-width : 575px;
	padding : 0.6125em 1.25em 0.3125em 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}

