@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg_page.jpg);
	background-attachment:fixed;
	background-color: #4e4e4e;
	font-family: "Lucida Console", Monaco, monospace;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	line-height:30px;
	text-shadow: 0px -1px 0px #2C2C2C;
	/*filter: dropshadow(color=#2C2C2C,offX=0,offY=-1);*/
	margin:0px;
	margin-bottom:20px;
}
div#container {
	width:960px;
	height:auto;
	margin:0 auto ;
}
div#top {
	width:960px;
	height:174px;
	margin:0 auto;
}
div#top_left {
	width:267px;
	height:174px;
	float:left;
	background-image:url(../images/top_left.png);
}
div#divide_line_1 {
	width:20px;
	height:174px;
	float:left;
	background-image:url(../images/vd_line.png);
	background-repeat:repeat-y;
}
div#menu_left {
	width:29px;
	height:174px;
	float:left;
	background-image:url(../images/main_menu_left.png);
	background-repeat:repeat-y;
}
div#menu_main {
	width:615px;
	height:74px;
	float:left;
	background-image:url(../images/main_menu_bg.png);
	background-repeat:repeat-x;
	padding-top:100px;
}
div#menu_right {
	width:29px;
	height:174px;
	float:left;
	background-image:url(../images/main_menu_right.png);
	background-repeat:repeat-y;
}
div#content {
	width:960px;
	height:350px;
}
div#content_left {
	width:81px;
	height:350px;
	float:left;
	background-image:url(../images/vl_line.png);
	background-repeat:repeat-y;
}
div#content_menu {
	width:146px;
	height:350px;
	float:left;
	text-align:right;
	padding-right:40px;
}
div#divide_line_2 {
	width:20px;
	height:350px;
	float:left;
	background-image:url(../images/vd_line.png);
	background-repeat:repeat-y;
}
div#page_content {
	width:671px;
	height:350px;
	float:left;
}
div#page_content_1 {
	width:615px;
	height:250px;
	float:left;
	padding-left:29px;
	padding-right:27px;
}
div#page_divider {
	width:671px;
	height:10px;
	float:left;
	background-image: url(../images/hr_line.png)
}
div#page_content_2 {
	width:615px;
	height:50px;
	margin-top:0px;
	float:left;
	padding-left:29px;
	padding-right:27px;
}
div#content_right {
	width:2px;
	height:350px;
	float:left;
	background-image:url(../images/vr_line.png);
	background-repeat:repeat-y;
}
div#footer {
	width:960px;
	height:35px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	background-image: url(../images/footer_bg.png);
}
div#footer_left {
	width:197px;
	height:35px;
	/*padding-left:70px;*/
	background-image: url(../images/foot_left.png);
	background-repeat:no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-shadow: 0px 1px 1px #232323;
}
div#footer_divider {
	width:20px;
	height:35px;
	background-image:url(../images/vd_line.png);
	background-repeat:repeat-y;
}
div#footer_menu {
	width:615px;
	height:35px;
	float:right;
}
a:link {
	text-decoration: none;
	color: #FFF;
    filter: dropshadow(color=#2C2C2C,offX=0,offY=-1);
	text-shadow: 0px -1px 0px #2C2C2C;
}
a:visited {
	text-decoration: none;
	color: #FFF;
    filter: dropshadow(color=#2C2C2C,offX=0,offY=-1);
	text-shadow: 0px -1px 0px #2C2C2C;
}
a:hover {
	text-decoration: none;
	color: #F90;
    filter: dropshadow(color=#2C2C2C,offX=0,offY=-1);
	text-shadow: 0px -1px 0px #2C2C2C;
}
a:active {
	text-decoration: none;
	color: #FFF;
    filter: dropshadow(color=#2C2C2C,offX=0,offY=-1);
	text-shadow: 0px -1px 0px # 2C2C2C;
}
