@charset "utf-8";
/* CSS Document */

body, p, #form1 {
margin: 0px 0px;
font: 12px Arial, Helvetica, sans-serif;
}

/*Layout*/

#container, #footer, .centre {
width: 950px;
margin: 0px auto;
}

#footer {
color: #CCCCCC;
text-align: right;
padding-top: 5px;
font: 11px Arial, Helvetica, sans-serif; 
}

#main_pane {
float: right;
width: 759px;
}

#top {
height: 56px;
text-align: right;
padding-top: 35px
}

#middle {
height:496px;
}

#bottom1 {
height: 1cm;
color: #333333;
text-align: center;
}

/*Images*/

#enter, .page {
position: absolute;
margin: 434px 0px 0px 349px;
}

/*Styles*/

.blu {
color: #0099CC;
}

.border {
border: solid #000000 1px;
}


.centre {
width: 640px;
border: solid #000000 1px;
}

/*Links*/

#footer a:link, #footer a:visited { color: #CCCCCC; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #CCCCCC; text-decoration: none; }

#middle a:link, #middle a:visited { color: #0099CC; text-decoration: underline; }
#middle a:hover. #middle a:active { color: #0099CC; text-decoration: none; }