/* Bart Photography CSS */

#LeftColumn {
	position:absolute;
	top: 0px;
	left: 0px;
	width:200px;
	height: 1200px;
	z-index:1
}

#TopLeftLogo {
	position:absolute;
	top: 0px;
	left: 15px;
	width:200px; 
	height:115px; 
	z-index:1
}

#LeftNav {
	position:absolute;
	width:170px;
	z-index: 6; 
	top: 190px; 
	left: -25px;
}
#LeftNav ul {
	list-style-type:none;
}

#LeftNav li {
	background-color: #007524;
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	padding: 2px 0px;
	text-align: center;
}

#LeftNav li a:link {
	color: white;
	text-decoration:none;
}
#LeftNav li a:visited {
	color: white;
	text-decoration: none;
}
#LeftNav li a:hover {
	color: #CCCCCC;
}

body#Home a#home_link,
body#MeetSteven a#meetsteven_link,
body#OrderPrints a#orderprints_link,
body#Exhibitions a#exhibitions_link {
	color: #CCCCCC;
}



#HomeHeaderSlider {
	position:absolute;
	top: 0px;
	left: 170px;
	width:710px;
	height: 1200px;
}

#CafePress {
	position: absolute;
	left: 0px;
	top: 600px;
}

#NEDSTAT {
	position: absolute;
	left: 0px;
	top: 550px;
	margin-left: 75px;
}

#MeetStevenText {
	position: absolute;
	top: 30px;
	left: 200px;
	width: 600px;
}

#OrderPrintsTable {
	position: absolute;
	top: 0px;
	left: 200px;
}

#ExhibitionsTop {
	position: absolute;
	top: 10px;
	left: 200px;
}
#ExhibitionsMiddle {
	position: absolute;
	top: 490px;
	left: 200px;
}
#ExhibitionsBottom {
	position: absolute;
	top: 530px;
	left: 200px;
}

#AboutSteve {
	position:absolute; 
	width:650px; 
	z-index:1; 
	margin: 30px; 
	top: 520px; 
	left: 170px;
}

#AboutSteve p {
	font-family: "Comic Sans MS";
	color: black;
}

#WebsiteBy {
	position:absolute; 
	width:150px; 
	height:40px; 
	z-index:100; 
	left: 0px; 
	bottom: 300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
	margin-left: 50px;
}

#WebsiteBy a:link {
	color: black;
	text-decoration:underline;
}
#WebsiteBy a:visited {
	color: black;
	text-decoration:underline;
}
#WebsiteBy a:hover {
	color: gray;
	text-decoration:underline;
}
