#content{
	min-height: 550px;
	background-color: #fff; 
	border-bottom: 1px solid #9a9a9a;	
}

#content a{
	text-decoration: none;
	color: #000;
}

#content a:hover{
	text-decoration: none;
	color: #000;
}

#left{
	position: relative;
	top: 44px;
	left: 44px;
	width: 395px;
	height: 455px;
	background-color: #9ec1e3;
	border: 1px solid #0d62b9;
	float: left;	
	cursor: pointer;
}

#right{
	position: relative;
	top: 44px;
	right: 44px;
	width: 395px;
	height: 455px;
	background-color: #dae3a2;
	border: 1px solid #9cb61e;
	float: right;	
	cursor: pointer;
}

#right_hbox{
	position: relative;
	margin: 9px auto;
	width: 377px;
	height: 70px;
	border: 1px solid #647310;
	line-height: 70px;
	font-size: 1.6em;
	text-align: center;
	
	background: #c2d65b; /* Old browsers */
	background: -moz-linear-gradient(top,  #c2d65b 0%, #9db720 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c2d65b), color-stop(100%,#9db720)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c2d65b 0%,#9db720 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c2d65b 0%,#9db720 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c2d65b 0%,#9db720 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c2d65b 0%,#9db720 100%); 
}

#right_box_content {
	position: relative;
	padding: 1em;	
}

#left_hbox{
	position: relative;
	margin: 9px auto;
	width: 377px;
	height: 70px;
	border: 1px solid #03274b;
	line-height: 70px;
	font-size: 1.6em;
	text-align: center;

	background: #4c8ddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c8ddd 0%, #0070db 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c8ddd), color-stop(100%,#0070db)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c8ddd 0%,#0070db 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c8ddd 0%,#0070db 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c8ddd 0%,#0070db 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c8ddd 0%,#0070db 100%); /* W3C */
}

#left_box_content {
	position: relative;
	padding: 1em;	
}
