body {
	background-color: #eaeaea;
	background-image:url('../img/bg.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	font-family: 'Verdana';
	color: #007bbf;
}

a:link {color:#007bbf;text-decoration:none;}      /* unvisited link */
a:visited {color:#007bbf;text-decoration:none;}  /* visited link */
a:hover {color:#007bbf;text-decoration:none;}  /* mouse over link */
a:active {color:#007bbf;text-decoration:none;}  /* selected link */

h1 {
	font-size: 42px;
	margin: 20px 0 20px 100px;
	font-weight:600;
	float:center;
}

img {
	vertical-align:middle;
}

.header {
	margin: 40px 0 0 0;
	padding: 1px 0px 1px 0;
	background-color: #f5f5f5;
	border: 2px;
	border-style: solid;
	border-color: #cfd1d0;
}

.loc {
	font-size: 20px;
	color: #a0a0a0;
	padding-left: 30px;
}

.singletitle {
	text-align:center;
	float: left;
	width: 100%;
	font-size: 25px;
	margin-bottom: 30px;
}

.singleimg {
	text-align:center;
	float: left;
	width: 33%;
	font-size: 25px;
	margin-bottom: 30px;
}

p {
	padding: 0px;
	margin: 0px;
}

.footer {
	text-align:center;
}

.main {
	padding: 50px;
}

.footer{
	padding: 50px;
}
