/* screen.css */

*	{margin:0;
	 padding:0;
 	}

body{
	margin:0; 
	padding:0; 
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:11px; /* 1em=10px */
	color:#666666;
	background-color: #333;
/*	background-image: url(images/dropshadow.gif);*/
	background-position: center;
    background-repeat: repeat-y;
	}
	
a	{
	color:#ff0198;
	text-decoration:underline;
	}
	
#guts{
	background-color: #fff;
	/*background-color: #edebdc; this was original cream color background color*/
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 25px;
	padding-right:10px;
/*	border: 1px solid red; */
	}
	
/*-----start header styles-----*/	

#header{
	padding:15px;
	width:750px;
	height:100px;
	/*border: 1px dotted #FF0000;*/
	}
	
#left_header{
	float:left;	
	}
#right_header{
	float:right;
	padding-right:25px;	
	}
	
#stripes{
	width:810px;
	height: 20px;
	background-image: url(images/diagonal_stripes.gif);
	background-repeat: repeat-x repeat-y;
	border-top: 7px solid #333;
	border-bottom: 7px solid #333;
	}
	
/*-----end header styles-----*/	


#middle {
	/*only necessary for the gallery pages*/
	/*border: 1px solid green; */
	}
	
#content {
	width:550px;
	margin-right:auto;
	margin-left: auto;
	padding-left: 15px;
	padding-bottom: 10px;
	float:left;
	text-align:left;
	border-right: 7px solid #333333;
	}
	
	#content ul {
		margin-left:20px;
		list-style-type: circle;
/*		border: 1px dotted #555;*/
		}
	
	
#right
	{
	font-size: 10px;
	color:#333333;
	width: 200px;
	float:right;
	
	}
		
	#date
	{
	padding: 10px 3px;
	font-size:11px;
	color:#69676a;
	}
		
	#scrollup {
	padding-top: 5px;
	position: relative;
	overflow: hidden;
	border-top: 2px solid #fb5f00;
	height: 200px;
	width: 150px
	}
		 
	.headline {
	position: absolute;
	top: 210px;
	left: 5px;
	height: 195px;
	width:130px;
	font-size:10px;
	color:#69676a;
	}
	
		.headline a{
		color:#ff0198;
		text-decoration:none;
		}
		
	#flash_video{
		width: 175px;
		height: 165px
		margin:0;
		padding:10px 0 0 0;
		text-align:center;
		border-top: 3px dashed #333;
	}
	
.clear {
clear: both;
height: 0;
}
		
/****************different page content pieces start here*****************************/


		
#myGallery {
	margin-right:auto;
	margin-left:auto;
	}
		


/* magazine design page*/
#flash{
	padding-left:45px;
	/*border: 1px solid #999;*/
	}
	
	
#feedback{
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*	border:1px dotted #333;*/
	}
	 
		
	
/*-----start mainnav-----*/

	#mainnav {
	margin: 10px 10px 10px 0;
	width: 460px;
	height: 65px;
	/*border:dashed #FFFF00;*/
	}
		
		#mainnav ul{
			margin:0;
			padding:0;
			list-style-type:none;
			text-decoration:none;
			/*border:dashed #FFFF00;*/
		}
		
		#mainnav li {
			padding:5px;;
			display: inline;
			/*border:dashed #00FF00;*/
		}
		
		#mainnav li a img{
			border:none;
			/*border:dashed #663399;*/
		}
		
		
/*-----end mainnav-----*/
		
/*-----start footer-----*/
		
#footer {
	width: 810px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	/*border-top: 1px dotted #666;*/
	background-color:#333;
}

	/*#listserv{
	width:200px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	font-size: 10px;
	margin-bottom:5px;
	border: 1px dotted blue; 
	}*/
	
	#copyright {
	font-size:11px;
	padding-top:5px;
	color:#fff;
	text-align: center;	
	/*border: 1px dotted #333333;*/
	}
	
		#copyright p a{
		text-align:center;
		color:#fff;
		text-decoration:none;
		}
		
		#copyright a:hover {
			color:#ff0198;
			}
		