body {
	background-image: url(../images/true_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}

#title {
    height: 70px;
	width: 600px;
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: auto;
	border: 0px;
}

#title_bg {
    background-color: #FFFFFF;
    height: 70px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 600px;
    overflow: auto;
	border: 0px;
	opacity: .70;
	filter: alpha(opacity=70);
}

#title .main {
	font-size: 36px;
	font-weight: bold;
	color: #4E4E4E;
	position: absolute;
	top: 5px;
	left: 15px;
}

#title_bg .fry {
	position: absolute;
	top: 5px;
	left: 535px;
}

#title .sub{
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	top: 47px;
	left: 250px;
}

#left_bar {
	position: absolute;
	width: 130px;
    height: 300px;
    top: 100px;
    left: 10px;
    overflow: auto;
	border: 0px;
}

#left_bar_bg {
    background-color: #FFFFFF;
	position: absolute;
    height: 170px;
    top: 100px;
    left: 10px;
    width: 130px;
    overflow: auto;
	border: 0px;
	opacity: .70;
	filter: alpha(opacity=70);
}
#left_bar .head_text {
	font-size: 11px;
	font-weight: bold;
	color: #4E4E4E;
	position: relative;
	top: 8px;
	left: 10px;
}

#left_bar .head_text .link {
	font-weight: normal;
	position: relative;
	left: 5px;
}

#main {
	position: absolute;
	width: 450px;
	height: 758px;
	top: 104px;
	left: 155px;
	overflow: auto;
	border: 0px;
}

#main_bg {
	background-color: #FFFFFF;
	position: absolute;
    height: 758px;
    top: 100px;
    left: 155px;
    width: 450px;
    overflow: auto;
	border: 0px;
	opacity: .70;
	filter: alpha(opacity=70);
}

#main .main_text {
	font-size: 11px;
	font-weight: normal;
	color: #4E4E4E;
	position: absolute;
	top: 8px;
	left: 10px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

