body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #6cb2e3;
	background-image: url(../media/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	background-image: url(../media/head.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#container-inner {
	margin: 0px auto;
	padding: 0px;
	width: 100%px;
	overflow: hidden;
	background-image: url(../media/footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#head {
	width: 1004px;
	height: 282px;
}	
#menu {
	width: 1004px;
	height: 36px;
	background-image: url(../media/menu.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}	
#left {
	width: 310px;
	padding: 0px 20px 230px 10px;
}
#right {
	width: 680px;
	padding: 20px 20px 230px 10px;
}
.other {
	text-align: right;
	padding-right: 10px;
   }   
a.pag:link, a.pag:visited {
font: 10px;
font-weight: bold;
color: #000000;
display: inline-block;
border: solid 1px #ffffff;
width: 20px;
background: #6cb2e3;
text-transform: uppercase;
text-decoration: none;
cursor: hand;
cursor: pointer;
}

a.pag:hover {
background: #ffffff;
color: #000000;
display: inline-block;
border: solid 1px #6cb2e3;
}
h4 {
	text-align: center;
}
a:link, a:visited, a:active {
color: #000000;
text-decoration: underline;
}
a:hover {
color: #000000;
text-decoration: none;
}
.color {
	color: #04385a;
}

 .mainmenu img {
	border: 0px;
	padding: 3px 20px 0px 10px;

   }  
.arrowlistmenu{
width: 300px; /*width of accordion menu*/
}
.arrowlistmenu img{
border: 0px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color: #04385a;
display: block;
padding: 2px 0;
padding-left: 60px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #04385a;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
.menuheader a {
	color:white;
	text-decoration: none;
}
.menuheader a:hover {
	text-decoration: underline;
}
h4 {
	color: #fe0107;
}
.top img {
	border: 0px;
	padding: 1px;
	margin: 1px;

}
.bottom {
	width: 75%;
	font-weight: bold;
	color: #04385a;
}
.red {
	color: #ff0000;
}
.t {
	font-size: 80%;
}

.gallery  ul, .gallery  li { 
display: inline; 
}
.gallery img {
border: solid white 1px;
}
