/* sbj

Version: 1.0


Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #00427a; background-image: url(design/background.jpg);
background-position: center; repeat-y;
}

#wrap {
background-image:url(design/text_background.jpg); background-position: center 218px; background-repeat:repeat-y; 

margin: 20px auto;
width: 780px;
}

#header {
clear: both;

background-image: url(design/header.jpg); background-repeat:no-repeat; 
background-position:center;
padding: 0;
margin: 0 0 0 0;

height: 168px;

}


#slideshow {

border: 0;
}

#nav {
width:auto;
}

#column1 {
clear: left;
float: left;
width: 142px;
margin: 0 0 0 0;
padding: 5px;
font-size: 0.9em;
}


#extras {
float: right;
width: 200px;
margin: 0 15px 0 0;
padding: 1px;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 208px 20px 162px;
border-left: 3px solid #5c91c7;
border-right: 3px solid #5c91c7;
padding: 0 1px 0 1px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;

}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 10 auto;
padding: 10px 0 20px 0;
border-top: 6px solid #ffffff;
width: 780px;
text-align: center; 
background-image:url(design/background.jpg);
background-repeat:repeat-x;
color: #ffffff;
font-size: 0.9em;
}

#footer a {
color: #00ffff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
