
* {
 margin: 0px;
 padding: 0px;
}



body {
 background: #222 url(headergrunge.jpg) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 9pt;
 color: #fff;
 height:7400px;
    scrollbar-face-color: #222;
    scrollbar-highlight-color: #C0C0C0;
    scrollbar-shadow-color: #000000;
    scrollbar-3dlight-color: dimgray;
    scrollbar-arrow-color: dimgray;
    scrollbar-track-color: #333;
    scrollbar-darkshadow-color: #000000;
 }
 
 .iz_loginpanel
 {
 z-index:9000;
 position: absolute; 
 top:0px; 
 right: 5px;
 }
 
 .iz_loginlink
 {
 color:#D01A71;
 }
 .iz_username
 {
 color:#D01A71;
 }
 
 .iz_searchpanel
 {
position:absolute;
top:30px;
right:10px;
z-index:9000
 }
 .iz_searchpanel input[type=text]
 {
 background:#333333;
 }
 
 .headertexth1
 {
 margin-top: 30px;
 margin-left: 10px;
 font-size: 1.6em;
 letter-spacing: -0.1em;
 color:#D01A71;
 }
 
 
a { text-decoration: none;}

input {
 background: #333;
 font-family: Verdana;
 font-size: 10pt;
 color: #f4f4f4;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.pink { color: #D01A71;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container { width: 750px;position:relative;}


#navlist { 
float: left; 
width: 190px; 
margin-top: 30px; 
margin-left: 5px;
position:relative;
z-index:1002;

}

 
#navlist ul {
 list-style: none;
 background: #222;

}

#navlist li a{
 display: block;
 height: 25px;
 padding: 9px;
 
 margin: 5px;
 background: #222;
 border-right: 4px solid #444;
 color: #999;
 text-transform: lowercase;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #f4f4f4;
 background: #333;
 border-right: 4px solid #D01A71;}
 
#navlist li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #444;}


/***Content***/

#content { 
float: right; 
width: 510px; 
margin-top: 30px; 
margin-left: 2px;
position:relative;
z-index:1000; }

#content a { color:#D01A71; font-weight: bold;}

#content a:hover { 
 color: #fff; 
 background: #D01A71; 
 font-weight: bold;}
 
#content p {line-height: 1.4em; font-size: 0.7em; margin-bottom: 20px; color: #f4f4f4;}

 
#content h2 {
text-indent: 20px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 4px;
}

/***Footer***/

#footerpanel {
 text-align: left;
 color: #999;
 margin-top: 80px;
margin-left:10px; 
 }
 
#footerpanel p { color: #999;}
 
#footerpanel a { color: #999;}
 
#footerpanel a:hover { color: white;}
	

 
