@charset "utf-8";
/* CSS Document for Lisa Diamond Photography */

body {
	background-color: #0E0E0E; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
} 

h1 {
	font-size: 20px;
}

#left_links {
	width: 150px;
	float: left;
	font-size: 15px;
	color: #AAA;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	margin-top: 122px;
}	

#left_links ul {
	margin-left: 10px;
	padding-left: 0;
	list-style-position: inside;
	list-style-type: none;
	line-height: 140%;
	font-size: 15px;
}

#footer {
	width: 760px;
	margin: 10px auto;
	text-align: center;
}

.lower_footer_text {
	color: #333333;
}
.upper_footer_text {
	color: #999999;
}

a {
	color: #AAA;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #B861A8;
}

.secret_heading {
	color: #0E0E0E; 
}

.near_white {
	color: #EEEEEE
}


