/* CSS STYLE SHEET */

#mainFrame{
	width: 1000px;; 
	height: 100%;
	background-color: #777777; 
	text-align: left; 
	position: relative;
    background-color: white;
    overflow: hidden-y;
    cellspacing: 0px;
}

tr	{
}

#mainFront{
	width: 100%px;; 
	height: 100%; 
	text-align: center; 
	position: relative;
    background-color: #ffffff;
    overflow-x: hidden;
}
#frontTable{
	width: 100%;
	height: 100%;
    cell-spacing: 0px;
    text-align: center; 
}

.page		{color: #ffffff; text-decoration: none}
a.pageLast	{color: #222222; text-decoration: none}

a			{text-decoration: none}

.felt		{font-size: 10px; color: #ffffff; background-color: #000000; border-style: solid; border-color: #000000; border-width: 1px; left-padding: 1px}
.feltW		{font-size: 10px; color: #ffffff; background-color: #333333; border-style: solid; border-color: #ffffff; border-width: 1px; left-padding: 1px}
#imageFrontPage	{}
img		{border: 0px;}

body		{margin: 0px; height: 100%; background-color: #ffffff;}

#pop		{font-size: 14px}
img.im		{border: 1px black solid;}

#popMain	{width: 760px; height: 600px; background-color: #ffffff; overflow: hidden}
#popThumbs	{width: 100%; height: 100%;}
#popBottom	{height: 80px; width: 740px; background-color: #000000; color: #FFFFFF; padding: 10px; font-family: arial; font-size: 11px; }
#tableThumbs	{width: 100%; height: 100%; text-align: center;}
#tableBig	{width: 100%; height: 100%; text-align: center;}
.popthumb	{border: 0px;}
#popImageM	{text-align: center}
#popImage	{}
#popCaption	{float: left; width: 240px;}

#one		{float: left}
#one_main	{width: 230px; background-color: #000000;}
#one_front	{width: 230px; background-color: #000000;}

#one_sub	{width: 230px; padding-top: 0px; background-color: #000000; text-align: left;}
#two		{float: left; width: 760px; height: 100%;  margin-top: 0px; font-family: verdana; font-size: 12px; color: #444444; overflow: hidden}
#content	{margin-top: 20px; margin-left: 20px; width: 720px;}
html		{height: 100%;}


