body {
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	line-height:25px;
}

h1{
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	}
	
h3{
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	padding-top: 30px;
	}
	
#container{
	width: 650px;
	margin: 0 auto;
}

#content{
	background-repeat: repeat-y center top;
	width:  650px;
	height: 100%
	margin:0;
	padding:0;
	background: url(../images/frame_middle.gif);
}
	
#q_off{
	width: 400px;
	margin: 0 auto;
	padding: 30 auto;
	text-align: center;
	}
	
#answer{
	width: 450px;
	margin: 0 auto;
	padding: 30 auto;
	text-align: center;
	background: url(../images/icon01.jpg) no-repeat right bottom;
	}

#answer2{
	width: 450px;
	margin: 0 auto;
	padding: 30 auto;
	text-align: center;
	background: url(../images/icon02.jpg) no-repeat right bottom;
	}
	
#answer3{
	width: 450px;
	margin: 0 auto;
	padding: 30 auto;
	text-align: center;
	background: url(../images/icon03.jpg) no-repeat right bottom;
	}
	
a:link {
	color: #1E55DE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
	
.big_question {
	font-size: 30px;
	color: #FF9900;
	line-height: 60px;
}

.orange {
	font-size: 16px;
	color: #FF9900;
	line-height: 18px;
}
.small {
	font-size: 12px;
	line-height: 23px;
}

.red {
	font-size: 12px;
	color: #FF0000;
	line-height: 23px;
}

.forprint {
	display: none;
}
