/* STYLES */


#lefttopper
	{
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 200px;				/* <-- use this to tie width to viewport size */
	background-color: #FFFFFF;
	opacity:0.8;
	filter:alpha(opacity=80)
	}
#lefttopper_content
	{
	padding:5px;
	color:#3b3b3b;
	font-size: 10px;
	line-height: 1.6em;
	font-family: arial, helvetica, sans-serif;
	}
#lefttopper_content a
{
	color:#3b3b3b;
	font-size: 10px;
	line-height: 1.6em;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	}
#lefttopper_content a:hover
{
	color:#FF0000;
	font-size: 10px;
	line-height: 1.6em;
	font-family: arial, helvetica, sans-serif;
	text-decoration:underline;
	}
	
#topmenu
	{
	position: relative;
	left: 210px;
	top: -27px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 717px;				/* <-- use this to tie width to viewport size */
	background-color: #FFFFFF;
	opacity:0.8;
	filter:alpha(opacity=80)
	}
#topmenu_content
	{
	padding: 3px;
	padding-left:20px;
	}
#topmenu_content a
	{
	color:#3b3b3b;
	font-size: 14px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
	}
	
#logo
	{
	position: relative;
	left: -10px;
	top: -29px;
	margin: 0px;
	padding: 0px;
	width: 200px;				/* <-- use this to tie width to viewport size */
	background-color: transparent;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(http://www.pandsmoc.com/images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(http://www.pandsmoc.com/images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(http://www.pandsmoc.com/images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(http://www.pandsmoc.com/images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(http://www.pandsmoc.com/images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(http://www.pandsmoc.com/images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(http://www.pandsmoc.com/images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(http://www.pandsmoc.com/images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}