﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:black;
	}
a:link {color: yellow;}     /* unvisited link */
a:visited {color: #00FF00;}  /* visited link */
a:hover {color: red; font-size:22px;}   /* mouse over link */
a:active {color: #0000FF;}   /* selected link */


#masthead {

height: 100px;



background-image:url('html/images/tdsk2008header.jpg');

background-repeat:repeat-x;
}

#top_nav {
border-top:thin;
border-top-style:dashed;
border-top-color:white;
border-bottom:thin;
border-bottom-style:dashed;
border-bottom-color:white;
background-color:black;
color:white;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 180px;
	height:380px;
	float: left;
	/*background-image:url('html/images/tdskbg.jpg');*/
background-repeat:repeat-y;
color:white;
border-right:thin;
border-right-style:dashed;
border-top:thin;
border-top-style:dashed;
border-bottom:thin;
border-bottom-style:dashed;
margin-right:10px;
margin-top:5px;
margin-bottom:10px;

}

#page_content {
	margin-left: 150px;
	margin-top:10px;
	height:480px;
	/*
	background-image:url('html/images/tn2_IMG_0019.jpg');
	/*background-image:url('html/images/tdsk_IMG00335.jpg');*/
	background-repeat:no-repeat;
	background-position:center;
	
	

}



#page_content p{
color:gray;	
	
}
#footer {
border-top:thin;
border-top-style:dashed;
border-top-color:white;
border-bottom:thin;
border-bottom-style:dashed;
border-bottom-color:white;
background-color:black;
color:white;

	clear: both;
	text-align:left;
	background-color:black;
	color:white;
}

div.scroll {
height: 150px;
width: 150px;

overflow: auto;
border: 1px solid #FFF;
background-color: #000;
color: #FFF;
padding: 8px;
margin-top:10px;
margin-left:5px;
border-color:blue;
scrollbar-base-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-shadow-color: #A3A59B;
scrollbar-track-color: #FFFFFF;

}
div.scroll h4{
text-align:center;
}
.scrollbarcolor{
scrollbar-base-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-shadow-color: #A3A59B;
scrollbar-track-color: #FFFFFF;
}

/****************************Halloween*******************************
#jacko{
position: absolute; 
width: 101px; 
height: 101px; 
z-index: 1; 
left: 202px; 
top: 405px;

background-image:url('../html/images/halloween/jacko.gif');	
}
/**/


#image_rotator {
	margin-left: 30%;
	margin-top:5px;
	height:600px;
	/*
	background-image:url('html/images/tn2_IMG_0019.jpg');
	/*background-image:url('html/images/tdsk_IMG00335.jpg');*/
	/*background-repeat:no-repeat;
	background-position:center;
	
	*/

}

/*********************************frame for the images padding and a little border************************/	
.imgframes {
padding: 5px;
border-right: solid 2px #CCCCCC;
border-bottom: solid 2px #BEBEBE;
border-left: solid 2px #CCCCCC;
border-top: solid 2px #BEBEBE;

}	

