* {
margin: 0;
padding: 0;
}

.clear {
clear: both;
}

body {
font-size: 100%;
font-family: segoe ui, arial, times;
background: url(../images/bg.jpg) repeat-x #fff;
height:890px;
}

#body2 {
font-size: 100%;
font-family: segoe ui, arial, times;
background: url(../images/bg2.png) repeat-x #fff;
height:1160px;
}

#container {
width: 807px;
height: 870px;
margin: 0 auto;
position: relative;
}

#container2 {
width: 807px;
height: 1083px;
margin: 0 auto;
position: relative;
}

img.logo {
border: 0;
position: relative;
}

#navigation {
position: absolute;
top: 78px;
right: 0;
}

#navigation ul {
list-style: none;
}

#navigation ul li {
float: left;
padding-bottom: 6px;
border-bottom: 2px solid #006633;
width: 100px;
text-align:center;
}

#navigation ul li.current {
border-bottom: 2px solid #b2291e;
}

#navigation ul li a {
color: #b2291e;
text-decoration: none;
font-size: 110%;
}

#navigation ul li.current a {
color: #006633;
}

#header {
margin: 15px 0 0 0;
height: 305px;
width: 807px;
z-index: 0;
overflow: hidden;
}

#header img {
z-index: 0;
height: 305px;
width: 807px;
}

#content {
margin: -60px 0 0 0;
padding: 0 10px;
position: relative;
}

#content h1 {
font-weight: 100;
color: #272727;
margin: 0 0 20px 0;
font-size: 190%;
}

#content p {
color: #2b2b2b;
line-height: 160%;
font-size: 80%;
margin: 0 0 10px 0;
}

#content a {
color: #2b2b2b;
}

#content a.gallery {
color: #ffffff
}

.right {
float: right;
margin: 0 0 10px 10px;
}

.left {
float: left;
margin: 0 10px 10px 0;
}

#text-size {
position: absolute;
top: 9px;
right: 0;
}

#text-size p {
color: #fff;
font-size: 90%;
}

#text-size a {
color: #fff;
text-decoration: underline;
font-size: 90%;
}

#text-size .text-small {
font-size: 90%;
}

#text-size .text-big {
font-size: 120%;
}

#copyright {
position: absolute;
bottom: -60px;
right: 0;
}

#copyright p {
color: #fff;
font-size: 90%;
}

#copyright a {
color: #fff;
font-size: 90%;
text-decoration:underline;
}

#validation {
position: absolute;
bottom: -72px;
left: 0;
}

#validation p {
color: #000;
font-size: 90%;
}

#validation img {
border:none;
}

input[type=submit]{
width: 70px;
height: 35px;
}

#accessibility {
position: absolute;
top: 11px;
right: 190px;
width: 240px;
}

#accessibility p {
text-align: left;
}

#accessibility a {
color: #fff;
font-size: 90%;
text-decoration: none;
}

#accessibility a:hover {
text-decoration: underline;
}

#content ul { 
list-style: none;

}

#content ul li { 
display: inline; 
margin: 0 26px;

}

#content ul img {
border: 5px solid #ddd;
border-width: 5px 5px 20px;

}

#content ul a:hover img {
border: 5px solid #ccc;
border-width: 5px 5px 20px;

}

#content ul a:hover { 
color: #fff; 
}


#content ul li { 
display: inline; 
margin: 0 16px;
}

