html, body, img {
margin: 0;
padding: 0;
border: 0;
font-size: 12px;
font-family: sans-serif;
color: black;
}

body {
min-width: 900px;
background: #003366;
}

a:link, a:visited {
color: #006699;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

h1, h2, h3, h4, p {
margin-top: 0;
}

#container {
background: #f2f2f2 url("../images/container.jpg") repeat-y center;
}

#header, #photo, #main, #content, #navigation, #partners, #footer {
width: 900px;
margin: 0 auto;
}

#header {
background: url("../images/header.png");
height: 85px;
}

#header h1 {
display: none;
}

#header a:link, #header a:visited, #header a:hover {
height: 100%;
width: 100%;
display: block;
}

#photo {
background: white url("../images/photo.jpg") no-repeat 20px 20px;
width: 860px;
height: 140px;
padding: 20px;
}

#content, #navigation {
float: left;
}

#content {
width: 560px;
padding: 0 20px;
text-align: justify;
}

#content h1 {
font-size: 12px;
text-transform: uppercase;
padding: 5px 10px;
background: #333;
color: white;
margin-bottom: 20px;
clear: both;
}

#content h2 {
font-size: 12px;
text-transform: uppercase;
border-bottom: 1px solid black;
margin-bottom: 20px;
}

#content h3 {
font-size: 12px;
margin-bottom: 20px;
background: #ccc;
padding: 5px;
border: 1px solid #999;
font-weight: normal;
}

#content h2 a:link, #content h2 a:visited {
color: black;
}

#content h2 a:hover {
text-decoration: none;
}

#content ul {
padding-left: 15px;
margin-left: 0;
}

#content .indent {
margin-left: 20px;
}

#content img.border {
border: 1px solid black;
}

#content img.icon {
border: none;
vertical-align: middle;
margin-right: 5px;
}

#content a:link.icon, a:visited.icon {
text-decoration: none;
}

#content a:hover.icon {
text-decoration: underline;
}

#navigation {
width: 260px;
padding: 10px;
}

#navigation ul, #navigation li {
list-style: none;
padding: 0;
margin: 0;
}

#navigation ul {
background: url("../images/ul.jpg") top left no-repeat;
}

#navigation ul li.active a:link, #navigation ul li.active a:visited, #navigation ul li.active ul li.active a:visited {
background: #003366;
border: 1px solid #003366;
color: white;
border-left: 1px solid #3399cc;
border-top: 1px solid #3399cc;
}

#navigation ul li.active ul a:link, #navigation ul li.active ul a:visited {
background: #006699;
border-top: 1px solid #006699;
border-bottom: 1px solid #006699;
}

#navigation ul a:link, #navigation ul a:visited, #partners h2, #footer {
height: 30px;
line-height: 30px;
display: block;
width: 240px;
padding: 0 10px;
border-left: 1px solid #3399cc;
border-top: 1px solid #3399cc;
border-right: 1px solid #003366;
border-bottom: 1px solid #003366;
color: white;
text-decoration: none;
font-size: 11px;
text-align: left;
font-weight: normal;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
height: 20px;
line-height: 20px;
padding: 1px 10px;
font-size: 10px;
border: 1px solid #006699;
background: #006699;
}

#navigation ul a:hover, #navigation ul ul a:hover, #navigation ul li.active ul a:hover {
background: black;
border: 1px solid black;
border-left: 1px solid #3399cc;
border-top: 1px solid #3399cc;
border-right: 1px solid #003366;
border-bottom: 1px solid #003366;
}

#containerb {
clear: both;
background: #006699 url("../images/containerb.jpg") no-repeat top center;
min-height: 80px;
font-size: 10px;
margin-bottom: 10px;
}

#partners {
padding: 40px 20px 20px;
width: 860px;
text-align: center;
}

#partners h2, #footer {
width: 838px;
height: 20px;
line-height: 20px;
text-transform: uppercase;
font-size: 10px;
}

#partners img {
margin: 10px 35px 20px;
}

#footer a:link, #footer a:visited {
color: white;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/*
.box {
background: #ccc;
margin-bottom: 10px;
padding: 10px;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
}
*/