/* Website Style */
/* 
	--- header ---
*/
body{
	background-color:#E3E6E5;
	text-align:center;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
a{
	color:#C5158E;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	outline-style:none;
}
.klir{
	clear:both;
}
h1{
	font-size:1.4em;
	letter-spacing:2px;
	margin-top:20px;
	-webkit-box-shadow: 0px -3px 10px -1px #999;
	-moz-box-shadow: 0px -3px 10px -1px #999;
	box-shadow: 0px -3px 10px -1px #999;
}
/*
	--- entrance page ---
*/
.header{
	background-color:#AED2EC;
	padding:40px 0px 30px 0px;
}
.top_msg{
	background-color:#E3E6E5;
	color:#808D86;
	height:70px;
	padding:20px 0px 0px 0px;
	font-size:1.2em;
	border-top:1px solid #96A8AA;
	border-bottom:1px solid #98A7AE;
	line-height:1.4em;
	letter-spacing:1px;
	/*
	-webkit-box-shadow: 0px -3px 10px -1px #999;
	-moz-box-shadow: 0px -3px 10px -1px #999;
	box-shadow: 0px -3px 10px -1px #999;
	*/
}
.crossroads{
	border-bottom:1px solid #97A6AD;
	color:#C41590;
	text-transform:uppercase;
}
.crossroads img{
	-webkit-box-shadow: 0px -3px 10px -1px #999;
	-moz-box-shadow: 0px -3px 10px -1px #999;
	box-shadow: 0px -3px 10px -1px #999;
}
.left_road_container{
	float:left;
	text-align:right;
	width:50%;
	background-color:#AACBEA;
}
.left_road{
	float:right;
	text-align:center;
	width:304px;
	padding:50px 170px 50px 0px;
}
.left_road h1{
	width:284px;
	background-color:#F286B9;
	color:white;
	text-align:center;
	padding:10px;
}
.right_road_container{
	float:left;
	text-align:left;
	width:50%;
	background-color:#F2F3F2;
}
.right_road{
	float:left;
	text-align:center;
	width:304px;
	padding:50px 0px 50px 170px;
}
.right_road h1{
	width:284px;
	background-color:#C5158E;
	color:white;
	text-align:center;
	padding:10px;
}
p{
	margin-top:20px;
	line-height:1.4em;
}

/*
	--- footer ---
*/
div.footer{
	margin:0px auto;
	padding:10px 0px 10px 0px;
	width:1000px;
	font-size:0.8em;
}