@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}

body
{
background-image: url(images/bg.gif);
background-repeat: no-repeat;
}


#links
{
margin-top: 97px;
margin-left: 243px;
height: 45px;
width: 590px;
border: none;
}

#title
{
margin-left: 420px;
padding-top: 19px;
}

#title a
{
padding-left: 50px;
}

#text
{
padding-top: 30px;
margin-left: 308px;
width: 430px;
color: #660000;
line-height: 30px;
font-size: 12px;
text-align: justify;
}

.desc
{
color: #660000;
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding-top: 10px;
height: 105px;
}

a
{
color: #FF0000;
border: none;
}


#gallery 
{
	width: 510px;
	text-align: center;
	background: #ffffff;
	border: none;
	margin-left: 270px;
	margin-top: 10px;
	padding: 15px 0;
}

#gallery img 
{
	margin: 6px;
	border: none;
}

#box 
{
	text-align: left;
}








/* lightbox */

#overlay
{ 
   	background-image: url(images/lbg.gif);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}


#box
{
    background:#000000;
	margin: 0;
	padding: 0;
    border: none;
	overflow: auto;
}

#box #close
{
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}

#box #boxContents 
{
	margin-top:12px;
	padding:10px;
}