@charset "utf-8";
/* formatting style
--------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 75%;
	line-height: 1.8;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#con {
	width: 570px;
	border: 1px solid #999999;
	height: 280px;
}

#wra {
	height: 200px;
	padding-top: 20px;
	padding-right: 45px;
	padding-left: 45px;
}

#wra p{
	margin-bottom: 10px;
}

#foo {
	width: 570px;
	height: 25px;
	padding-bottom: 20px;
	border-top: 1px solid #999999;
}

#foo p{
	color: #999999;
	margin-left: 30px;
	float: left;
	letter-spacing: 2px;
	width: 200px;
}

#second {
	color: #CCCCCC;
	margin-top: 30px;
	letter-spacing: 1px;
}

#add {
	color: #CCCCCC;
	letter-spacing: 1px;
	float: right;
	margin-top: -32px;

}