@charset "UTF-8";
/* CSS Document */

html { font-family:  Helvetica, Arial, Verdana, sans-serif;  background-color:#000000; color:#CCC;
}

div#body { text-align: center;  text-align: center;  }

#container { width : 850px;
text-align: left;
margin: 0 auto;
padding: 0;
background-color:#141414;
}

#header { width : 850px;
height: 145px;
}

#twitter { background-color: #000000;
height: 32px;
line-height: 32px;
color: #FFFFFF;
font-size: 12px;
text-align: center;
border-bottom: 1px solid #ed2178; 
border-top: 1px solid #000000; 

}

#main { overflow: auto;
}

#left { float : left;
width : 155px;
margin : 0;
padding : 0;
}

#middle { float : left;
width: 450px;
margin: 0 20px;
padding: 0;
}

#right { float: right;
width: 205px;
margin: 0;
padding: 0;
}

h1 {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 37px;
	font-style: normal;
	background-color:#242831;
	font-weight:lighter;
}

h2 { 
}

.subhead1 { font-weight: bold;
font-size: 14px;
letter-spacing: .1em;
color:#FFFFFF;
line-height: 18px;
}

p { font-size: 13px;
line-height: 21px;
}

a { color: #ed2178;
font-weight:bold;
text-decoration:none;
}


a:hover {
	color: #CCC;
	font-weight:bold;
	text-decoration:underline;
}

.date { font-size: 11px;
	color: #999;
	font-weight: bold;
	line-height: 14px;
	margin-top: 5px;
	}

a img { border: none;
}

hr { border-bottom: 1px solid #242831; 
}

ul { font-size: 13px;
list-style-image: url(../images/plus.gif);
list-style-type: square;
padding: 10px;
line-height: 16px;
}

li { margin-bottom: 6px;
}

.white { color: #FFFFFF;
}


.style1 {font-size: 12px}

.imgleft { float:left;
margin-right: 6px;
margin-bottom: 6px;
margin-top: 6px;
}

.black_overlay{
   
              display: none;
                position: absolute;
                  top: 25%;
                  left: 30%;
                  width: 550px;
                  height: 550px;
                  background-color: #ffffff;
                  z-index:1001;
                  -moz-opacity: 0.8;
                  opacity:.80;
                  filter: alpha(opacity=80);
  
              }
  
             .white_content {
  
                  display: none;
                  position: absolute;
                  top: 25%;
                  left: 30%;
          		  width: 450px;
				  padding-top: 25px;
				  padding-left: 25px;
				  height: 450px;
                  z-index:1002;
              }
			  
