body {
	width: 100%;
	height: 100%;
	background-image: url('../images/web_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}





body,td,span,input,textarea,select {
	font: 12px verdana;
}

#main {
	width: 980px;
	height: 100%;
	background: #ffffff;
	border-left: 1px solid #959899;
	border-right: 1px solid #959899;
}

#header_bar {
	text-align: center;
	background: #e8d666;
}

#menu_bar {
	margin-left: 25px;
	background: #e8d666;
	height: 100%;
	width: 242px;
	padding: 20px;
	border-left: 24px solid #ffffff;
	padding-left: 20px;
	vertical-align: top;
}

#menu_bar a {
	padding-left: 15px;
	font: 14px verdana;
	font-weight: bold;
	color: #3c3c3c;
	text-decoration: none;
}

#menu_bar a:hover {
	text-decoration: underline;
}

#menu_bar a.tromik {
	font: 9px arial;
}

#text_bar {
	width: 660px;
	height: 100%;
	vertical-align: top;
	padding: 20px 64px 20px 64px;
	color: #3c3c3c;
}

#text_bar .title {
	font: 18px verdana;
	color: #74747c;
	font-weight: bold;
}