body{
	margin:0;
	background:#3d3d3d;
	font-family:verdana,arial,helvetica,sans-serif;
	color:#000;
}

p{
margin: 0 0 11px 0;
}

a{
	color:#0066cc;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.center{
	text-align:center;
}
/* Container */
#container{
	width:960px;
	margin:0 auto;
	padding:0;
	color:#000;
	background:#fff;
}

/* Header */
#header{
	position:relative;
	width:960px;
	background: url(/img/header.jpg) no-repeat;	
	height:524px;
	}

/* Box */
.box	{
	float:left;
	display:inline;
	margin:0 0 30px 0;
	padding:0;
	width:140px;
	text-align:center;
	font-family:verdana,arial,helvetica,sans-serif;
}
.box a{
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.box .free{
	color:#555;
	margin-top:5px;
}


/* Logo */


/* Menubar */

#menubar{
	position:absolute;
	top:50px;
	left:300px;
	font-size:11px;	
}
#menubar a{
	float:left;
	margin-right:30px;
	color:#000;
}


/* Newsletter */
#newsletter{
	margin: 0 0 30px 0;
	padding:7px 70px 10px 70px;
	width:820px;
	background:#DCF5FF;
	color:#333;
	font-size:18px;
}
	#newsletter .small{
		font-size:10px;
		color:#666;
	}
	#form_newsletter{
		float:right;
		margin-top:5px;
	}
	#form_newsletter input{
		border:1px solid #ccc;
	}

/* Contents */
#contents{
	overflow:auto;
	width:860px;
	margin:0 auto 30px auto;
	}

/* Column Left */
#col_left{
	float:left;
	width:420px;
	padding:0 20px 0 0px;
	margin-bottom:30px;
	/*border-right:1px solid #C9C9C9;*/
	text-align:justify;
	font-size:13px;
	}
	
	#col_left .title{
		font-family: "Lucida Grande",arial,helvetica,sans-serif;
		font-weight: bold;
		font-size:24px;
		color:#333;	
	}
	#col_left .subtitle, #col_right .subtitle, #gtd .subtitle{
		font-family: "Lucida Grande",arial,helvetica,sans-serif;
		font-weight: bold;
		font-size:15px;
		color:#727272;
		margin-bottom:15px;
		}
	#col_left .subtitleleft{
		font-family: "Lucida Grande",arial,helvetica,sans-serif;
		font-weight: bold;
		font-size:15px;
		color:#727272;
		margin-bottom:15px;
		clear: both;
		width: 420px;
		}
	#col_left .img{
		width:400px;
		margin:0 auto 30px auto;
	}
	#col_left .highlited{
		background:#FFCCFF;
		}
	
/* Column Right */
#col_right{
	float:right;
	width:400px;
	text-align:justify;
	font-size:13px;
	}
	#col_right .img{
		width:250px;
		margin:0 auto 30px auto;
	}

#gtd{
	clear:both;
	text-align:justify;
	font-size:13px;
}

/* Footer */
#footer{
	clear:both;
	padding: 10px 0px;
	background:#ccc;
	text-align:center;
	font-size:11px;
	color:#333;
}

