/* Created by the Science Management Office for ANDRILL, January 2006 */

body { margin: 0;
background-color: #000;
background-repeat: no-repeat;
font-family: Arial, sans-serif;
}

#bigone {
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
width: 1400px;
margin: 0px auto 0px auto;
}


#container {
margin-left: auto;
margin-right: auto;
width: 900px;
height: auto;
background-color: #dcd8d5;
}


#image {
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
height: 243px;
width: 900px;
}

#bottom {
background-color: #cacaca;
padding: 40px;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 100px;
clear: both;
border-top: 1px dashed #a6a6a6;
}



#content {
margin: 20px auto auto 65px;
float: left;
width: 550px;
height: auto;
font-family: Arial, sans-serif;
font-size: 10pt;
line-height: 20px;
margin-bottom: 40px;
}

/* navigation */
#navcontainer ul
{
margin-top: 20px;
font-family: Arial, sans-serif;
font-size: 9pt;
padding: 0;
list-style-type: none;
float: left;
margin-left: 50px;
background-color: #59524f;
}

#navcontainer li { margin: 0 0 .2em 0;  }

#navcontainer a
{
display: block;
color: #fff;
background-color: #59524f;
width: 150px;
padding: .45em .9em;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #8e1512;
color: #fff;
}

h1 {
font-family: "Helvetica", sans-serif;
font-weight: 100;
font-size: 35px;
color: #8e1512;
margin-top: 30px;
clear: both;
}

h2 {
font-family: "Helvetica", sans-serif;
font-weight: 100;
font-size: 18px;
color: #8e1512;
clear: both;
margin-top: 15px;
}


#bodytext {
font-family: Verdana, Gill Sans, sans-serif;
font-size: 8pt;
color: #363636;
float: left;
margin-left: 100px;
margin-right: 30px;
margin-top: 20px;
margin-bottom: 30px;
line-height: 17px;
text-align: left;
}

#videobox {
width: 380px;
height: 300px;
float: left;
}

#aboutvideo {
width: 300px;
height: 300px;
float: right;
}

.register A  {
 display : block;
 background : url("../images/register.gif") ;
 width : 163px;
 height : 52px;
 text-decoration : none;
 }
 
 .register A:Visited  {
 display : block;
 background : url("../images/register.gif") ;
 width : 163px;
 height : 52px;
 text-decoration : none;
 }
   
 .register A:Hover  {
 background : url("../images/register_over.gif") ;
 border: none;
  }

body#welcome a#welcomenav,
body#theme a#themenav,
body#programme a#programmenav,
body#speakers a#speakersnav,
body#registration a#registrationnav,
body#lecture a#lecturenav,
body#dinner a#dinnernav,
body#accommodation a#accommodationnav,
body#sponsors a#sponsorsnav,
body#wellington a#wellingtonnav,
body#contact a#contactnav {
background-color: #8e1512;
color: #fff; }

/* basic links */
a:link { color: #8e1512; text-decoration: underline;}
a:visited { color: #8e1512; text-decoration: underline;}
a:hover { color: #2d2d2d; text-decoration: none; }
a:active { color: #2d2d2d;text-decoration: none;  }


