body {
margin: 0px;
padding: 0px;
background: url('bg.gif');
background-repeat: repeat;
background-color: #FFFFFF;
font-size: 11px;
color: #203c5c;
font-family: verdana, arial, sans-serif;
}

#layout {
width: 480px;
height: 530px;
background: url('main.png') no-repeat;
position: absolute;
top: 0px;
left: 85px;
}

#content {
position: absolute;
width: 450px;
top: 40px;
left: 95px;
}

#image {
position: absolute;
width: 258;
height: 441;
top: 0px;
left: 570px;
}

#navigation {
position: absolute;
width: 450px;
top: 6px;
left: 100px;
}

#border {
width: 480px;
height: 4px;
background: url('border.gif') no-repeat;
position: absolute;
top: 0px;
left: 85px;
}

#border2 {
width: 480px;
height: 4px;
background: url('border.gif') no-repeat;
position: absolute;
top: 35px;
left: 85px;
}

#border3 {
width: 480px;
height: 4px;
background: url('border.gif') no-repeat;
position: absolute;
top: 526px;
left: 85px;
}

#logo {
position: absolute;
width: 264px;
height: 95px;
top: 437px;
left: 570px;
}

#menu2 {
position: absolute;
width: 480px;
height: 15px;
top: 75px;
left: 95px;
}

h1 {
color: #163f6e;
font-size: 16px;
}

nav {
color: #000000;
font-size: 20px;
}

a {
color: #000000;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
} 