HTML{
  height:100%;
}

BODY {
	height:100%;
	font : normal normal normal 11px Arial, Helvetica, sans-serif;
	background-color : #444444;
	color : Black;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	background-image : url(images/fz3_bg.gif);
	background-repeat : repeat;
}

TR, TD {
	font : normal normal normal 11px Arial, Helvetica, sans-serif;
	color : black;
	vertical-align : top;
	text-align : justify;
}

P {
	width : 840px;
	text-align : justify;
}

TH {
	font-weight : bold;
}

H1 {
	font : bold normal normal 20px Arial, Helvetica, sans-serif;
	width : 840px;
	border-bottom : 1px solid #ea7412;	
}

H2 {
	font : bold normal normal 14px Arial, Helvetica, sans-serif;
	width : 250px;
	border-bottom : 1px solid #ea7412;
	margin-top : 20px;	
}

TABLE {
	font : normal normal normal 11px Arial, Helvetica, sans-serif;
	color : black;
	width : 100%;
	border-spacing : 0px;
	border-collapse : collapse;
}

TABLE.album {
	width : 840px;
}

P:first-letter {
	font-size : 16px;
	font-weight : bold;
}

A {
	color : black;
	text-decoration : underline;
	font-weight : bold;
}

A.thumb {
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	text-decoration : none;
}

A.small {
	font-size : 10px;
	font-weight : bold;
}

.small {
	font-size : 10px;
}

A.menu {
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

TABLE.main {
	border-spacing : 0px;
	
	height : 100%;
}

TD.main {
	color : #000000;
	background-image : url(images/bg_main_2.gif);
	background-repeat : repeat-y;
	
	width : 880px;
	
	padding : 0px 10px 0px 20px;
}

TD.menu {
	color : #000000;
	background-image : url(images/bg_main.gif);
	background-repeat : repeat-y;
	
	height : 150px;
	
	padding : 0px 0px 0px 10px;
}

TD.footer {
	font-size : 10px;
	text-align : center;	
	height : 25px;
}

TD.left {
	width : 75px;
}

TD.blank {
	height : 25px;
}

TD.border_bottom {
	background-image : url(images/border_bottom.gif);
	background-position : left bottom;
	background-repeat : no-repeat;
	height : 25px;
}

TD.border_top {
	background-image : url(images/border_top.gif);
	background-repeat : no-repeat;
	height : 25px;
}

TD.center {
	text-align : center;
}

INPUT, SELECT, TEXTAREA {
	font : normal normal normal 11px Arial, Helvetica, sans-serif;
	border : 1px solid #ea7412;
	background-color : #ffffff;
	color : #000000;
}

TABLE.center {
	text-align : center;
}

.red {
	color : #ff0000;
	font-weight : bold;
}

TD.thumb {
	text-align : center;
}

IMG.thumb {
	border : 1px solid black;
	padding : 2px 2px 2px 2px;
}

IMG.big {
	border : 1px solid black;
	padding : 2px 2px 2px 2px;
}

IMG {
	border : none;
}

.border {
	border : 1px solid #ea7412;
}

.bold {
	font-weight : bold;
}

.center {
	text-align : center;
}

.underline {
	border-bottom : 2px solid #ea7412;
}

TD.threadtitle {
	border : 1px solid #ea7412;
	padding : 2px 2px 2px 2px;
	font-weight : bold;
	background-color : #eeeeee;
}

TD.threadtext {
	border : 1px solid #ea7412;
	padding : 5px 5px 5px 5px;
}

TD.threaddate {
	border : 1px solid #ea7412;
	padding : 5px 5px 5px 5px;
	width : 90px;
}

TD.threadbottom {
	border : 1px solid #ea7412;
	padding : 1px 1px 1px 1px;
	text-align : right;
	background-color : #eeeeee;
	vertical-align : bottom;
}

.threadedit {
	font-size : 10px;
	color : #777777;
}

TD.newsdate {
	font-weight : bold;
	width : 75px;
}

TD.newstext {
	text-align : left;
	padding-bottom : 5px;
}

TD.submenu {
	text-align : left; 
	padding : 5px 0px 0px 15px;
}

TD.quote {
	background-color : #eeeeee;
	padding : 5px 5px 5px 5px;
	border : 1px solid #ea7412;
}

.quote {
	background-color : #eeeeee;
	border : 1px solid #ffffff;
	margin : 5px 15px 5px 15px;
	padding : 10px 5px 5px 20px;
	background-image : url(images/quote.png);
	background-repeat : no-repeat;
}

.code {
	background-color : #eeeeee;
	margin : 5px 15px 5px 15px;
	padding : 5px 5px 5px 5px;
	font : normal normal normal 11px Courier New, Courier, monotype;
}