@charset "utf-8";
/* CSS Document */

#container 	{
	width: 100%;
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
}

#header		{
	background-color: #000000;
	margin-bottom:10px;
	text-align:center
	padding:0;
}

#sidebar1	{
	background-color:#000000;
	margin-top:0;
	text-align:center
	
}

#mainContent	{
	background-color:#000000;
	padding-left:10px;
	margin:50px;
}
	a:link {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
