﻿body
{
        background-color: #7b82a4;
        margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: left;
	font-family: "Arial", Century Gothic, Century Gothic;
	font-size: 10px;
	color: #000000;
}


/* begin unique elements */

#container
{
	width: 1024px;
	margin: auto;

	/* defines container element */
}

#header
{
	height: 165px;

	/* defines header element */
}

	#header h1
	{
	
                margin: 0;
		padding: 0;
		text-align: left;
		font-weight: normal;
		font-size: 0%;
		color: #7F7F7F;

		/* define header h1 tag */
	}

	#header h2
	{
		margin: 0;
		padding: 0;
		text-align: left;
		font-weight: normal;
		font-size: 120%;
		color: #000000;

		/* define header h2 tag */
	}
#nav {
	background-image:url(/images/nav1.png);
	background-repeat:no-repeat;
	height:45px;
	width:42px;
	float:left;
	margin-top:0px;
	clear:both;
	padding-left: 5px;
    
}

#navigation
{

       
        background-image: url(Buttons/banner14.png);
        border-top: 2px solid #a90000;
	background-repeat: left;
        border-bottom: 2px solid #a90000;
	border-right: 5px solid #a90000;
	border-left: 5px solid #a90000;
        float: left;
        height: 23px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	font-family: Century Gothic, Century Gothic, Century Gothic, Century Gothic;
	font-variant: ;
	font-size: 13px;
	color: #e4e4e4;
	width: 100%;
	display: block;
	margin:0;
	
	
	/* define navigation element */
}

	#navigation ul
	{
		margin: 0;
		padding: 0;
		z-index: 9999;
		
		/* remove padding and margin from navigation list */
	}

	#navigation ul li
	{
		list-style: none;
		float: left;
		z-index: 9999;

		/* set list elements to display inline */
	}

	#navigation ul li a
	{
		height: 20px;
		width: 115px;
		padding: 0;
		text-decoration: none;
		text-align: center;
		color: #000000;
		display: block;

		/* set dimensions of navigation links */
	}

	#navigation ul li a:hover
	{
		background-image: url(Buttons/banner15.png);
		border-top: 2px solid #7f7f7f;
	        border-bottom: 2px solid #7f7f7f;
                border-right: 2px solid #7f7f7f;
	        border-left: 2px solid #7f7f7f;
                background-position: top left;
		background-repeat: no-repeat;
		color: #e4e4e4;

		/* set navigation hover link state */
	}
	#navigation div
	{
		position: absolute;
		visibility: hidden;
		margin: 0;
		padding: 0;
		color: #e4e4e4;
		background-image: url(Buttons/dd_banner15.png);
		z-index: 10000;
		
	}
		#navigation div a
		{
			position: relative;
			display: block;
			margin: 0;
			padding: 1px 1px;
			width: 115px;
			white-space: nowrap;
		}
		#navigation div a:hover
		{
			background-image: url(Buttons/dd_banner15.png);
			border-top: 2px solid #7f7f7f;
	        	border-bottom: 2px solid #7f7f7f;
                	border-right: 2px solid #7f7f7f;
	        	border-left: 2px solid #7f7f7f;
                	background-position: top left;
			background-repeat: no-repeat;
			color: #a90000;
			visibility: visible;
			margin:0;
		}


#centre
{
	margin: 0;
	padding: 0;

	/* container for all blog content */
}

#content
{
	
        float: left;
        border-top: 5px solid #a90000;
	border-bottom: 5px solid #a90000;
	border-right: 5px solid #a90000;
	border-left: 5px solid #a90000;
     	width: 700px;
        background-image: url(http://www.philter48.com/images/white.jpg);
        background-repeat: x; 
        margin: 0px 0px 0px 0px;
        padding: 10px;
        
	/* defines content element */
}

	#content h1
	{
		
	
	        margin: 0px 0px 10px 0px;
		padding: 10px 10px 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 25px;
		text-decoration: none;
                color: #a90000;

		/* defines generic h1 element */
	}
 
	#content h2
	{
		border-bottom: 1px solid #e4e4e4;
                margin: 0px;
		padding: 5px 10px;
                margin: 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		text-align: left;
		color: #ffffff;

		/* defines generic h2 element */
	}

	#content h3
	{
		margin: 0px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		text-transform: uppercase;
		text-align: right;
		color: #111193;

		/* defines generic h3 element */
	}
	#content h4
	{
		
	
	        margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		color: #a90000;

		/* defines generic h4 element */
	}
        #content h5
	{
		
	
	        margin: 0px 0px 10px 0px;
		padding: 10px 10px 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 25px;
		text-decoration: none;
                color: #7f7f7f;

		/* defines generic h5 element */
	}
       
        #content h6
	{
		border-bottom: 1px solid #000000;
                margin: 0px;
		padding: 5px 10px;
                margin: 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		text-align: left;
		color: #000000

		/* defines generic h6 element */
	}
       
        #content h7
	{
		
	
	        margin: 0px 0px 10px 0px;
		padding: 10px 10px 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 25px;
		text-decoration: none;
                color: #a90000;

		/* defines generic h7 element */
	}
  
	#content a
	{
		color: #a90000;
		font-size: 15px;
                text-decoration: none;
	}
       	 #content b
	{
		color: #a90122;
		text-decoration: none;
	}
        #content x
	{
		color: #e4e4e4;
		text-decoration: none;
	}
	#content a:hover
	{
		color: #7b82a4;
		font-size: 15px;
                text-decoration: none;
	}
#scontent
{
        float: left;
        border-top: 2px solid #a90000;
	border-bottom: 2px solid #a90000;
	border-right: 2px solid #a90000;
	border-left: 2px solid #a90000;
     	width: 175px;
        background-image: url(http://www.philter48.com/images/white.jpg);
        background-repeat:
        margin: 0px 0px 0px 0px;
        padding: 5px;
        
	/* defines content element */
}

	#scontent h1
	{
		
	
	        margin: 0px 0px 10px 0px;
		padding: 10px 10px 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 25px;
		text-decoration: none;
                color: #a90000;

		/* defines generic h1 element */
	}
 
	#scontent h2
	{
		border-bottom: 1px solid #e4e4e4;
                margin: 0px;
		padding: 5px 10px;
                margin: 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		text-align: left;
		color: #ffffff;

		/* defines generic h2 element */
	}

	#scontent h3
	{
		margin: 0px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		text-transform: uppercase;
		text-align: right;
		color: #111193;

		/* defines generic h3 element */
	}
	#scontent h4
	{
		
	
	        margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		color: #a90000;

		/* defines generic h4 element */
	}
        #scontent h5
	{
		
	
	        margin: 0px 0px 10px 0px;
		padding: 10px 10px 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 25px;
		text-decoration: none;
                color: #7f7f7f;

		/* defines generic h5 element */
	}
       
        #scontent h6
	{
		border-bottom: 1px solid #000000;
                margin: 0px;
		padding: 5px 10px;
                margin: 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		text-align: left;
		color: #000000

		/* defines generic h6 element */
	}
       
        #scontent h7
	{
		
	
	        margin: 0px 0px 10px 0px;
		padding: 10px 10px 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 25px;
		text-decoration: none;
                color: #a90000;

		/* defines generic h7 element */
	}
  
	#scontent a
	{
		color: #a90000;
		font-size: 15px;
                text-decoration: none;
	}
       	 #scontent b
	{
		color: #a90122;
		text-decoration: none;
	}
        #scontent x
	{
		color: #e4e4e4;
		text-decoration: none;
	}
	#scontent a:hover
	{
		color: #7b82a4;
		font-size: 15px;
                text-decoration: none;
	}        
#breadcrumb
{
	height: 10px;
	padding: 10px 0px;
	margin-bottom: 20px;

	/* defines breadcrumb element */
}

	#breadcrumb a
	{
		color: #7f7f7f;
		font-size: 15px;
                text-decoration: underline;
	}

	#breadcrumb a:hover
	{
		color: #a90000;
		font-size: 15px;
                text-decoration: none;
	}

#subcontent
{
	
        float: left;
        border-top: 2px solid #a90000;
	border-bottom: 2px solid #a90000;
	border-right: 2px solid #a90000;
	border-left: 2px solid #a90000;
     	width: 175px;
        background-image: url(http://www.philter48.com/images/white.jpg);
        background-repeat:
        margin: 0px 0px 0px 0px;
        padding: 5px;


	/* defines subcontent element */
}

	#subcontent h1
	{
		
	
	        margin: 0px 0px 10px 0px;
		padding: 10px 10px 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 25px;
		text-decoration: none;
                color: #a90000;

		/* defines generic h1 element */
	}
 
	#subcontent h2
	{
		border-bottom: 1px solid #e4e4e4;
                margin: 0px;
		padding: 5px 10px;
                margin: 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		text-align: left;
		color: #ffffff;

		/* defines generic h2 element */
	}

	#subcontent h3
	{
		margin: 0px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		text-transform: uppercase;
		text-align: left;
		color: #111193;

		/* defines generic h3 element */
	}
	#subcontent h4
	{
		
	
	        margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		color: #a90000;

		/* defines generic h4 element */
	}
        #subcontent h5
	{
		
	
	        margin: 0px 0px 10px 0px;
		padding: 10px 10px 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 25px;
		text-decoration: none;
                color: #7f7f7f;

		/* defines generic h5 element */
	}
       
        #subcontent h6
	{
		border-bottom: 1px solid #000000;
                margin: 0px;
		padding: 5px 10px;
                margin: 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		text-align: left;
		color: #000000

		/* defines generic h6 element */
	}
       
        #subcontent h7
	{
		
	
	        margin: 0px 0px 10px 0px;
		padding: 10px 10px 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 25px;
		text-decoration: none;
                color: #a90000;

		/* defines generic h7 element */
	}
  
	#subcontent a
	{
		color: #a90000;
		font-size: 15px;
                text-decoration: none;
	}
       	 #subcontent b
	{
		color: #a90122;
		text-decoration: none;
	}
        #subcontent x
	{
		color: #e4e4e4;
		text-decoration: none;
	}
	#subcontent a:hover
	{
		color: #7b82a4;
		font-size: 15px;
                text-decoration: none;
	}        

#calender
{
	margin: 0px 0px 10px 0px;

	/* defines container for calender element */
}

	#calender table
	{
		background-color: #F4F4EC;
		border: 1px solid #7183b7;
		width: 100%;
		height: 150px;
		text-align: center;

		/* define table for calender */
	}

	#calender table td
	{
		width: 14%;
		padding: 3px 0px;

		/* set column width */
	}

	#calender table .controls
	{
		background-color: #C0C57F;
		font-weight: bold;
		color: #FFFFFF;

		/* style event controls */
	}

	#calender table .controls a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style control links */
	}

	#calender table .controls a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style link controls */
	}

	#calender table .title
	{
		background-color: #CBD6AD;

		/* style calender titles */
	}

	#calender table .days td
	{
		background-color: #DEE6CC;

		/* style day columns */
	}

	#calender table .days a
	{
		color: #728C40;
		text-decoration: underline;

		/* style day links */
	}

	#calender table .days a:hover
	{
		color: #728C40;
		text-decoration: none;

		/* style day links */
	}

	#calender table td.empty
	{
		background-color: #E4E4E4;

		/* style empty cells */
	}

	#calender table td.article
	{
		background-color: #7f7f7f;

		/* style article cells */
	}

	#calender table td.article_event
	{
		background-color: #009980;

		/* style article cells */
	}

	#calender table td.event
	{
		background-color: #006699;

		/* style event cells */
	}

	#calender table td.event a, #calender table td.article a, #calender table td.article_event a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style item links */
	}

	#calender table td.event a:hover, #calender table td.article a:hover, #calender table td.article_event a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style item links */
	}

#dropdownpanel
{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: gray; opacity:.9; filter:alpha(opacity=90)
color: white;
padding: 10px;
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 5px solid black;
color: white;
font-size: 14px;
font-weight: bold;
text-align: center;
background: transparent url("http://www.philter48.com/images/panel.gif") center center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
}

#rssfeed
{
	
 
        position: relative;
        top: 0px;
        left: -10px;
        border-top: 2px solid #a90000;
	border-bottom: 5px solid #a90000;
	border-right: 5px solid #a90000;
	border-left: 5px solid #a90000;
     	width: 100%;
        background-image: url(http://www.philter48.com/images/white.jpg);
        background-repeat: x; 
        margin: 30px 10px 10px 10px;
        padding: 0px;

	/* defines container for rssfeed element */
}

	#rssfeed h1
	{
		
	
	        margin: 0px 0px 10px 0px;
		padding: 10px 10px 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 25px;
		text-decoration: none;
                color: #a90000;

		/* defines generic h1 element */
	}
 
	#rssfeed h2
	{
		border-bottom: 1px solid #e4e4e4;
                margin: 0px;
		padding: 5px 10px;
                margin: 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		text-align: left;
		color: #ffffff;

		/* defines generic h2 element */
	}

	#rssfeed h3
	{
		margin: 0px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		text-transform: uppercase;
		text-align: right;
		color: #111193;

		/* defines generic h3 element */
	}
	#rssfeed h4
	{
		
	
	        margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		color: #a90000;

		/* defines generic h4 element */
	}
        #rssfeed h5
	{
		
	
	        margin: 0px 0px 10px 0px;
		padding: 10px 10px 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 25px;
		text-decoration: none;
                color: #7f7f7f;

		/* defines generic h5 element */
	}
       
        #rssfeed h6
	{
		border-bottom: 1px solid #000000;
                margin: 0px;
		padding: 5px 10px;
                margin: 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 14px;
		text-align: left;
		color: #000000

		/* defines generic h6 element */
	}
       
        	#rssfeed h7
	{
		
	
	        margin: 0px 0px 10px 0px;
		padding: 10px 10px 5px 0px;
		font-family: "Century Gothic", "Century Gothic", Century Gothic, Century Gothic;
		font-weight: normal;
		font-size: 25px;
		text-decoration: none;
                color: #a90000;

		/* defines generic h7 element */
	}
  
	#rssfeed a
	{
		color: #a90000;
		font-size: 15px;
                text-decoration: none;
	}
       	 #rssfeed b
	{
		color: #a90122;
		text-decoration: none;
	}
        #rssfeed x
	{
		color: #e4e4e4;
		text-decoration: none;
	}
	#rssfeed a:hover
	{
		color: #7b82a4;
		font-size: 15px;
                text-decoration: none;
	}



	
#feeds
{
	border-top: 4px solid #a90000;
	border-bottom: 4px solid #a90000;
	border-right: 4px solid #a90000;
	border-left: 4px solid #a90000;
        background-image: url(Common/Sub-Background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #F4F4EC;
	margin-bottom: 10px;
	padding: 5px;

	/* defines container for feeds element */
}

	#feeds h1
	{
		color: #e4e4e4;

	}

	#feeds ul
	{
		margin-bottom: 10px;
	}

	#feeds ul li a
	{
		background-image: url(Icons/Feed.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#login
{

        position: absolute;
        top: 675px;
        left: 810px;
        border-top: 4px solid #a90000;
	border-bottom: 4px solid #a90000;
	border-right: 4px solid #a90000;
	border-left: 4px solid #a90000;
        background-color: #FFFFFF;
        width: 150px;
	overflow: hidden;
	margin: 5px 5px;
	padding: 5px;

	/* defines container for login element */
}

	#login h1
	{
		color: #4b71dc;
	}

	#login ul
	{
		margin-bottom: 10px;
	}

	#login ul li a
	{
		background-image: url(Icons/Site.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#notification
{
	background-color: #FFFDFB;
	height: 100%;
	padding: 15% 10%;
	text-align: center;

	/* defines container for notification element */
}

	#notification h1
	{
		margin: 5px 0px;
		font-family: "Century Gothic", "Trebuchet MS", "Century Gothic Narrow", Century Gothic, sans-serif;
		font-weight: normal;
		font-size: 25px;
		color: #728c40;
		text-transform: uppercase;

		/* defines notification h1 element */
	}

	#notification a
	{
		color: #4F5F34;
		text-decoration: underline;

		/* defines notification link styles */
	}

	#notification a:hover
	{
		color: #4F5F34;
		text-decoration: none;

		/* defines notification link hover styles */
	}

#screenshot
{
	background-image:url(Common/Screenshot-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	color: #FFFFFF;
	overflow: visible;
}

	#screenshot img
	{
		background-color: #EFEFD6;
		border: 1px solid #542700;
		margin: 6px;
		padding: 3px;
	}



#copyright
{
	visibility: visible;

	/* style copyright element */
}

/* begin article style definitions */
.article
{

	/* container for each individual article */
}

	.article .details
	{
	
                margin: 0px;
		padding: 0px;
		font-size: 15px;
                list-style: none;

		/* defines the container for the article details */
	}

	.article .details li
	{
		margin: 0px 3px 5px 0px;
		display: inline;

		/* defines each detail part */
	}

	.article .introduction
	{
		background-color: #7f7f7f;
		background-repeat: repeat-y;
                padding: 3px 3px 5px 0px;
                line-height: 20px;
		font-size: 100%;

		/* defines the article introduction container */
	}

	.article .link
	{
	        
        	background-color: #000000;
		background-repeat: repeat-y;
                font-size: 15px;
		text-align: right;

		/* defines the container for the full information link */
	}

	.article .gallery
	{
		/* defines the container for article gallery */
	}

	.article .gallery img
	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}
/* begin comment style definitions */



/* begin comment style definitions */


#comments
{
	margin-bottom: 20px;
}

	#comments .details
	{
		margin-bottom: 10px;
	}

	#comments .details dt
	{
		background-image: url(Icons/Avatar.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		float: left;
		height: 55px;
		width: 55px;
		margin-right: 5px;
	}

	#comments .details dd
	{
		margin: 0;
	}

	.comment
	{
		padding: 5px 0px;
		clear: both;
	}

	.whisper
	{
		background-color: #E4E4E4;
		padding: 5px 5px;
		clear: both;
	}

form
	{
	margin: 0;
	padding: 0;


	/* container for comment and search forms */
	}

	form #comment
	{
		width: 100%;
		height: 125px;

		/* comment textarea */
	}

	form #whisper
	{
		margin-left: 0px;

		/* whisper checkbox */
	}

	form #keywords
	{
		width: 32%;
	}

	form #date
	{
		width: 32%;
	}

	form #category
	{
		width: 32%;
	}

#paging
{
	text-align: right;

	/* container for paging controls */
}

	#paging a
	{
		padding: 0px 5px;
	}

/* begin events styling */

.event
{

}

	.event h1
	{

	}

	.event h2
	{

	}

	.event h3
	{

	}

	.event .details
	{
		margin: 0;
		padding: 0;
	}

	.event .details li
	{
		margin-right: 5px;
		list-style: none;
		display: inline;
	}


.clear
{
	clear: both;

}

/* miscellaneous elements */
img
{
	border: none;
}
#stats
{
 
position: count;
top: 2000px;
left: 1200px;
}

-----------------------

nbodya {
	background: #0D0D0D;
	text-align: center;
	font: 12px Century Gothic, sans-serif;
	color: #989898;
}
#nwrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	background: #181818;
}
#nbody {
	position: relative;
	margin-left: 4px;
}
#nhead {
	position: absolute;
	top: 0px;
	left: 401px;
	width: 370px;
	height: 266px;
	background: url(images/compass.jpg) no-repeat;
}
#topnav {
	position: absolute;
	top: 41px;
	left: 22px;
}
#topnav a {
	font-weight: normal;
	color: #989898;
}
#topnav a:hover {
	color: white;
}
#top-box {
	position: absolute;
	border: 1px solid #7f7f7f;
        top: 0px;
	left: 3px;
	width: 285px;
	height: 325px;
	background: #131212 url(images/left_bg.jpg) repeat-x;
	overflow: auto;
}
#top-box .inner {
	padding: 5px 5px 5px 5px;
}
#top-box h2 {
	margin: 10px 3px 0px 0px;
}
#top-box p.date {
	font-weight: bold;
}
#top-box p {
	margin: 3px 3px 1em 1.3em;
}
#left-box {
	position: absolute;
        top: 3px;
	left: 3px;
	width: 480px;
	height: 950px;
	background: opacity:.9; filter:alpha(opacity=90);
	
}
#left-box .inner {
	padding: 5px 5px 5px 5px;
}
#left-box h2 {
	margin: 10px 3px 0px 0px;
}
#left-box p.date {
	font-weight: bold;
}
#left-box p {
	margin: 3px 3px 1em 1.3em;
}

#nav {
	position: absolute;
	top: 271px;
	left: 285px;
	width: 486px;
}
#nav img {
	float: left;
}
#ncontent {
	position: absolute;
	border: 1px solid #7f7f7f;
        top: 3px;
	left: 490px;
	width: 530px;
	height: 950px;
	background: ;
	overflow: auto;
 }
#ncontent-bot {
	background: bottom url(images/body_bg.gif) repeat-x;
	height: 950px;
	margin-left: 1px;
	overflow: auto;
}
#ncontent .inner {
	padding: 10px 27px;
}
#ncontent .date {
	margin-top: 0.5em;
}
#ncontent p {
	margin: 0.9em;
}


#tray {
	margin-top: 950px;
	width: 1020px;
	border: 2px solid #7f7f7f;
        background-image: url(http://www.philter48.com/images/28103.jpg);
        background-repeat: x-y; 
        margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
#tray .redbox {
	float: left;
	width: 300px;
	height: 800px;
	min-height: 279px;
	background-color: #7f7f7f; opacity:.8; filter:alpha(opacity=80); 
        margin-top: 5px;
        margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	overflow: auto;
 }
#tray .dbox {
	float: left;
	width: 900px;
	height: 500px;
	min-height: 279px;
	background-color: #7f7f7f; opacity:.8; filter:alpha(opacity=80); 
        margin-top: 5px;
        margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	overflow: auto;
 }
#tray .first {
	margin-left: 5px;  
}       
#tray p {
        
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
}

 
.divider {
	background: bottom url(images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	background: #101010;
	text-align: right;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
}
/* ======================================

Thanks to the Glued Ideas team (http://www.gluedideas.com/) for the inspiration and the permission to use their design.

====================================== */
