/* Global Styles */

#outer
{
	min-height: 100%;
	margin-left:185px;
	margin-right:185px;
	margin-bottom:-1px;
}

* html #outer3{height: 100%;} /* IE6 and under treat height as min-height anyway */
#title
{
	background-color: #000;
	background-image: url(../Images/2009Images/2009_Full_Title_Splash.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position:relative;
	margin: 0px -186px;
	height: 285px;
	min-height: 0px;
	overflow:hidden;
}
/* Mac hide \*/
* html #title{height: 285px; he\ ight: 285px} /* height needed for ie to force layout */
/* end hide */

#subtitle
{
	background-color: #000;
	background-image: url(../Images/2009Images/crime_scene_tape.jpg);
	background-position: center;	
	background-repeat: repeat-x;
	position:relative;
	margin: 0px -186px;
	height: 30px;
	min-height: 0px;
	overflow:hidden;
}
/* Mac hide \*/
* html #subtitle{height: 30px; he\ ight: 30px} /* height needed for ie to force layout */
/* end hide */
#header
{
	background-color: #000;
	position: relative;
	margin:0px -186px;
	padding: 5px;
	min-height: 0px;
	text-align:center;
	overflow:hidden;
}
/* Mac hide \*/
* html #header{height: 30px; he\ ight: 30px} /* height needed for ie to force layout */
/* end hide */

#navigation
{
	position: relative;
	margin:0px -186px;
	padding: 5px;
	min-height: 0px;
	text-align:center;
	overflow:hidden;
	z-index: 1000;
}
/* Mac hide \*/
* html #navigation{height: 30px; he\ ight: 30px} /* height needed for ie to force layout */
/* end hide */ 

#left 
{
    position: relative;
    width:185px;
    float:left;
    margin-left: -184px;
    left:-2px;
    padding-top: 2px;
}
#left p {padding-left:2px;padding-right:2px;}
#right p {padding-left:2px;padding-right:2px;}

#right 
{
    position: relative;
    width:185px;
    float:right;
    margin-right: -184px;
    left:2px;
}
#centercontent
{
    float:left;
    position:relative;
    margin: 0px -1px;
    padding:5px;
     }

#footer
{
    width:100%;
    clear:both;
    height:2px;
    text-align:center;
    position: relative;
}
* html #footer{/*only ie gets this style */
               \height:2px;/* for ie5 */
               he\ight:1px;/*for ie6*/
}
#clearfooter{clear:both;height:18px;}
* html #centercontent {height:1%;margin-bottom:1px} /*combat IE's 3 pixel jog */
    	
