/* CSS for Journalist Page 12 Project 006 */
/* Size to Screen */
/* Specific DIV's */

#screen {
	width: 590px;
	
	padding: 4px 15px 4px 15px;
	position: absolute;
	
}


#page {
	width: 530px;
	padding: 3px 8px 3px 8px;
	text-color: #000066;
	border-right: 1px solid red;
	border-left: 1px solid red;
}


#linkcolumn {

	width: 132px;
	padding: 3px 5px 3px 5px;
	
}


#gutter {
	position: absolute;
	left: 21px;
	width: 5px;
	border-left: 1px solid yellow;
	border-right: 1px solid yellow;
}


#topictext {
	width: 355px;
	padding: 4px 4px 4px 4px;
	text-align: justify;
}

#navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 600px;
  top: 15px;
  width: 12em;
  
  
   }
  
  #navbar li {
  background: #00cc99;
  margin: 0.3em;
  padding: 0.5em;
  width: 16em;
  text-color: #000066;
  border-left: 1em solid green;
  border-right: 1em solid yellow;
  				}
#navbar2 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 550px;
  top: 218px;
  width: 12em;
  
  
   }

.text1 {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal; color: #990000}

.text2 {  font-family: "Courier New", Courier, mono; font-size: 12pt; font-style: normal; color: #000000; font-weight: bolder}

.text3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #006600; font-weight: bolder}

.text4 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: italic; color: ##990066}

.text5 {  font-family: Verdana; font-size: 10pt; font-style: normal; color: #990033}
	
 
body  {
	
	
	
	background-image: url("dogcedartree01.jpg");
	margin: 5px;
}
 
 div {
	margin-left: 10px;
	margin-right: 10px;
	
	background: transparent;
}

p {
	font: 10pt courier;
	
	color: #000066;
}

h1 {
	align: center;
	}
h2 {
	text-align: center;
	}
h6 {
	bold: font-size: 3pt;
	text-align: center;
	color:  #003366;

