body{
	text-align:center;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
a img{
	border:none;
}
#contents{
	font-weight:lighter;
	font-size:14px;
	text-align:justify;
	color:#383838;
	width:950px;
	padding:0px;
	margin:0px auto;
	margin-top:50px;
	margin-bottom:50px;
	/*background-color:yellow;*/
}
#contents p{
	line-height:1.5;
}
#contents a{
	font-size:14px;
	font-weight:lighter;
	color:#E25220;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#contents a:hover{
	text-shadow:0px 0px 4px #E25222;
}
#contents .bold{
	font-weight:bold;
}
#leftColumn{
	width:700px;
	/*background-color:red;*/
	padding-right:25px;
}
#rightColumn{
	float:right;
	width:225px;
	text-align:center;
}
#rightColumn .pair{
	background-color:#E25222;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#rightColumn .impair{
	background-color:#5795D0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#rightColumn .box{
	margin-bottom:50px;
	color:#ffffff;
	height:200px;
	overflow:hidden;
}
#rightColumn .impair:hover{
	color:#E25222;
	cursor:pointer;
}
#rightColumn .pair:hover{
	color:#5795D0;
	cursor:pointer;
}
#rightColumn .pair .box_picture{
	border-top:3px solid #E25222;
}
#rightColumn .impair .box_picture{
	border-top:3px solid #5795D0;
}
#rightColumn .box_picture{
	background-color:#ffffff;
	height:90px;
	width:225px;
	overflow:hidden;
}
#rightColumn .box_picture img{
	width:225px;
	height:90px;
}
#rightColumn .box_contents{
	overflow:hidden;
	font-size:14px;
	padding:5px;
}
#rightColumn .box_contents h1{
	text-decoration:none;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	margin-top:10px;
	font-size:16px;
}
#rightColumn .box_contents .coord{
	font-size:9px;
	overflow:hidden;
}
.title{
	text-decoration:none;
	margin:0px;
	font-size:42px;
	color:#5795D0;
	font-weight:normal;
	text-shadow:-1px -1px 1px #141516;
}
.subtitle{
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	font-size:20px;
	color:#5795D0;
	font-weight:normal;
	text-shadow:-1px -1px 1px #141516;
}