/*
------------------------------------------------------------------------------
GLOBALS
------------------------------------------------------------------------------
*/

body {
	font-family:  Verdana;
	font-size: 11px;
	color: #2F4F4F;
	background: #59595B; 
	margin-left: -100px;
	padding: 0 0 0 0;
	height: 100%;
}

::-moz-selection {
	background:#FFE9E9;
	color:#AA2A03;
}

::selection {
	background:#FFE9E9;
	color:#AA2A03;
}

a:link, a:visited {
	color: #708090;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #CC0033;
	text-decoration: none;
	border: none;
}

.notes {
	font-size: 10px;
	line-height: 11px;
}


/* 
------------------------------------------------------------------------------
CONTENT 
------------------------------------------------------------------------------
*/

#bg_image { 
	position:absolute;
	width: 500px;	
	height: 560px;
	margin:-280px 0 0 -250px;
	top: 50%; 
	left: 50%;  
  	overflow: hidden;
  	background: #59595B url(../images/nav/bg_image.gif) -13px 282px no-repeat;
}

#content_page { 
	position:absolute;
	width: 326px;	
	height: 420px;
	margin:-210px 0 0 -163px;
	top: 50%; 
	left: 50%;  
  	overflow: visible;
  	padding: 0px;
}

#content_top {
	margin-top: 3px;
	height: 33px;
	background: #FFFFFF url(../images/nav/content_sniffer_top.gif) center top no-repeat;
}

#content_bottom {
	height: 33px;
	background: #FFFFFF url(../images/nav/content_sniffer_bottom.gif) center top no-repeat;
}

#content_main {
	line-height: 14px;
	padding: 0 30px 0 33px;
	margin-top: 0px;
	width: 326px;
	height: 354px;
	background: url(../images/nav/content_sniffer_left_right.gif) left top repeat-y;
}


