/* CSS Document */

html {height:100%;} 

body {
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: URL('images/bg.jpg');
	background-position: top left;
	background-repeat:no-repeat;
	color: #ffffff;
	background-color:#000000;
	margin:0;
	height:100%;
}

a:link {color:#fff;text-decoration:underline}
a:visited {color:#fff;text-decoration:underline}
a:active {color:#fff;text-decoration:underline}
a:hover {color:#fff;text-decoration:underline}

#footer a:link {text-decoration:none;}
#footer a:visited {text-decoration:none; }
#footer a:active {text-decoration:none; }
#footer a:hover {text-decoration:underline; }

img {border:none;display:block}

table {font-size:100%}

input {height:18px; font-size: 90%}

h1 {color:#fff; font-size:120%;margin-top:0px;}
h2 {color:#fff; font-size:120%}
.clear { clear:both;}

#container {
	width: 460px;
	height: 100%; 
	margin-left:182px;
	margin-right:auto;
	text-align:left;
	padding:0;
	/*border: 1px solid red*/
}

#nav {
	width: 460px;
	height:37px;
}

#main {
	width: 460px;
    height: auto;
	margin: 0 0 10px 0;
}

#footer {
	font-size:85%;
	margin:40px 0 0 0 ;
}

.clear {clear:both}

.logo {
	width:187px;
	height:63px;
	position:relative;
	z-index:100;
	margin-top:40px;	
}
#address { width:200px; margin-left:250px; margin-top:25px;}

#content {
	margin: 40px 0 10px 8px;
	width:460px;
	height:280px;
	float:left;
	overflow:hidden;
	position: relative;
}

.Scroller-Container {
  position: absolute;
  top: 20px;
  left: 0px;
  padding-right:35px;
}

.Scrollbar-Track {
  width: 10px;
  height: 175px;
  position: absolute;
  top: 20px;
  left: 440px;
  background-color:#fff;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10px; height: 40px;
  background-color: #000;
}


