/* CSS Document */

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
background-image:url(../images/bg.png);
margin: 0;
}

#container{
position: relative;
width: 714px;
margin: 0 auto 0 auto;
}

#left_column{
position: absolute;
top: 0;
left: 0;
width: 188px;
height: 613px;
background: url(../images/left_column.png) no-repeat;
border-top: #666666 solid 1px;
}

#right_column{
position: absolute;
top: 0;
left: 188px;
width: 518px;
height: 613px;
background-color: #ffffff;
border-top: #666666 solid 1px;
}

#right_shadow{
position: absolute;
top: 0;
left: 706px;
width: 8px;
height: 621px;
background: url(../images/right_shadow.png) no-repeat;
}

#bottom_shadow{
position: absolute;
top: 613px;
left:0;
width: 706px;
height: 8px;
background: url(../images/bottom_shadow.png);
}

#footer{
position: absolute;
top: 621px;
left: 0;
width: 714px;
text-align: center;
margin: 10px 0 10px 0;
}

#menu{
position: absolute;
top: 161px;
left: 45px;
margin: 0;
}

#menu ul{
list-style: none;
margin: 0;
padding: 0;
}

#menu li{
margin: 0 0 34px 0;
}

#menu a:link, #menu a:visited{
font-size: 10.5pt;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

#menu a:hover, #menu a:active{
font-size: 10.5pt;
font-weight: bold;
color: #ffff00;
text-decoration: none;
}

#contact_details{
position: absolute;
top: 319px;
left: 18px;
font-size: 9pt;
}

#contact_details h3{
font-size: 11pt;
margin: 0 0 10px 0;
}

#contact_details p{
margin: 9px 0 9px 0;
}

#content{
margin: 5px;
}

h1{
font-size: 18pt;
color: #003366;
}

