/* CSS Document */

#containing {
position: relative;
top: 10px;
width: auto;
height: 750px;
}




.thumb img{
position: relative;
border: 1px solid black;

}

.thumb:hover{
background-color: transparent;
}

.thumb:hover img{
border: 1px solid black;
}






/* BLURB PAGES CODE */

#main_txt_lhscol {
position: absolute;
top: 100px;
left: 20px;
width: 290px;
height: 680px;
padding: 10px;
border-color:#FFFFFF;
border-width: 0px;
border-style: solid;
background-color: transparent;
}

#main_txt_mdscol {
position: absolute;
top: 100px;
left: 350px;
width: 290px;
height: 680px;
padding: 10px;
border-color: #FFFFFF;
border-width: 0px;
border-style: solid;
background-color: transparent;
}

#main_txt_rhscol {
position: absolute;
top: 100px;
left: 680px;
width: 290px;
height: 680px;
padding: 10px;
border-color: #FFFFFF;
border-width: 0px;
border-style: solid;
background-color: transparent;
}

.body_txt {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: 300;
text-align: justify;
color: #999999;
}

.body_txt_bold_center {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: 800;
text-align: center;
color: #FFFFFF;
}

.header_txt {
font-family: "arial";
font-size: 24px;
font-weight: 700;
text-align: justify;
color: #FFFFFF;
}

.pic_desc {
font-family: "arial";
font-size: 10px;
color: orange;
}

.body_txt_bold {
font-family: "arial";
font-size: 13px;
text-align: justify;
font-weight: 700;
color: #FFFFFF;
}


body {
	background-color: #000000;
	background-image: url(Files/bgdgs.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

