/* Sam Gray Photography  CSS */
/* Created : 20060115 */
/* Modified : 20060119 */




/* bg, centering, no-scroll */

body {
	padding:0px;
	text-align:center;
	background-color: #F2EFDC;
	margin: 0px;
	vertical-align: top;
	overflow: hidden;
}
	
#Vertical {
	text-align:left;
	padding:0px;
	z-index: 0;
	visibility: visible;
	width: 800px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	background-image: url(../images/sgp_bg_vert.png);
}
#Horizontal {
	text-align:left;
	padding:0px;
	z-index: 1;
	visibility: visible;
	width: 800px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	background-image: url(../images/sgp_bg_horiz.png);
	background-color: #F2EFDC;
}
	
/* logo placement */

.logo {
	height: 150px;
	width: 250px;
	position: relative;
	left: 0px;
	top: 170px;
	text-align: center;
	z-index: 7;
}

/* links */
	
a:link, a:visited {
	color: #7F4B23;
	text-decoration: none;
}
a:hover, a:active {
	color: #798E91;
	text-decoration: none;
}

.navigation {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7F4B23;
	width: 250px;
	text-align: center;
	display: block;
	top: 187px;
	z-index: 6;
	text-decoration: none;
}
.about {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7F4B23;
	top: 217px;
	width: 250px;
	text-align: center;
	display: block;
	z-index: 5;
	text-decoration: none;
}
.contact {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7F4B23;
	top: 247px;
	left: 2px;
	width: 250px;
	text-align: center;
	display: block;
	z-index: 4;
	text-decoration: none;
}


/* photo placement */

.photo_vert {
	height: 412px;
	width: 340px;
	position: relative;
	left: 0px;
	top: -506px;
	padding-top: 0px;
	padding-right: 158px;
	padding-bottom: 0px;
	padding-left: 302px;
	z-index: 3;
}
.photo_horiz {
	height: 338px;
	width: 410px;
	position: relative;
	left: 0px;
	top: -470px;
	padding-top: 0px;
	padding-right: 124px;
	padding-bottom: 0px;
	padding-left: 266px;
	z-index: 3;
}

.about_text {
	height: 412px;
	width: 340px;
	position: relative;
	left: 0px;
	top: -506px;
	padding-top: 0px;
	padding-right: 158px;
	padding-bottom: 0px;
	padding-left: 302px;
	z-index: 3;
}

/* description under photo */

.description_vert {
	width: 340px;
	position: relative;
	top: 350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-right: 158px;
	padding-left: 302px;
	color: #7F4B23;
	text-align: center;
	z-index: 2;
	}
.description_horiz {
	width: 410px;
	position: relative;
	top: 314px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	padding-right: 124px;
	padding-left: 266px;
	color: #7F4B23;
	text-align: center;
	z-index: 2;
}

/* copyright info */

.copyright {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #798E91;
		top: 358px;
	width: 250px;
	text-align: center;
	z-index: 1;
}
