html, body{
	margin-top:0px;
	padding-top:0px;
	border: 0px;
}

body {
    background-image : url('images/backgroundpage.jpg');
  }


div#page {
    margin : 0px auto;
    width : 950px;
    height: 662px;
    background-image:url("images/background.jpg");
    background-repeat:no-repeat;
    position:relative;
  }


div.infoDlg {
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    width: 900px;
    /*height: 250px;
    */ background-color:white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display:none;
    color: black;
  }


div.innerDlg {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 30px;
    margin-right: 10px;
    width:850px;
  }


div.innerDlg p {
    font-family : Arial, 'Sans Serif', 'sans-serif';
    font-weight : bold;
    margin-top: 0px;
  }

/* individual page settings */

div#where {
    background-color : transparent;
  }

div#where, div#register, div#enquiries{
    filter : alpha(opacity=90) !important;
    opacity : 0.9 !important;
}

div#programme span {
    color: darkBlue;
    font-size: larger;
  }


div#enquiries {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }


div.infoDlg form p span {
    float: left;
    width: 150px;
  }


div.infoDlg form input, div.infoDlg form textarea {
    background-color:lightyellow;
    font-weight:bold;
    color:black;
  }


div.infoDlg form input[type=submit], div.infoDlg form input[type=reset] {
    font-weight:normal;
    background-color:lightgray;
  }


div.infoDlg form input[type=submit]:focus, div.infoDlg form input[type=reset]:focus {
    font-weight:bold;
  }

/* menu */

ul#menu {
    position : absolute;
    font-size:12px;
    font-weight: bold;
    top: 10px;
    margin-top: 0px;
  }


ul#menu li {
    background-image : url('images/dot.png');
    background-position : center left;
    background-repeat : no-repeat;
    display : inline;
    padding-left : 10px;
    padding-right: 10px;
  }


ul#menu li#first {
    background-image : none;
    padding-left : 0px;
  }


ul#menu li a {
    text-decoration : none;
    color: white;
  }


ul#menu li a.selected {
  }


ul#rmenu {
    font-size:12px;
    font-weight: bold;
    border-top-style:groove;
    border-top-width:medium;
  }


ul#rmenu li {
    background-image : url('images/dot.jpg');
    background-position : center left;
    background-repeat : no-repeat;
    display : inline;
    padding-left : 10px;
    padding-right: 10px;
  }


ul#rmenu li#first {
    background-image : none;
    padding-left : 0px;
  }


ul#rmenu li a {
    text-decoration : none;
    color: white;
  }


ul#rmenu li a.selected {
  }

