	/*  
Main stylesheet for Ross Fredella Photography http://www.rossfredella.com
Created by: Mead Dixon http://madawc.dreamhosters.com/
November 2007
	*/
	
	/* structure */

#frontpage {
	margin-left: auto;
	margin-right: auto;
	margin-top: 190px;
	text-align: center;
	display: block;
	}


#page {
	width: 900px;
	height: auto;
	margin: auto;
	margin-top: 30px;
	background: white;
	border: none;
	z-index: 50;
	display: none;
	}
	
#header {
	width: 900px;
	clear: both;
	}
	
#content {
	width: 900px;
	height: auto;
	clear: both;
	margin-top: 40px;
	}
	
#leftside {
	width: 340px;
	float: left;
	}
	
#rightside {
	width: 540px;
	border-left: 1px solid #A0A0A0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	float: right;
	}
	
#rightcontain {
	/* float: right; */
	margin-left: 20px;
}
	
#about, #links, #contact {
	margin-right: 20px;
	}

#arrows {
	width: 20px;
	clear: both;	
	margin-left: auto;
	margin-right: auto;
	}
	
#arrows img {
	margin: auto;
	}
	
#photos {
	margin: auto;
	clear: both;
	}
	
#photos img {
	width: 500px;
	border: 1px black solid;
	}
	
#caption {
	text-align: left;
	margin: auto;
	clear: both;
	margin-left: 2px;
	margin-top: -10px;
	}

/* display attr. for script */

#aboutDiv {
	display: none;
}

#linksDiv {
	display: none;
	}
	
#contactDiv {
	display: none;
	}
	
/* typography */

body {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 12px;
	color: #A0A0A0;
	}
	
#leftside {
	text-align: right;
	}
	
a {
	color: #6640A0;
	text-decoration: none;
	}
	
a:hover {
	color: #A0A0A0;
	}
	
h3 {
	color: #6640A0;
	font-size: 12px;
	margin-top: 20px;
	}
	
#leftside p {
	line-height: 14px;
	margin-top: 20px;
	}

/* lists/nav */

	#header li {
	float: left;
	margin-left: 8px;
	font-size: 13px;
	}
	
	#header ul {
	margin-top: 5px;
	}
	
	ul {
	list-style-type: none;
	}
	
	#contentC ul {
	list-style-type: none;
	}
	
	#contactC li {
	margin-top: 10px;
	}
	
/* misc. */
img {
	border: none;
	}