/* General
======================================*/
body, p, h1, h2, h3 {
margin:0;
padding:0;
}

body {
background:url(images/bg_main.jpg) repeat-x top left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

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;
color:#093e7f;
}

h3 {
font-size:14px;
font-weight:bold;
}

/* Header
======================================*/
#contact {
position:absolute;
font-weight:bold;
font-size:11px;
color:#fff;
margin-top:24.3em;
margin-left:42em
}


/* Body
======================================*/
#nav {
background:url(images/bg_nav.jpg) repeat-x left;
}
#mainContent {
padding:27px 15px 10px 15px;
}
#bodyMaster {
background:url(images/bg_body.jpg) repeat-x top left;
}
#separator {
background:url(images/separator.jpg) repeat-x left;
width:100%;
height:10px;
margin:0 auto;
text-align:center;
padding-bottom:15px;
display:block;
}
#pics {
float:right;
padding-left:3px;
}
#pics img {
border:3px solid #333;
}
#gallery {
margin:0 auto;
width:90%;
text-align:center;
}
#gal {
overflow:hidden;
text-align:center
}
#gal ul {
list-style:none;
float:left;
}
#gal li {
list-style:none;
float:left;
margin:3px;
}
#gal li img {
width:11em;
height:8em;
}
#gal li a {
display:block;
margin:4px;
padding:3px;
background:#333;
}
#gal li a:hover {
background:#fff;
}

#cont {
font-family:"Trebuchet MS", Arial, Verdana;
font-size:11px;
color:#fff;
padding-left:3em;
}


/* 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 {
background:url(images/bg_ftr.jpg) repeat-x top left #252525;
height:125px;
}
#footerMaster {
text-align:center;
margin:auto;
width:778px;
height:50px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}
a.footer:link, a.footer:visited {
text-decoration:none;
color:#686868;
}
a.footer:hover {
text-decoration:underline;
color:#ffffff;
/*background-color:#333333;*/
}
.footrLine {
padding:20px;
font-family:"Times New Roman", Times, serif;
color:#686868;
/*visibility:hidden;*/
}
.footrCopyright {
color:#686868;
}
