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

body {
	color: #555;
	font-family:Tahoma, Geneva, sans-serif;
	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; }

#wrapper_content a {
	text-decoration: none;
	font-weight:bold;
	color:#333; }

#wrapper_content a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#ee303d; }

#content_area {
	margin-top: 45px;
	width: 100%;
	padding-left: 10%;
	height: 550px; }

#content_area_center {
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	width: 80%; }
	
#content_area_left {
	width: 46%;
	float:left; }

#content_area_right {
	width: 40%;
	float:right }

	
#content_area_right_background a {
	color:#fff;
	font-size:12px;
	padding:5px;
	line-height:2.5;
	background-color: #ee303d; }	
	
#content_area_right_background a:hover {
	color:#000;
	background-color:#ccc; }

	
.title {
	color: #000;
	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 ------- */
