*{
	margin: 0px;
	padding: 0px;

}
a, img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


body{
	background-color: #000000;
	font-family: "Trebuchet MS", verdana, arial;
	color: #FFFFFF;
	padding-bottom: 20px;
	font-size: 12px;
}

img{
margin: 2px;

}

#header {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;

}
#logo{
	position:absolute;
	top:0px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 770px;
	height:100px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	
}
#content {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
		
}

#content #left {
	width: 542px;
	padding-right: 20px;
	text-align: justify;
	float: left;
	height: 100%;
}
#content #right {
	float: right;
}
#footer {
	color:#999999;
	clear:both
}

#menu #slider {
	width: 770px;
	position: relative;
	left: 0px;	
}
#menu #slider a {
	margin-right: 10px;
}


.whiteBorder{
	border: 2px solid #FFFFFF;

}
.strike{
	text-decoration: line-through;

}

a:visited{
	color: #0000FF;

}
a:hover{
color:#FF0000;
}
