/* General
======================================*/
body, p, h1, h2, h3 {
margin:0;
padding:0;
color:#afafaf;
}

body {
background:#212121;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:3em;
}

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:bolder;
padding-bottom:5px;
}
#sep {
background:url(images/separator.gif) repeat-x;
display:block;
height:2em;
}



/* Body
======================================*/
.title {
font-size:24px;
font-weight:bold;
color:#afafaf;
}
#content {
padding:10px;
}
#pics {
float:left; 
padding-right:5px;
}

/* Gallery
======================================*/
#gal {
text-align:center;
font-size:15px;
}
#gal img {
width:10.5em;
height:9em;
border:2px solid #fff;
}


/* Footer
======================================*/
#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:#b4bcc7;
}
a.footer:hover {
text-decoration:underline;
color:#ffffff;
/*background-color:#333333;*/
}
.footrLine {
padding:20px;
font-family:"Times New Roman", Times, serif;
color:#b4bcc7;
/*visibility:hidden;*/
}
.footrCopyright {
color:#b4bcc7;
}
