body	{

		}
		
		
/* branding 
- - - - - - - - - - - - - - - - - - */
#masthead {
	height:96px;
	background: url(/static/images/masthead_participants.gif) #AACBD7 0 -29px no-repeat;
	}
	

#logo {
	background: url(/static/images/logo_site_part.png)  0 0 no-repeat;
	position:absolute; z-index:310;
	}


* html #logo
	{background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/static/images/logo_site_part.png',sizingMethod='scale'); }


#header_shell	{
    background: none;
    line-height:1px; font-size:1px;
	margin-bottom:1px;
	margin-left:-20px;
	position:relative;
    }

#header_text {		
	position:relative;
	background:none;
	}

    

#main_content #header_text h1, #main_content #header_text h2 {
	margin-bottom:10px;
	}

#header_bg_left, #header_bg_right {
	display:none;
    }
    
#main_content h1 strong, #header_text h1 span 
	{font-size:70%; }



body#my #header_text h1 {	
	margin-top:1px
	}

	
/* decoration 
- - - - - - - - - - - - - - - - - - */	

#bubbles_top_left_shell	{
	display:none;
	position:absolute; width:100%; height:97px; top:0; left:0;
	background-color:#563C48;
	}



#bubbles_top_left	{
	position:absolute; width:106px; height:97px; top:0; left:0;
	background: url(/static/images/buble_left.gif) 0 -30px no-repeat;
	left:50%; margin-left:-481px; 
	}
	
#bubbles_top_right	{
	display:none;
	position:absolute; width:50%; height:96px; top:0; right:0;
	background-color:#485B13;
	}
	



/* navigation
- - - - - - - - - - - - - - - - - - */
.nav { 
	position:absolute; top:74px;
	width:700px; left:20px;
	}
	
#subnav.nav {position:relative; top:0; left:0; height:16px; z-index:20; width:100%; margin:0;}


#subnav.nav ul li {
	line-height:16px;
	}

.nav ul {
	background:none;
	}


.nav ul li {
	border-width:0 1px 0 0;
	}
	

.nav li a 	{ color:#FFF; }

.nav li.active a 	{background-color:#445; }
#subnav.nav li.active a 	{background-color:#223; }

.nav li a:hover, 
.nav li a:active,
.nav li.active a:hover  {color:#FFF; text-decoration:none; background-color:#334; }




/* login
- - - - - - - - - - - - - - - - - - */
#login {
	position:absolute; right:23px; top:12px; height:53px; width:280px;
	padding:6px 20px 4px 20px;color:#FFF;
	}

#login a {
	color:#FFF;
	}


#bracket_left, #bracket_right {
	position:absolute; top:0; width:23px; height:52px;
	}

#bracket_left {
	left:0;
	background: url(/static/images/white_bracket_left_small.png) 0 0 no-repeat;
	}
	
#bracket_right {
	right:0;
	background: url(/static/images/white_bracket_right_small.png) 0 0 no-repeat;
	}

* html #bracket_left
	{background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/static/images/white_bracket_left_small.png',sizingMethod='scale'); }

* html #bracket_right
	{background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/static/images/white_bracket_right_small.png',sizingMethod='scale'); }


* html #Home #bracket_left
	{background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/static/images/white_bracket_left.png',sizingMethod='scale'); }

* html #Home #bracket_right
	{background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/static/images/white_bracket_right.png',sizingMethod='scale'); }


