

body {
    background-color:white;
    background-image: url(../files/bd.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: white;
    font-size: 25px;
  }


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


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


emp {
    color:purple;
    font-weight:bold;
  }


hr {
    width:500px;
  }


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


#main {
    position:relative;
    background-image: url(../files/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;
    margin-left:0px;
    left:auto;
    right:auto;
    padding:0px;
  }


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

#menu a:link, #menu a:visited {
    text-decoration:none;
    color:white;

    font-size:14px;
    line-height:25px;
  }


#menu a:hover {
    color:yellow;
  }

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


#header a:link, #header a:visited {
    text-decoration: none;
    color: #FFFFFF;
    padding-right: 9px;
    font-size: 14px;

  }


#header a:hover {
    color:yellow;
  }


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


#party {
    list-style-image:url(../files/bullet.png);
    list-style-type:square;
  }

table.timetable{
	border-collapse: separate; 
	background-color: lightgreen; 
	border: 3px solid green; 
	caption-side: top;
}

table.timetable td{ 
	border:1px solid green; 
	margin: 3px; 
	padding: 3px; 
	vertical-align: top; 
	background: white; 
	color: #000;
}

table.timetable thead th{
	background: #903; 
	color:#fefdcf; 
	text-align: left; 
	font-weight: bold; 
	padding: 3px;
	border: 1px solid #990033;
}

table.timetable th{
border:1px solid green; 
padding: 3px;
}

table.timetable th a:link, th a:visited {
	color:#903; 
	font-weight: normal; 
	text-decoration: none; 
	border-bottom:1px dotted #c93;
}

table.timetable caption {
	background: green; 
	color:white; 
	padding: 4px 0; 
	text-align: center; 
	width: 40%; 
	font-weight: bold;
}

table.timetable tbody td a:link {
color: #903;
}

table.timetable tbody td a:visited {
color:#633;
}

table.timetable tbody td a:hover {
color:#000; 
text-decoration: none;
}

