/* General
======================================*/
body, p, h1, h2, h3 {
margin:0;
padding:0;
}

body {
background:url(images/bg_main.jpg) repeat-x #e9f7fd left top;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#3e3e3e;
}

img {
border: 0;
}

a:link, a:visited {
	color: #555;
	font-weight : bold; 
	outline:none;
  }

a:hover {
	color: #000;
	font-weight : bold; 
	outline:none;
  }

a:active {
	color: #000;
	font-weight : bold; 
	outline:none;
  }

p.ind {
text-indent:1cm;
font-size:12px;
margin-bottom:15px;
}

p {
text-decoration:none;
font-size:12px;
margin-bottom:15px;
}

h1 {
font-size:20px;
font-weight:bold;
}

h2 {
font-size:18px;
font-weight:bold;
}

h3 {
font-size:14px;
font-weight:bold;
}

/* Header
======================================*/



/* Body
======================================*/
#contentMaster {
padding:10px 30px;
}
#title {
text-align:right;
font-size:22px;
color:#333;
padding-bottom:6px;
}
.testi {
font-style:italic;
font-weight:normal;
font-size:11px;
}
#separator {
background:url(images/sep.jpg) repeat-x left;
height:3em;
display:block;
}



/* Gallery
======================================*/
a.galSm:hover{
	color:#0047E7;
}
a.galSm:link img,
a.galSm:visited img{
padding:2px;
background:#fff;

}
a.galSm:hover img {
padding:2px;
background:#000;
}



/* Footer
======================================*/
#footerWrap {
height:92px;
background:#08455b
}
#footerMaster {
text-align:center;
margin:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
padding-top:5px;
}
a.footer:link, a.footer:visited {
text-decoration:none;
color:#3386a4;
}
a.footer:hover {
text-decoration:underline;
color:#ffffff;
/*background-color:#333333;*/
}
.footrLine {
padding:20px;
font-family:"Times New Roman", Times, serif;
color:#3386a4;
/*visibility:hidden;*/
}
.footrCopyright {
color:#3386a4;
}
