/* base */#content {	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; position: relative; 	top: 0; 	left: 50%; 	height: auto;	width: 852px; 	margin: 0 0 0 -426px; 	padding: 0; 	/*border: dotted 1px #3d3d3d; */	}	#pageheader {	background-image: url(images/web_logo.gif); 	background-repeat: no-repeat; 	background-position: 0 41px; 	position: relative; 	top: 0; 	left: 0; 	width: 852px; 	height: 85px; 	margin: 0 0 5px; 	padding: 0; 	/*border: dotted 1px #3d3d3d; */	}#nav {background-color: #999999;vertical-align: middle; position: relative;  width: 161px;float: left;display: block;list-style-type: none;height: 21px; color: #FFFFFF; font-size: 14px; text-align: right; margin: 0;left: auto;right: auto;padding: 0 5px 0 0;text-align: center;}#articles_nav {/*background-color: #999999;*/ vertical-align: middle; position: relative;  width: 161px;float: left;display: block;list-style-type: none;height: 21px; color: #FFFFFF; font-size: 14px; text-align: right; margin: 0 3px 5px 0;left: auto;right: auto;padding: 0 5px 0 0;text-align: center;z-index: 7;}#art_nav {/*background-color: #999999;*/vertical-align: middle; position: relative;  width: 161px;float: left;display: block;list-style-type: none;height: 21px; color: #FFFFFF; font-size: 14px; text-align: right; margin: 0 3px 5px 2px;left: auto;right: auto;padding: 0 5px 0 0;text-align: center;z-index: 6;}#blogs_nav {/*background-color: #999999;*/vertical-align: middle; position: relative;  width: 161px;float: left;display: block;list-style-type: none;height: 21px; color: #FFFFFF; font-size: 14px; text-align: right; margin: 0 3px 5px 2px;left: auto;right: auto;padding: 0 5px 0 0;text-align: center;z-index: 5;}#film_nav {/*background-color: #999999;*/vertical-align: middle; position: relative;  width: 161px;float: left;display: block;list-style-type: none;height: 21px; color: #FFFFFF; font-size: 14px; text-align: right; margin: 0 3px 5px 2px;left: auto;right: auto;padding: 0 5px 0 0;text-align: center;z-index: 4;}#store_nav {/*background-color: #999999;*/vertical-align: middle; position: relative;  width: 161px;float: left;display: block;list-style-type: none;height: 21px; color: #FFFFFF; font-size: 14px; text-align: right; margin: 0 0 5px 2px;left: auto;right: auto;padding: 0 5px 0 0;text-align: center;z-index: 3;}#menustate1{	/*background-color: #999; */	position: absolute; 	top: 63px; 	right: 0;	left: 254px; 	width: 425px; 	height: 20px; 	margin: 0; 	padding: 0; 	}		#menustate2{	/*background-color: #999; */	position: absolute; 	top: 63px; 	right: 0; 	width: 83px; 	height: 20px; 	margin: 0; 	padding: 0; 	}	#main {	position: relative; 	top: 0; 	left: 0; 	width: 852px; 	height: auto; 	margin: 0; 	/*border: dotted 1px #3d3d3d; */	}	#story { position: relative; top: 5px; left: 5px; width: 99%; height: auto; float: left; margin: 0; padding: 0;z-index: 1;}#footer { 	position: relative; 	vertical-align: bottom;	top: 10px; 	bottom: 0; 	width: 852px; 	margin: 0 0 10px; 	padding: 0 0 0;	font-size: 10px;	text-align: right;	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif	}		/* end base *//*text*/p {	font-size: 14px; 	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 	}	a.images{	color: #111111;	text-decoration: none;}	.menu_head {	color: #fff; 	font-size: 14px; 	text-align: right; 	margin: 0; 	padding: 0 5px 0 0;	}	.nav {	margin: 0; 	padding: 0; }h2.title{	color:#000;	font-size:18px;	line-height:24px;	margin:0;	padding:0;}
h3.author{	color:#808080;	font-size:14px;	font-weight:200;	line-height:18px;	margin:0 0 25px;	padding:0;	}	
h4.timestamp{	color:#808080;	font-size:10px;	line-height:12px;	margin-bottom:20px;}	/* end text */

/* Photo Div */#photos_flash{	position: relative; 	top: 5px; 	left: 5px; 	width: 99%; 	height: auto; 	float: left; 	margin: 0; 	padding: 0;	z-index: 7;}/* End Photo Div*/
/* Begin Drop Down Menu */

	/* removes indents and bullets and defines width of our menu items */
	ul {
		margin: 0;
		padding: 0 5px 0 0; 
		border: 0 none;		vertical-align: middle; 		text-align: right;				text-decoration: none;		top: 0;		left: 0;		width: 161px; 		height: 21px;		font-size: 14px;		color: #FFFFFF;		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		}
		
	/* positions list items it is relative because we want submenus to be absolute */	
	ul li {
		margin: 0;
		border: 0 none;
		padding: 0 5px 0 0; 
		float: left;
		display: inline;
		list-style-type: none;
		position: relative;		height: 21px;		width: 161px;		text-decoration: none;
		}			ul ul {		display: block;		position: absolute;		top: 21px;		left: 0px;		width: 161px;		height: 21px;		background: #e6e6e6;		padding: 0 5px 0 0; 					text-decoration: none;	}		ul li:hover > ul {	display: block;	position: absolute;	top: 21px;	left: 0px;	width: 161px;	height: 21px;	background: #e6e6e6;	padding: 0 5px 0 0;	text-decoration: none;	}	
	li a {	display: block;	text-decoration: none;	text-align: right;	width: 161px;	height: 21px;	padding: 0 5px 0 0; 	}		ul#topmenu li a:hover {	background: #999999;	display: block;	text-decoration: none;	text-align: right;	width: 161px;	height: 21px;	}		li.sub > a {	background: #999999;	display: block;	text-decoration: none;	text-align: right;	width: 161px;	height: 21px;	left: 161px;	padding: 0 5px 0 0;	}		ul#topmenu {	background: #999999;	display: block;	text-decoration: none;	text-align: right;	width: 161px;	height: 21px;	padding: 0 5px 0 0; 	}		ul#topmenu > li:hover > ul {	width: 161px;	height: 21px;	background: #999999;	font-size: 14px;	text-align: right;	padding: 0 5px 0 0;	text-decoration: none;	}	
	/* positions submenus */
	li ul {
		position: absolute;
		top: 25px;
		display: none;		width: 161px;		height: 21px;		padding: 0 5px 0 0;		text-decoration: none;		background: #e6e6e6;
		}

	/*adds styles to links */
	ul li a {
		display: block;
		text-decoration: none;
		color: #FFFFFF;
		background: #999999;
		padding: 0px;
		border: 0;
		border-bottom: 0;		padding: 0 5px 0 0;
		}

	/* fixes float and height issues in ie for windows */	
	/* Fix IE. Hide from IE Mac \*/
	* html ul li { float: left; height: 1%}
	* html ul li a { height: 1%; }
	/* End */

	/*makes the submenus appear properly as well as their children*/ 
	li:hover ul ul, li.over ul ul 
	{
		display:none; 
		position: absolute;
		top: 0px;
		left: 161px; 
		margin: 0; 
		border: 0 none;
		padding: 0;		width: 161px;		height: 21px;		padding: 0 5px 0 0;		text-decoration: none;	
		}
		 
	li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } 

/* End Drop Down Menu *//* Selected Menu Stuff*/ul#articles {
	margin: 0;
	padding: 0 5px 0 0; 
	border: 0 none;	background: #952702;	vertical-align: middle; 	text-align: right;	text-decoration: none;	top: 0;	left: 0;	width: 161px; 	height: 25px;	font-size: 14px;	color: #FFFFFF;	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	}

ul li#articles{
	margin: 0;
	border: 0 none;
	padding: 0 5px 0 0; 
	float: left;
	display: inline;
	list-style-type: none;
	position: relative;	height: 21px;	width: 161px;	text-decoration: none;
	}/*content*/#one_col { background-color: #999999; position: relative; top: 5px; left: 0; width: 166px; height: auto; float: left; margin: 0; padding: 2px 2px 2px 2px;/*border: dotted 1px #3d3d3d; */z-index: 2;}#two_col { background-color: #e6e6e6; position: relative; top: 5px; left: 0; width: 331px; height: auto; float: left; margin: 0; padding: 2px 2px 2px 2px;border: dotted 1px #3d3d3d; z-index: 2;}#three_col { background-color: #e6e6e6; vertical-align: top;position: relative; top: 5px; left: 5px; width: 506px; height: auto; float: left; margin: 0; padding: 0;border: dotted 1px #3d3d3d; z-index: 1;}#four_col { background-color: #e6e6e6; position: relative; top: 5px; left: 5px; width: 676px; height: auto; float: left; margin: 0; padding: 2px 2px 2px 2px; border: dotted 1px #3d3d3d; z-index: 1;}#five_col { background-color: #e6e6e6; position: relative; top: 5px; left: 0; width: 849px; height: auto; float: left; margin: 0; padding: 2px 2px 2px 2px;border: dotted 1px #3d3d3d; z-index: 1;}/*----*/
	
.red { 
       color: #b42025;
        }
    
a.return { 
        size: .25em;
        color:#444;
        text-decoration: none;
        }
.toplinks {
        margin:10px 0;
        padding: 10px 10px;
        text-decoration: none;
        line-height: 30px;
        color:#b42025
       }