@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;
	margin-top: 0px;
	margin-bottom: 0px;
}



#column1 {
	width: 237px;
	height: 500px;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 30px;
	float: left;
}
#column2 {
	float: right;
	height: 1400px;
	padding-top: 30px;
	padding-right: 30px;
	width: 620px;
	padding-left: 40px;
}
table {
	height: 192px;
}
.exclamleft {
	float: left;
	margin-right: 15px;
}
.exclamright {
	float: none;
	padding-left: 10px;
	vertical-align: text-top;
}
.pinkheadings {
	font-size: x-large;
}
.bigpinkheadings {
	font-size: 1.6em;
	color: #F06;
	text-decoration: underline;
}
