﻿/***************************************************  
Site designed by Dwight Bard '08
Juniata College Technology Consultants
1700 Moore Street
Huntingdon, PA 16652

Questions, Comments, e-mail dbard@jctc.biz

***************************************************/

/* Body Elements */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align:justify;
	background-color:  #FFFCF0;
	
}

.holidayback{
	background-color: #001700;
}

.holidaylink{
	text-align:center;
}

.holidaylink a{
	color:white;
}

.quote{
	font-style:italic;
	font-size: .85em;
	text-align:justify;
	margin: 0 30px 0 5px;
}

h1,h2,h3,h4,h5,h6{
	color:#003300;
	font-style: italic;
}

.imgright{
	float:right;
	margin: 5px 20px;
}

img{
	border: 0px;
}


a{
	color:#003300;
}

a:hover{
	color:#FFFFCC;
}

a:visited{
	color:#003300;
}

/* Layout Elements */

#container{
	margin: 25px auto;
	width: 800px;
	background-color:white;
}

#header{
	width:800px;
	height: 130px;
	background-image:url('images/header2.png');
	background-repeat:no-repeat;
	
}

#leftnav{
	float:left;
	width:190px;
	padding: 10px 5px;
}

#leftnav ul{
	margin:0;
	padding:0;
}


#leftnav li{
	list-style:none;
}

#content{
	margin-left: 200px;
	width: 580px;
	padding: 10px 10px;
	background-color:white;
	background-image: url('images/potslogo2.gif');
	background-repeat: no-repeat;
	background-position: center; 	
}

#footer{
	clear:both;
	width: 780px;
	padding: 10px;
	text-align:center;
	font-size: .8em;
	background-color:white;	

	
}


/* Picture Link Elements */


