/* default elements */

*{margin:0px;padding:0px; font-family:arial, verdana, helvetica, sans-serif;}



img, a, div, li, ul, a:hover { behavior: url(/js/iepngfix.htc) }


img{border:0}

h1{
font-size:20pt; 
font-weight: bold;
font-style:italic;
text-align:right;
margin-right:10px;
color:#CCC;
padding-left:5px;
line-height:1.6em
}

h3{
text-align:right;
font-size:80%;
margin:0px 10px 5px 0;
}
	
p{
font-family:Verdana, Arial, helvetica, sans-serif;
font-size:0.9em; 
font-style:normal;
font-weight: normal;
color:#CCC;
}

.red{
color:red;
}
.white{
color:#FFF;
}

#content a, #content a:active, #content a:visited{
color:white;
text-decoration:none;
border-bottom:0px dotted white;
}
#content a:hover{
color:red;
text-decoration:none;
border-bottom:0px dotted red;
}

#imageWrapper a, #imageWrapper a:visited, #imageWrapper a:active, #imageWrapper a:hover{border:0;}

/* Layout */

body{
background:url(/images/bgk/bg.gif) repeat-x #303030;
font-family:Arial, Verdana, Helvetica, sans-serif;
color: #CCC;
}

#wrapper {
background:transparent;
margin-top:0px;
margin-right: auto;
margin-bottom:0px;
margin-left: auto;
width:850px;

}

#header {
position:absolute;
background:url(/images/header/header.jpg) no-repeat #000000;
width:850px;
height:226px;
z-index:1;
}

#content{
position:absolute;
top:226px;
margin-left:0px;
margin-right:0px;
width:850px;
min-height:300px;
background:#000000;
margin-bottom:10px;
padding-bottom:10px;
z-index:0; /*-1*/
}


















