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

a {
text-decoration:none;
color:#FFFFFF;
}

#top_bar {
	height:135px;
	width:676px;
	position:absolute;
	left: 10px;
}

#menu_bar {
	height:48px;
	width:677px;
	position:absolute;
	top: 157px;
	left: 10px;
}

#left_text {
	width:169px;
	height:auto;
	position:absolute;
	top: 271px;
	background-image:url(images/lt_line.gif);
	left: 10px;
}

#lt_bottom {
	width:169px;
	height:5px;
	position: relative;
	background-image: url(images/lt_bottom.gif);

}

#left_text2 {
	width:169px;
	height:auto;
	position:absolute;
	top: 422px;
	background-image:url(images/lt_line.gif);
	left: 10px;
}

#lt_bottom2 {
	width:169px;
	height:5px;
	position: relative;
	background-image: url(images/lt_bottom.gif);

}

#text {
	background-image:url(images/text_line.gif);
	width:501px;
	height:auto;
	position:absolute;
	left: 184px;
	top: 271px;
}
