/* colors

purple font = #581869
grey font = #7C695A
grey bg = #efedeb

 */

body {
	background: #f7f6f5;
	font-family: times, serif;
	font-size: 30px;
	font-style: italic;
	line-height: 36px;	
}
a {
	color: #581869;
	border-bottom: 1px solid #581869;
	text-decoration: none;
}
.container {
	width: 1000px;
	height: 800px;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	margin: -400px 0 0 -500px;
	background: url(elements/bg1.png) no-repeat top center;
}

article p {
	padding: 0 0 1px 0;
}

.col1 {
	color: #581869;
	width: 600px;
	float: left;
}
.col2 {
	color: #7C695A;
	width: 400px;
	float: right;
}
.container img {
	clear: both;
	width: 1000px;
	max-width: 1000px;
	height: auto;
	margin-top: 15px;
	margin: 0;
	padding: 0;
} 

@media only screen and (max-width: 1000px) {

	.container {
		position: static;
		width: auto;
		margin: 0;
		background: none;
		height: 100%;
	}
	.col1, .col2 {
		float: none;
		text-align: center;
		font-size: 24px;
		line-height: 30px;
		width: 100%;
	}
	.col1 p:first-child br {
		display: none;
	}
	.col2 {
		padding-bottom: 30px;
	}
	article {
		padding: 10px 0 0 0;
	}
	article p {
	padding: 0 20px 1px 20px;
	}
	.container img {
		width: 100%;
	}	
}