
/* Front page Stylesheet */ 



body {
 margin:0px;
 background:#000000;
 color: #333333;
 padding:0px;
 }
 
  #speaker{
 margin-top:-70px;
 float:right;
 position:relative;
 z-index:30;
 }
 
#outer {
 width:1024px;
 margin:auto;
 }
#content{
padding-top:0px;

}
			
#leftside{
width:400px;
 float:left;

}
			
#rightside{
width:500px;
 float:right;
}

#photoframe {
 height:640px;
 background: url("../images/photoframe.png") no-repeat;
position:relative;
 z-index:3;
}

#photo{
width:330px;
height:26px;
position:relative;
z-index:2;
top:-539px;
right:-30px;

}

#logo{
position:relative;
top:100px;
left:50px;
}
#ping{
	
	position:relative;
top:110px;
left:140px;
	}
#staffblurb{
		position:relative;
top:540px;
left:40px;
text-align: left;
width: 360px;
color: white;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 12px;

	
	}
	
#staffblurb h2{
	font-weight: normal;
	
	}
.menu_top{
display:inline;
text-transform:uppercase;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.menu_top_sel{
display:inline;
padding-top:2px;
padding-bottom:2px;
text-transform:uppercase;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

}
a{
text-decoration:none;
color:#FFFFFF;
}

a:link { color:#FFFFFF;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

a:visited { color:#FFFFFF;
text-decoration:none;}
a:hover { color:#660066;
text-decoration:none;

}

#bar {
 height:16px;
 margin-top:10px;
 padding-top:1px;
 color: #000000;
 border-top: 1px solid #50b948;
 border-bottom: 1px solid #50b948;
 text-decoration:none;
 position:relative;
 z-index:10;
 font-family:Arial, Helvetica, sans-serif;
 font-style:normal;
 font-size:12px;
 float:none;
 top:-20px;
 padding-bottom:1px;

 }
#sig{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
padding-bottom:10px;
}

.clear {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}