/*  

CSS file for rainpartlow-tattoo.com

COLORS:
grey:  #2e2d30
green: #b1c91f
 
*/

* {
    font-size:            15px;
	text-align: right;
    font-family:          "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
    font-weight:          normal;
}

BODY {
	margin:               0px;
	padding:              0px;
	background-color:     #000000;
	color:                #ffffff;
	height: 100%;
	background-attachment: fixed;
	background-image: url(gfx/background_demon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

HTML {
	height: 100%;
}

TABLE {
    border-spacing:       0px;
    border-collapse:      collapse;
}

TABLE#template {
    width:                800px;
}

TD#elementNavTree {
	padding:              3px 15px 0px 0px;
	vertical-align:       top;
	text-align:           right;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

DIV#logo {
    position:             fixed;
    //position:           relative;
    bottom:               0px;
    left:                 0px;
    width:                100%;
    margin:               0px;
/*    padding:              5px 0px 5px 0px;
	background:           #b1c91f;*/
}

DIV#logo A {
    text-align:           right;
    color:                rgb(255,255,255);
    font-weight:          bold;
/*    padding:              3px 5px 3px 5px;*/
}

DIV#logo A:hover {
    text-decoration:      none;
}

DIV#logo p {
	padding:	          0 0 0 20px;    
	font-size:            13px;
    color:                #ffffff;
    font-weight:          normal;
}

TD#elementNavTree A {
    display:              block;
    margin:               0px;
    height:               18px;
    padding:              2px;
    color:                #ffffff;
    font-size:            11px;
    text-decoration:      none;
}

TD#elementNavTree A:hover {
    color:                #e6e6e6;
	font-weigt: bold;
}

TD#elementNavTree A#selected {
    color:                #b1c91f;
    text-align:           right;
}

.deco {
	background-image: url(gfx/logo_rain-partlow_large.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}