/************************************
Author: Tom Hartman
Author Site: http://www.ptahatom.com/
Created: January 1, 2010
For: GabrielleLisaCollard.com
************************************/

/*** Sitewide Layout ***/

body, html {
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0 auto;
	width: 970px;
	min-height: 880px;
}
#header {
	clear: both;
	float: left;
	height: 150px;
	margin: 0 0 74px;
	text-align: center;
	width: 970px;
}
#menu {
	float: left;
	height: 400px;
	width: 260px;
}
#content {
	clear: right;
	float: right;
	height: 600px;
}
#footer {
	clear: both;
	height: 30px;
	margin: 15px auto 0;
	padding: 15px 0 0;
	text-align: center;
	width: 970px;
	color: #999;
}

/*** Menu ***/

#menu img { border: 0; }
#menu ul { list-style: none; }
#menu li { margin: 15px 0; }
#menu ul li ul { padding: 0 0 0 20px; }

/*** Content Items ***/

.contentItem { }

/*** Galleries ***/

.gallery img { border: 5px solid #000; }
.thumb-hover { border: 5px solid #FFF !important; position: relative; }

/*** Contact Form ***/

#footer a:link, #footer a:visited, #footer a:active { color: #999; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
