@charset "UTF-8";
/*
Theme Name: GaGraham
Version: 1.0
Author: Michael Shihinski
Author URI: http://graphicten.com
*/

@import "css/reset.css";

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #e4e5ea url(images/bg.jpg);
	color: #444;
}

#wrapper {
	width: 960px;
	margin: 40px auto;
}

#imageWrap {
	width: 920px;
	border: 20px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: url(images/Airstream11.jpg) center center no-repeat;
	height: 600px;
	overflow: hidden;
	position: relative;
	box-shadow: 5px 5px 15px #000;
	-moz-box-shadow: 5px 5px 15px #000;
	-webkit-box-shadow: 5px 5px 15px #000;
}

h1 {
	font-size: 46px;
	margin-bottom: 20px;
	background: url(images/trans.png);
	padding: 10px;
	color: #444;
}

#contact {
	position: absolute;
	z-index: 1;
	width: 300px;
	padding: 10px;
	background: url(images/trans.png);
	right: 0;
	bottom: 65px;
	font-size: 24px;
	text-align: right;
}

#contact a {
	color: #555;
	text-decoration: none;
}

#contact a:hover {
	text-decoration: underline;
}