@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 12px;
	color: #333333;
}

.bigdiv {
	width: 955px;
	margin: 0 auto 0 auto;

}

.leftpic {
width: 300px;
margin: 250px 0 20px 20px;
float:left;
}
.copybox {
	width: 300px;
	margin: 15px 50px 20px 0;
	text-align:justify;
	line-height: 20px;
	float:right;
	}
	
a:link {
	color: #F27E27;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F27E27;
}
a:hover {
	text-decoration: underline;
	color: #F27E27;
}
a:active {
	text-decoration: none;
	color: #F27E27;
}