@charset "UTF-8";
/* Maeder Photography Website Styles
   CSS Development Author: Joe Godbee */

/* ////////////// DO NOT MODIFY THIS FILE ///////////////// */

.wrapper {
	border: 1px solid #fff;
	height: 100%;
	width: 100%;
	display: none;
	letter-spacing: 1px;
	}


.inner {
	width: 800px;
	margin: auto;
	}

h2.heading {
	font-family: Futura;
	font-size: 18px;
	color: #999;
	}

span.aqua {
	color: #00cdcd;
	}

p {
	font-family: "Futura", Helvetica, Arial;
	font-size: 14px;
	line-height: 22px;
	color: #999;
	}

a {
	color: #00cdcd;
	text-decoration: none;
	}

a:hover {
	color: red;
	text-decoration: none;
	}

table {
	font-family: Futura;
	font-size: 14px;
	color: #999;
	}
	
h3.locations {
	font-family: Futura;
	font-size: 15px;
	color: #999;
	}

.col1 {
	float: left;
	width: 300px;
	}

.col2 {
	float: left;
	width: 250px;
	}

.col3 {
	float: left;
	width: 250px;
	}
	
