body {	
	background: url(../images/backgrounds/body.gif) no-repeat 50% 24px #ccc;
	margin: 32px auto 0 auto;
}

img, img {
	border: 0;
}

p, h1, h2, h3, h4, h5, ul, li, dl, dd, dt, img, form {
	margin: 0;
	padding: 0;
}

/*----Structural DIVs----*/

#wrap {
	width: 770px;
	text-align: center;
	margin: 0 auto;
}

#innerWrap {
	width: 770px;
	height: 500px;
	text-align: left;
	border-top: 0;
	background: #646464;
}

#copyright {
	width: 735px; /*770px*/
	padding-left: 35px;
	text-align: left;
	margin-top: 32px;
}

/*----Other DIVs----*/

#textCol {
	float: left;
	display: inline;	
	width: 320px;
}

#photoCol {
	float: left;
	display: inline;
	width: 450px;
	height: 434px;
}

.about {
	background: url(../images/largePaintings/about.jpg) no-repeat;
}

.home {
	background: url(../images/largePaintings/home.jpg) no-repeat;
}

.text {
	width: 250px;
	margin-left: 35px;
}

#mainNav {
	float: left;
	display: inline;
	width: 770px;
	height: 66px;
	background: #3f3f3f;
	font: normal 10px/14px tahoma, verdana, arial, sans-serif;		
}

/*----Typography----*/

h1 {
	margin-top: 64px;
	width: 135px; /*174px*/
	padding: 3px 0 5px 35px;
	border-bottom: 3px solid #b16325;
	font: normal 24px/14px 'Trebuchet MS', trebuchet, tahoma, verdana, arial, sans-serif;		
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}

.text p {
	font: normal 11px/18px tahoma, verdana, arial, sans-serif;		
	color: #fff;
	text-align: justify;
	margin-bottom: 15px;
}

.text .quote {
	font: italic 11px/18px tahoma, verdana, arial, sans-serif  !important;		
	color: #fff;
	text-align: left  !important;
	margin: 22px 0 5px 0 !important;
}

#mainNav ul {
	list-style: none;
	margin: 30px 0 0 28px;
}

#mainNav li {
	list-style: none;
	display: inline;
	height: 36px;
	margin-right: 3px;
}

#copyright p {
	font: normal 11px/14px tahoma, verdana, arial, sans-serif  !important;
	color: #646464;
	margin-bottom: 21px;
}

#copyright p.byline {
	font: normal 11px/14px tahoma, verdana, arial, sans-serif  !important;
	color: #3f3f3f;
}


/*----Link Styles----*/

#mainNav li a {
	padding: 6px 7px 20px 7px;
	color: #fff;
	font: bold 12px/18px 'Trebuchet MS', trebuchet, tahoma, verdana, arial, sans-serif;		
	text-transform: uppercase;
	text-decoration: none;
}

#mainNav li a:hover {
	color: #fcb100;
}

#mainNav .selected:hover {
	color: #fff !important;
}

#mainNav .selected {
	background: #b16325;
}

#copyright a {
	text-decoration: none;
	color: #3f3f3f;
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 2px;
}

#copyright a:hover {
	border-bottom: 0;
}

#textCol a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #7c8389;
	padding-bottom: 2px;
}

#textCol a:hover {
	border: 0;
}
