/* 

this css file is used in the entire site: www.amberbowers.com 
lastmod: 1.5.07 
by: scottcooper

*/

body {
	background-color: #434343;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

a {text-decoration: none; color: #FFF;}

a:hover {color: #794A17;}

#container {width: 100%;}

#header {
	position: absolute;
	left: 20px;
	top: 5px;
	z-index: 10; 
}

#nav { 
	margin: 80px 0 0 0;
	background-color:#B4B4B4;
	border: 1px solid #FFF;
	font-size: 140%;
	text-align: right;
	padding: 2px 0; /* pushes grey bg away from text top & bottom */
}

#nav a {padding-right: 30px;} /* adds spacing between nav links */

.breadcrumbs {
	text-align: right;
	padding: 1em 1em 0 0;
}

.breadcrumbs a:hover {color: #794A17; border-bottom: 1px solid #794A17;}

.subnav {
	text-align: right;
	padding: 1em 1em 0 0;
}

.subnav a:hover {color: #794A17; border-bottom: 1px solid #794A17;}

.subnav a:visited {color: #000;} 

#content {
	
}

#content img {
	border: 1px solid #FFF;
}

#footer {
	height: 14px;
	width: 550px;
	background-color: #B4B4B4;
	border: 1px solid #FFF;
	font-size: 99%;
	padding-bottom: 1em;
}

/* deleted styles

#nav a:hover {border-bottom: 1px solid #794A17;}

#nav li { 
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}

*/
