body {
margin: 15px 0 0 0;
padding: 0;
background: #c9c9c9 url(../gfx/body_bg.jpg) repeat-x;
font: 11px arial, sans-serif;
text-align: center;
}

img {
border: 0;
}

h1 {
color: blue;
margin: 0 0 15px 0;
font-size: 14px;
font-weight: bold;
}

h2 {
color: blue;
margin: 0;
font-size: 11px;
font-weight: bold;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:active {
text-decoration: underline;
}

a:focus {
text-decoration: underline;
}

#center {
width: 770px;
margin: 0 auto;
}

#breadcrumb {
padding: 0 0 0 10px;
text-align: left;
}

#breadcrumb span {
color: blue;
line-height: 18px;
margin: 0 10px;
}

#breadcrumb a {
text-decoration: none;
color: blue;
line-height: 18px;
}

#header {
width: 770px;
height: 151px;
background: url(../gfx/title.jpg) no-repeat;
margin: 0 0 10px 0;
}

#logo {
text-align: right;
padding: 0 10px 0 0;
}

#contentbox {
width: 770px;
margin: 0 auto;
text-align: left;
}

#content {
background-color: #e4e5e3;
padding: 10px;
}

#content p {
margin: 0 0 10px 0;
line-height: 16px;
}

#navigation {
text-align: right;
}

#navigation a {
color: #333;
}

#navigation .home {
background: url(../gfx/nav_home.gif) no-repeat;
line-height: 26px;
padding: 0 10px 0 0;
font-weight: bold;
}

#navigation .item {
background: url(../gfx/nav_item.gif) no-repeat;
line-height: 24px;
padding: 0 10px 0 0;
font-weight: bold;
}

#navigation .bottom {
background: url(../gfx/nav_bottom.gif) no-repeat;
line-height: 23px;
padding: 0 10px 0 0;
}

#footer {
width: 770px;
height: 29px;
background: url(../gfx/footer.gif) repeat-x;
margin: 20px 0 0 0;
text-align: right;
}