/*  

CSS file for rainpartlow-tattoo.com

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

* {
    font-size:            10px;
    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-image: url(gfx/background_main.gif);
	background-repeat: repeat-y;
	background-position: center;
}

HTML {
	height:100%;
}

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

H1 {
    padding:              0px;
    margin:               0px 0px 16px 0px;
    color:                #b1c91f;
    font-size:            20px;
}

H2 {
	margin:               10px 0px 5px 0px;
	color:                #b1c91f;
	font-size:            14px;
	font-weight:          bold;
	text-transform: uppercase;
}

IMG {
    border-style:         none;
    margin:               0px;
    padding:              0px;
}


IMG.left {
    float:                left;
}

IMG.nofloat {
    float:                none;
}

A {
    text-decoration:      none;
    color:                #b1c91f;
    font-weight:          normal;
}

A:hover {
    text-decoration:      underline;
}

P {
	font-weight: normal;
}

STRONG {
	font-weight: bold;
	color:                #b1c91f;
}

IMG.fileicon {
    float:                left;
    width:                12px;
    height:               12px;
    border-style:         none;
    padding:              0px 5px 0px 0px;
}
TABLE#template {
    width:                800px;
}

TD#elementNavTree {
	padding:              85px 30px 0px 0px;
	width:                185px;
	vertical-align:       top;
	text-align:           right;
}

TD#content {
    padding:              0px;
    width:                370px;
    vertical-align:       top;
    font-weight:          normal;
	background:			  #2e2d30;
}

TD#marginale {
    padding:              170px 0px 0px 15px;
    width:                200px;
    vertical-align:       bottom;
    color:                rgb(0,0,0);
    font-weight:          bold;
    font-size:            11px;
}


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

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

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

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