body { background: #999;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #eee;
	font-weight: bold;
	line-height:14px;

}


.center {
		text-align:center; 
		width:100%; position: 
		fixed; top: 50%;
		right:0;
		margin: -200px 0 0 0;}
		
.container {
		width: 700px; 
		margin:0 auto; 
		position:relative;}
		
		
.content {width:700px; 
		height:400px;}




a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
	text-decoration: underline;
}



p {margin-top: 0px;}  

a { outline: none;}

a:active { outline: none;}

object { outline:none; }

a:focus {-moz-outline-style: none;}


div#logo{
	height: 270px; 
    background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
    background-position: top;

}

#leftbar {
	float: left;
	width: 230px;
    background-image: url("../images/divider.gif");
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;}



#centerbar {
	float: left;
	width: 238px;
    background-image: url("../images/divider.gif");
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;}


#rightbar {
	float: left;
	width: 230px;
	text-align:left;}

.barcontent{
	margin:0 auto; 
	width: 190px;
}

h1 {
	font-weight: bold; 
	font-size: 13px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff; 
	line-height:100%; 
	word-spacing:0; 
	margin-top:0px; 
	margin-bottom:10px;
	}
