body
{
background-color:black;
background-image: url(../images/bg.png);
background-repeat: repeat-x;
background-attachment:fixed;
line-height: 150%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 750px;
margin-right: auto;
margin-left: auto; 
margin-top: 0px;
margin-bottom: 0px;
}

h1 {
line-height:30px;
color: navy;
font-size: 25px;
}

h2 {
color:blue;
margin-top: 25px;
font-size: 19px;
}

h3 {
color:green;
font-size: 17px;
margin-bottom: -9px;
margin-top: 25px;
}

emp
{
color:#990000;
font-size:14px;
}

hr
{
width:500px;
}

#header, #main, #footer
{ 
	padding-top: 15px;
   padding-bottom:15px;
}

#main
{
position:relative;
background-image: url(../images/bg-side.png);
background-repeat: repeat-y; 
}


#content {
    position:relative;
    left:130px;
    padding-left:15px;
  }


#content p, h1, h3 {
    width: 550px;
  }

#menu {
    position:fixed;
    top:160px;
    left:auto;
    right:auto;
    padding:0px;
  }


#menu li {
    list-style:none;
    height:30px;
    width:130px;
    background-image:url(../images/tab.png);
    text-align:center;
    padding-top:2px;
  }


#menu a:link, #menu a:visited {
    text-decoration:none;
    color:white;
    font-weight:bold;
    font-size:14px;
    line-height:25px;
  }


#menu a:hover {
    color:yellow;
  }

#header
{
color:red;
background-image: url(../images/comp-head.png);
background-repeat: no-repeat;
height: 27px;
padding-top: 108px;
text-align: right;
padding-right: 45px;
}

#header a:link, #header a:visited{
text-decoration: none;
color: white;
padding-right: 9px;
font-weight: bold;
}

#header a:hover
{
color:yellow;
}

.menu
{
position: relative;
top: 15px;
}

#footer
{
background-image: url(../images/footer.png);
background-repeat: no-repeat;
height:90px;
text-align:center;
font-size:10px;
color:green;
}
