* {
	margin: 0;
	padding: 0;
}


body {
	
	color: #ccc;
	font: 0.8em/1.25em Georgia, "Times New Roman", Times, serif;
	background: #1b1b1b url(../images/background4.jpg) repeat-x;
	letter-spacing: 0em;
}



h1 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #fff200;
	line-height: 16px;
}


h2 {
	font: 1.6em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #ccc;
}


#address {
	margin-left: 70px;
	margin-top: 0.75em;
}


#news {
	margin-left: 55px;
	margin-top: 1.8em;
	width: 500px;

	padding:15px;
}

#topbar {
	width: 100%;
	min-width: 900px; 
	top: 0px;
	left: 0px;
	background: #1b1b1b url(../images/background_top.gif) repeat-x scroll 0 bottom;
	overflow: hidden;
}

.darkText {
	color: #3e3e3e;
}

#top_info {
	margin-left: 70px;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	float: left;
}

#top_menus {
	float: left;
	margin-left: 2em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;	
}

#logo {
	float: right;
	top: 1em;
	bottom: 1em;
	margin-top: auto;
	margin-top: auto;
	margin-left: 100px;
	margin-right: 30px;
	position: relative;
	clear: none;
}

#byalanyau {

	right: 30px;
	bottom: 10px;
	position: absolute;
}


a:link, a:active, a:hover, a:visited {
	color: #ccc;
	text-decoration: none;
}


