/* fonts */

p, #nav, .black, .black2 {
	font:  12px Times New Roman, Times, serif;
	color: #000000;}

	

	
/* links */

#nav a	{
	text-decoration: none;
	color: #918f8f;}
	
#nav a:hover	{
	color: #000000;}
	
.black {
	text-decoration: none;
	color: #000000;}
	
	
	
	
	
/* boxes */

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:97%;width:100%;}
/* end hide */
body {
background-color: #ffffff;
text-align:center;
min-height:278px;/* for good browsers*/
min-width:552px;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: left;
position:relative;
vertical-align:middle;
display:table-cell;
height: 278px;
}
#inner {
width: 220px;
background:ffffff;
height: 278px;
text-align: left;
margin-left:auto;
margin-right:auto;
}
	
	
	
#speaker {
	width: 51px;
	height: 37px;
	float: right;
	margin-right: 60px;}



#nav {
	width: 500px;
	
	left: -30px;}
	
	
	

	
/* lists */

ul#navlist	{
	padding: 0;
	margin: 0;}
	
ul#navlist li {
	display: inline;
	list-style-type: none;
	text-align: left;
	padding-right: 20px;}
