/* TorridArt.com */
/* CSS for free hosted galleries */

* { margin: 0; padding: 0; }
body { background-color: rgb(100,100,107); }

a { color: rgb(160,160,180); text-decoration: none; }
a:hover { color: rgb(180,160,160); text-decoration: underline;}
a img { border: none; }

.page-container {
		margin: 0px auto;
		width: 900px;
        background-color: rgb(50,50,50);
	  	font-size: 11px;
        line-height: 140%;
	 	font-family: verdana, arial, helvetica, sans-serif;
        color: rgb(140,140,140);
		}

/**********/
/* Header */
/**********/

.header {
        position: relative;
        height: 66px;
        background-color: rgb(50,50,50);
        background: url("header-red-bg.gif") top left repeat-x;
        border-left: 1px solid rgb(70,70,70);
        border-top: 1px solid rgb(70,70,70);
        border-right: 1px solid rgb(70,70,70);
        }

.header-logo {
        position: absolute;
        left: 30px;
        top: 12px;
        z-index: 2;
        }

.header-label {
        position: absolute;
        left: 200px;
        width: 160px;
        text-align: center;
        top: 0px;
        z-index: 2;
        }

.header-bottom {
        height: 3px;
        background: url("border_fhg.gif") bottom left repeat-x;
        }

/*************************/
/* For IE6 Compatability */
*html .header-bottom { margin-top: -10px; }
/*************************/


.tpad { clear: both; height: 20px; }


/******************************************/
/*          Main Navigation Menu          */

.nav-main {
        height: 20px;
        width: 898px;
        position: absolute;
        left: 0px;
        top: 45px;
        z-index: 1;
        }


.nav-main ul {
		list-style: none;
        float: right;
		}

.nav-main li {
		float: left;
		display: block;
        font-family: verdana;
        font-size: 12px;
        height: 20px;
		font-weight: normal;
        text-align: center;
		white-space: nowrap;
		}

.nav-main li a {
		display: block;
        font-weight: bold;
		color: rgb(220,200,200);
        width: 100px;
        height: 18px;
		padding: 2px 0 0px 0;
		text-decoration: none;
        background: url("nav_bg2.gif") top left repeat-x;
        border-left: 1px solid rgb(180,143,130);
        border-right: 1px solid rgb(148,88,83);
      /*  background-color: rgb(148,88,83);  */
		}

.nav-main li a:hover {
		color: rgb(240,220,220);
        background-image: none;
        background-color: rgb(157,103,96);
        background: url("nav_bg3.gif") top left repeat-x;
		text-decoration: none;
        border-left: 1px solid rgb(157,103,96);
		}

/************/
/*  Images  */
/************/

.thumb-table { width: 900px; border-collapse: collapse; }

/*************************/
/* For IE6 Compatability */
*html .thumb-table { margin-top: -10px; }
/*************************/

.thumb-table td {
        text-align: center;
        width: 180px;
        height: 180px;
        }

.thumb-table img { border: 1px solid rgb(102,102,102); }
.thumb-table td.cover { padding: 10px 30px 0 0; }

.thumb-table td.cover p { text-align: center; }

.main-cover {
        width: 320px;
        height: 320px;
        font-size: 10px;
        text-align: center;
        }


/*********************************/
/*     Enter Text in middle      */
/*********************************/

.enter-text {
        position: relative;
        padding: 5px 0 0 5px;
        height: 122px;
        background: url("border_fhg.gif") top left repeat-x;
        background-color: rgb(40,40,40);
        }

.enter-bot {
        clear: both;
        height: 3px;
        background: url("border_fhg.gif") top left repeat-x;
        padding: 0 0 15px 0;
        }


/***************************************/
/*  Bunch of covers at bottom of page  */
/***************************************/

#covers-bottom {
        clear: both;
        padding: 20px 0 0px 8px;
        background: url("border_fhg.gif") top left repeat-x;
        background-color: rgb(40,40,40);
        }

/*************************/
/* For IE6 Compatability */
*html #covers-bottom { margin-bottom: -15px; }
/*************************/

#covers { float: left; padding: 0 12px; }

#covers img { border: 1px solid rgb(102,102,102); }

/**********************/
/*  Footer and links  */
/**********************/

.footer-container {
        clear: both;
        padding: 3px 0 10px 0;
        background-color: rgb(100,100,107);
        color: rgb(180,180,180);
        text-align: center;
        font-size: 10px;
        line-height: 120%;
		}

