body { 

	font: 9pt/16pt georgia;  

	color: #DDDDDD;

	background: #000000 url('../images/tp-bg.png') no-repeat top left; 

	margin: 0px; 

	padding: 0px;

	min-height: 100%;

}

p { 

	font: 8pt/16pt georgia; 

	margin-top: 0px; 

	text-align: justify;

	}

a:link { 

	font-weight: bold; 

	text-decoration: none; 

	color: #3333FF;

	}

a:visited { 

	font-weight: bold; 

	text-decoration: none; 

	color: #9933FF;

	}

a:hover, a:active { 

	text-decoration: underline; 

	color: #9685BA;

	}





/* specific divs */





#container{

	width:600px; 

	min-width: 600px;

	max-width: 600px;

	margin-left: 130px;

 	position: absolute;

	z-index: 1;

	}



#header {

	position: absolute;

	text-align: center;

	width: 507px; 

	height: 68px;

	margin-top: 25px;

	min-width: 550px;

	min-height: 75x;

	padding-left: 10px;

	margin-bottom: 20px;

	}

#logprompt{

	margin-top: 50px;

	min-width: 100px;

	max-width: 100px;

 	position: absolute;

	left: 10;

	}

#logScreen{

	display:none;

      	position:absolute;
	
	min-width:300px; 

      	left:160px; 

      	top:100px; 

      	border-style: solid; 

      	background-color: #333333; 

      	padding: 5px;

        z-index: 2;

	}



#links{

	margin-top: 150px;

	min-width: 100px;

	max-width: 100px;

 	position: absolute;

	left: 10;

	}



#content{

	min-width: 400px;

	max-width: 600px;

       	margin-top: 125px;

	padding-left: 30px; 

	margin-bottom: 50px;

	text-align: justify;

	z-index: 1;

	}

#pageTitle{

	font: 14pt georgia;

	font-weight: bold;

}

#newstitle{

	font: 10pt georgia;

	font-weight: bold;

}

#newsdate{

	font: 6pt georgia;

	font-weight: itallic;

}

#newscontent{

}

#vidcontainer{

	text-align: center;

	min-width: 500px;

	max-width: 500px;

}

#vidtitle{

	font: 10pt georgia;

	font-weight: bold;

}

#vidcontent{

}

#menu{
	top:100px;
	left:600px;
	position: absolute;
	text-align: left;
}

#footer{

	text-align: center;

	}