/* -------------/ PAGE /------------- */

body {
padding: 0px;
margin: 0px;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-color: #d4d4d4;
color: #808080;
font-family: verdana, arial, helvetica;
font-size: 11px;
}

#page {
margin: 0 auto;
padding: 0px;
width: 740px;
}

.hidden {
display: none ;
}

h1 {
margin: 0px;
padding: 0px;
}

h2 {
font-size: 18px;
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #005b79;
margin: 0px;
padding: 0px;
}

h3 {
font-size: 13px;
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #c4c4c4;
margin: 0px;
padding: 0px;
}

/* -------------/ TOP /------------- */

#top {
background-image:url(images/top_bg.jpg);
width: 740px;
height: 39px;
}

#top a {
float: right;
}

/* -------------/ HEADER /------------- */

#header {
background-image:url(images/header.jpg);
width: 740px;
height: 123px;
}

/* -------------/ NAVIGATION /------------- */

#navi {
margin-left: 7px;
width: 740px;
}

#navi li {
float: left;
text-align: center;
background-image: url(images/navi.jpg);
display: inline;
width: 145px;
height: 32px;
padding-top: 17px;
}

#navi ul {
margin: 0px;
padding: 0px;
}

#navi a {
text-decoration: none;
font-weight: bold;
font-size: 12px;
color: #005f7e;
}

#navi a:hover {
text-decoration: none;
color: #333333;
}

/* -------------/ CONTENT /------------- */

#content {
width: 680px;
background-image: url(images/content.jpg);
padding-left: 30px;
padding-right: 30px;
padding-top: 70px;
padding-bottom: 30px;
}

#content a {
text-decoration: none;
color: #19567f;
}

#content a:hover {
color: #717171;
}

/* -------------/ FOOTER /------------- */

#footer {
width: 680px;
height: 34px;
color: #FFFFFF;
background-image: url(images/footer.jpg);
padding-top: 15px;
padding-left: 30px;
padding-right: 30px;
margin-bottom: 50px;
}

#footer a {
text-decoration: none;
font-size: 11px;
color: #167cc3;
}

#footer a:hover {
color: #FFFFFF;
}

/* -------------/ MISC /------------- */

.left {
float: left;
}

.right {
float: right;
}

.line {
margin-bottom: 13px;
}