@charset "utf-8";




A {
	color: #F06;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 10px #333;
}



#column1 {
	width: 188px;
	height: 700px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	float: left;
}
#column2 {
	float: right;
	height: 700px;
	padding-top: 30px;
	padding-right: 30px;
	width: 620px;
	padding-left: 40px;
}
#wrapper #column2 #circles  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	float: left;
	padding-top: 20px;
	box-shadow: 0px 0px 0px 0px #FFF;
}


#column1  img{
	border: 1px solid #999;
	padding: 6px;
	box-shadow: 2px 2px 2px 2px #CCC;
}
#column2 img  {
	border: 1px solid #999;
	padding: 6px;
	box-shadow: 2px 2px 2px 2px #CCC;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#column2 #sign {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	box-shadow: 0px 0px 0px 0px;
}
table {
	height: auto;
}
