@charset "utf-8";
object { outline:none; }
a:focus {outline: none;}
body{
	background-image:url(../images/grid.gif);
	background-repeat:repeat;
	background-position:0px 15px;
	text-align:center;
	font-family:'Rockwell',Georgia ,Cambria , Serif;
}
#lefty {
	width:155px;
	height:453px;
	display:block;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-320px;
		z-index:1;
}

#righty {40
		width:170px;
	height:486;
	display:block;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-320px;
	z-index:1;
}

#holder{
	width:400px;
	height:400px;
	display:block;
	position: absolute;
	left:50%;
	margin-left:-212px;
	top:50%;
	margin-top:-222px;
	z-index:2;
}

#container{
	width:424px;
	height:424px;
	display:block;
	position: absolute;
	left:50%;
	margin-left:-222px;
	top:50%;
	margin-top:-232px;
	background-image:url(../images/_bg.png);
	background-repeat:no-repeat;
	z-index:1;
}

#title{
	width:462px;
	height:83px;
	display:block;
	position: absolute;
	left:50%;
	margin-left:-231px;
	top:50%;
	margin-top:165px;
	z-index:3;
}
#string{
	width:100%;
	height:72px;
	background-image:url(../images/string.gif);
	background-position:110px;
	background-repeat:repeat-x;
	display:block;
	position: absolute;
	left:0px;
	top:50%;
	margin-top:-40px;
	z-index:0;
}
#copyrigt{
	font-size:14px;
	color:#666;
	width:360px;
	height:15px;
	display:block;
	position: absolute;
	bottom:30px;
	right:10px;
}
#fb_like{
	height:15px;
	display:block;
	position: absolute;
	bottom:60px;
	left:50px;
}
#nav{
	position: absolute;	
	top:50%;

	width:930px;;
	height:110px;
	left:50%;
	margin-top:155px;
	margin-left:-470px;
	z-index:4;
}

.nav_item_l{
	width:	230px;
	height:106px;
	display:block;
	float:left;
	text-decoration:none;
	border:none;
}
.nav_item_l img{
	text-decoration:none;
	border:none;
}
.nav_item_l a{
	display:block;
	padding:0px 0px 0px 30px;
	text-decoration:none;
	border:none;
}

.nav_item_l a:hover{
	padding:0px 30px 0px 0px;
	text-decoration:none;
	border:none;
}
.nav_item_r{
	width:	230px;
	height:106px;
	display:block;
	float:right;
	
}
.nav_item_r img{
	border:none;
	text-decoration:none;
}
.nav_item_r a{
	padding:0px 30px 0px 0px;
	display:block;
	text-decoration:none;
	border:none;
}

.nav_item_r a:hover{
	padding:0px 0px 0px 30px;
	text-decoration:none;
	border:none;
}