body {
margin: 0px;
padding: 0px;
background: url('images/background.jpg') repeat-y;
background-color: #F7FFFF;
font-size: 11px;
color: #F7FFFF;
font-family: tahoma;
}

#layout {
width: 740px;
height: 560px;
background: url('images/layoutimg.jpg') no-repeat;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 532px;
top: 433px;
left: 8px;
}

#navigation {
position: absolute;
width: 156px;
top: 433px;
left: 555px;
}

h1 {
font-family: verdana;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
color: #F7FFFF;
font-size: 11px;
}

h3 {
font-family: verdana;
font-variant: small-caps;
letter-spacing: 2px;
background-color: #77A8D0;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #F7FFFF;
font-size: 11px;
align: left;
}

h4 {
font-family: verdana;
font-variant: small-caps;
letter-spacing: 1px;
background-color: #5F90B9;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #F7FFFF;
font-size: 11px;
text-align: left;
}

a {
color: #F7FFFF;
}

a:hover {
color: #0B3364;
}
