﻿body{
	margin:0px;
	padding:0px;
	background:#000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#000;
	font-size:11px;
}

#container{
	width:1255px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#address{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#fff;
}
#address a{
	color:#fff;
}
a img{
	border:none;
}