body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	
}
p{font-size: 14px;}
h2{font-size: 14px;}
img{border:none;}
#container {
	width: 950px; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/bgani2.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	color: #FFF;
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
 #mainContent {
	color: #FFC;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 450px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
} 
#flash {
	color: #FFC;
	margin-left: 230px;
	padding-bottom: 0;
	width: 470px;
	padding-top: 140px;	

}
#friends_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	width: 50px;
	padding-top: 20px;
}
#friends_links p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#friends_links p a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#linkcover {
	float: left;
	width: auto;
	margin-right: 10px;
	display: none;
}
#container #sidebar1 div p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#container #sidebar1 div p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#container #sidebar1 div p a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00F;
	text-decoration: none;
}
#container #important {
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}
#container .clear {
	height: 300px;
	text-align: center;
	padding-top: 20px;
}
.new_links {
	text-align: center;
}
#container .new_links a {
	color: #FFF;
	text-decoration: none;
}
.clear a {
	color: #FF6;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

