/* Global properties ======================================================== */

body {
	color: #555;
	font-family:Tahoma, Geneva, sans-serif;
	background-image: url(../images/bg-04.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	 }

html { min-width: 960px;}

/* Global Structure ============================================================= */

.container {
	margin: 0 auto;
	position: relative;
	width: 1000px; }


	
	

/*------- content ------- */
#wrapper_content {
	width: 1000px; }

#content_area {
	background-color: rgba(255,255,255,0.9);
	border-radius:10px;
	margin-left: 10%;
	margin-top: 45px;
	width: 80%;
	padding: 5% 5% 0 5%;
	height: 690px; }

#content_area_center {
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	width: 100%; }
	
#content_area_left {
	float:left;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	width: 45% }

#content_area_right {
	float:right;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	width: 45%; }
	
	
.title {
	color: #ee303d;
	font-weight: bold;
	font-size: 18px; }


#area_txt {
	text-align: left;
	font-size: 13px;
	padding: 0 10px 0 10px; }
	
#area_txt b {
	margin-top: 15px;
	font-size: 18px; }
	
#area_txt a {
	color: #666;
	text-decoration: none; }
	
#area_txt a:hover {
	color: #000;
	text-decoration: none; }
	
/*------- END content ------- */
