@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: #4a4a4b;
	margin: 0;
	padding: 0;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 205px;
	height: 192px;
	float: left;
}
a:link {color:white;text-decoration:none;}
a:visited {color:white;text-decoration:none;}
a:hover {color:white;text-decoration:underline;}
a:active {color:white;text-decoration:underline;}


#address{
font-family: Arial, sans-serif;
font-size: small;
font-weight: 100;
color: white;
margin-left: 270px;
margin-top: 10px;





}

#bar_s {
	background: url(../images/bar.png) no-repeat;
	height: 192px;
	margin-top: 150px;
	margin-left: 220px;
	width:20px;
}

#bar {
	background: #fff;
	height: 141px;
	margin-top: -192px;
	margin-left: 240px;
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size:16px;
	
	
	/*letter-spacing:-2px;
	text-transform:uppercase;
	line-height: 48px;
	*/
	padding-top:50px;
	padding-left:30px;
}