/* General
======================================*/
body, p, h1, h2, h3, ul, li, ol, img {
margin:0;
padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/bg_master.gif);
	color:#4d4949;
}

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;
}

p {
text-decoration:none;
font-size:12px;
margin-bottom:15px;
}

h1 {
font-size:20px;
font-weight:bold;
color:#333;
}

h2 {
font-size:14px;
font-weight:bold;
color:#333;
}

h3 {
font-size:14px;
font-weight:bold;
color:#333;
background:#faf1d0;
padding:2px 0px 2px 3px;
border:1px solid #ebe0b3;
}

.menuText {
font-style:italic;
font-weight:bold;
font-size:12px;
}
li {
margin-left: 22px;
}
#pageWrapper {
width:778px;
margin:0 auto;
background:#fff;
}
/* Header
======================================*/
#header {
height:237px;
}


/* Body
======================================*/
#bodyWrapper {
background:url(images/bg_body.jpg) repeat-y top center;
}
#leftColTop {
width:139px;
height:345px;
float:left;
margin:0 auto;
}

.navs {
text-align:center;
font-size:12px;
font-style:italic;
font-weight:bold;
/*background:url(images/nav.jpg) no-repeat top;*/
background:#ce910f;
width:100px;
border:0px;
}

#leftCol {
width:140px;
height:345px;
background:url(images/frm1.jpg) no-repeat top;
float:left;
}
#rightCol{
height:auto;
width:638px;
float:right;
}
#content {
padding:20px;
height:auto;
}
.clear {
clear:both;
}

/* Gallery
======================================*/
.gal {
margin:20px 0 10px 11px;
}
#thumbGal {
overflow:hidden;
}
#thumbGal ul {
float:left;
list-style:none;
}
#thumbGal li {
float:left;
list-style:none;
background:#000;
padding:2px;
margin:3px;
}
#thumbGal img {
width:100px;
height:100px;
}
#thumbGal li a {
display:block;
background:#000;
padding:2px;
}
#thumbGal li a:hover {
background:#fff;
}



/* Footer
======================================*/
#footer {
width:778px;
height:54px;
background:url(images/bg_ftr.jpg) no-repeat right;
}
#ftrLeft {
	background:url(images/ftrlft.jpg) no-repeat;
	width:140px;
	height:54px;
	float:left;
}
#ftrRight {
float:right;
}
#footerMaster {
text-align:center;
margin:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
padding-top:20px;
padding-right:162px;
}
a.footer:link, a.footer:visited {
text-decoration:none;
color:#FF0000;
}
a.footer:hover {
text-decoration:underline;
color:#ffffff;
/*background-color:#333333;*/
}
.footrLine {
padding:20px;
font-family:"Times New Roman", Times, serif;
color:#333333;
/*visibility:hidden;*/
}
.footrCopyright {
color:#333333;
}
