* {
    padding:0;
    margin:0;
    outline:0;
}
img {
	vertical-align:middle;
}

/* main  */
body{
background color:#000000;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color: #666666;
font-size:14px;
line-height:1.5em;
}
a {
color:#38b;
text-decoration:none;	
}
a:hover {
color:#94b;
text-decoration:none;	
}
/* paragraphs */
p { line-height: 1.4em; }

/* headers */
h1, h2, h3, h4, h5 { font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif; font-weight: 800;margin-bottom:10px; }

h1#logo {
background: url('../resources/Test-tmp/9119/img/logo.png') no-repeat 0 0;	
text-indent:-4000px;
display:inline;
float:left;
height:75px;
width:260px;
margin-bottom:10px
}
h1#logo a {
display:block;
height:75px;
}
h3 {
padding-bottom:5px;
border-bottom:1px dashed #cccccc;
font-size:18px;
}
h4 {
font-size:17px;	
border-bottom:1px solid #cccccc;
}