body {
margin: 0px;
font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
background: url(img/bcg.png);
background-repeat: repeat-x;
background-color: white;
color: black
}

#page {
width: 800px;
height: 200px;
margin: auto;
position: relative;
text-align: left;
background: url(img/head.png);
background-repeat: repeat-x
}

.page_half {
width: 400px;
float: left
}


#head {
width: 800px;
padding-top: 96px;
font-size: 12px;
color: white
}

#head a {
text-decoration: none;
color: rgb(200,200,200);
letter-spacing: 1px
}

#head a:hover {
text-decoration: none;
color: white;
letter-spacing: 1px
}

#submenu {
font-size: 13px;
color: rgb(61,75,77);
font-weight: bold
}

#submenu a {
text-decoration: none;
color: rgb(61,75,77);
letter-spacing: 1px
}

#submenu a:hover {
text-decoration: none;
color: rgb(114,142,145);
letter-spacing: 1px
}

#content {
float: left;
width: 800px;
color: black
}

#foot {
float: left;
width: 800px;
background: url(img/foot.png);
background-repeat: repeat-x;
letter-spacing: 1px
}

#foot p {
margin-top: 3px;
font-size: 12px;
color: rgb(150,150,150)
}

img {
border: 0px
}

.small {
font-size: 12px;
color: rgb(130,130,130)
}

h4 {
color: rgb(61,75,77);
letter-spacing: 1px
}

a {
text-decoration: none;
color: rgb(61,75,77)
}

a:hover {
color: rgb(114,142,145);
text-decoration: underline
}

