/* CSS Document */

 http://jigsaw.w3.org/css-validator/validator-uri.html 

body {
        font-size:              	9.5px;
        font-family:            	Verdana, Helvetica, Tahoma, Arial, sans-serif;
 }

h1 {
		font-family:       			Gilde, Times new roman, Times, Georgia, serif;
        font-size:              	17px;
        color:						#000000;
		padding:					10px 45px 0px 25px;
		font-weight:				normal;			
        font-variant:           	small-caps;
		text-align: 				left;
}

h2 {
		font-family:       			Gilde, Times new roman, Times, Georgia, serif;
        font-size:              	17px;
        color:						#000000;
		padding:					10px 25px 0px 25px;
		font-weight:				normal;			
        font-variant:           	small-caps;
		text-align: 				center;
}

p, blockquote, ol, dl, dd, li, dir, menu {
		font-family:           		Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					11px;
 		padding:					10px 45px 10px 45px;			
        color:						#000000;
		text-align: 				justify;
}

li {
		list-style-position:		inside;
}

p.videopage {
		font-family:           		Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					9.5px;
 		padding:					10px 155px 10px 155px;			
        color:						#000000;
		text-align: 				left;
}

p.center {
		font-family:           		Verdana, Helvetica, Tahoma, Arial, sans-serif;
		font-size:					12px;
 		padding:					10px 25px 10px 25px;			
        color:						#000000;
		text-align: 				center;
}

strong {
        font-weight:            	bold;
}

img.padded_img {
		padding:					0px 10px 0px 0px;
}		

span.poeticItalics {
		font-family:       			Gilde, Times new roman, Times, Georgia, serif;
        font-size:              	1.5em;
		font-style:					italic;
}

span.larger {
        font-size:              	121%;
}

span.smaller {
        font-size:              	8.5px;
}

a {
		font-weight: 				normal;
		text-decoration: 			none;
	    color:						#3333ff;
		border-bottom: 				1px dotted;
}

a:hover {
		text-decoration: 			none;
		color: 						#9999ff;
		border-bottom:				1px solid;
}

a:active {
		text-decoration: 			none;
		color: 						#3333ff;
		border-bottom: 				1px dotted;
}

.div_bg {
		background-image:			url(images/div_body.jpg);
    	background-repeat: 			no-repeat; 
		position:					absolute;
		top:						0px;
		left:						53px;
		width:						650px;
		height:						373px;
		border:						1px solid #669;
		overflow: 					auto;
		z-index:					50;
}

.index_div_bg {
		background-image:			url(images/popsci_photo1.jpg);
    	background-repeat: 			no-repeat; 
		position:					absolute;
		top:						0px;
		left:						53px;
		width:						650px;
		height:						373px;
		border:						1px solid #669;
		overflow: 					hidden;
		z-index:					50;
}

.index_div_left {
		position:					absolute;
		top:						50px;
		left:						50px;
		width:						650px;
		height:						300px;
		overflow: 					auto;
		z-index:					70;
}

.contact_div_bg {
		background-image:			url(images/Fumehood.jpg);
    	background-repeat: 			no-repeat; 
		position:					absolute;
		top:						0px;
		left:						55px;
		width:						650px;
		height:						373px;
		border:						1px solid #669;
		overflow: 					auto;
		z-index:					50;
}

br	{ 
        clear: 						left 
}