@media screen and (min-width: 481px) {
	#entrance
	{
		width: 100%;
		margin: 0;
		padding-bottom: 48.5%;
		background-color: rgb(210,236,252);
		background: url(images/entrance.jpg) center no-repeat;
		background-size: cover;
	}
}

.enter {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

#newOwner {
	margin: 20px auto;
	padding: 5px 20px;
	text-align: center;
	border: 1px solid;
	border-radius: 10px;
	box-shadow: 3px 3px grey;
	background-color: rgb(210,236,252);
}

@media screen and (min-width: 481px) {
	#newOwner {
		width: 25em;
	}
}

#interior .box {
	margin: 15px auto;
	padding: 10px;
	border: 2px solid;
	border-radius: 10px;
}

#flash {
	width: 600px;
	max-width: 90%;
	margin: 20px auto;
	padding: 5px 10px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: red;
	border: 5px double red;
}

h2 {
	margin: 0 0 10px;
	font-size: 125%;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

#intro .illustration {
	font-size: 90%;
	font-style: italic;
	text-align: center;
}

@media screen and (min-width: 481px) {
	#intro .illustration {
		float: left;
		padding-top: 10px;
	}
	#intro p {
		margin-left: 320px;
	}
}

/*--------------Articles--------------*/

.article {
	margin: 10px 0;
}

.article p {
	margin: 0 0 10px;
}

.content {
	margin-top: 0;
}

.signature {
	font-style: italic;
	text-align: right;
}

@media (min-width: 481px) {
	.signature {
		padding-right: 50px;
	}
}

/*--------------Specific--------------*/

	#workday .illustration {
		text-align: center;
	}
	#workday .illustration img {
		margin: 10px;
	}

@media screen and (min-width: 481px) {
	#workday .signatureBlock {
		margin-left: 50%;
	}
	#highway .illustration {
		float: left;
		width: 146px;
		height: 110px;
		margin-right: 20px;
		background-image: url(images/trash2.gif);
	}
	#annMtg .illustration {
		float: left;
		width: 150px;
		height: 98px;
		margin: 20px 20px 0 25px;
		background-image: url(images/gavel.gif);
	}
	#social .illustration {
		float: left;
		width: 210px;
		height: 140px;
		margin: 0 20px 0 25px;
		background-image: url(images/potluck.png);
	}
}
