html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	font-size: 14px;
	line-height: 20px;
	background: #fff url(../img/header_bg.gif) repeat-x;
	text-shadow: #efefef 3px 3px 3px;
}

img {
	border-width: 0px;
}

a:link, a:visited {
	color: #555;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}

/* wrapper-width: 1000px */
#wrapper {
	width: 960px;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	/* for z-index */
	position: absolute;
	right: 0px;
	left: 0px;
	
}



.float_top_layer {
	width: 100%;
	/*width: 964px;*/
	height: 1300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 20px;
	padding-right: 20px;*/
	background: #000 url(../img/index_p1.jpg) no-repeat center top;
	/* for z-index */
	z-index: 1;
	position: absolute;
	right: 0px;
	left: 0px;
	border: 1px none #f83b57;
}
#effect-container {
	width: 100%;
	height: 617px;
}

/* @group header */

/* header-height: 200px */
#header {
	height: 140px;
	padding-top: 60px;
	
}

#nav {
	top: 0px;
	position: relative;
	
}
#nav_placeholder {
	top: 0px;
	position: relative;
}
/*
#logo {
	float: right;
	position: relative;
	top: -19px;
	right: 0px;
}*/
#logo {
	float: right;
	border: 0px solid #ff0000;
	position: relative;
	top: -19px;
	right: 0px;
}



/* @end */

#content_left{
	width: 516px;
	border: 0px solid #00ff00;
	padding-right: 10px;
	float: left;
	/*background-color: #8fff55;*/
}

#content_right {
	width: 434px;
	border: 0px solid #0000ff;
	float: left;
	/*background-color: #fce3c8;*/
}

.title {
	font-size: 18px;
	color: #000;
}

.small_title {
	font-weight: bold;
}
