@charset "utf-8";
/* CSS Document */
html { overflow-y: scroll }
A{color:#ffffff}
A:visited{color:#ffffff}
body {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	background: #292323;
	color:#f0f0f0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
}
.nashville-photographer-div #container {
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.nashville-photographer-div #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



#navcontainer ul{
margin: 0;
padding: .5em 1em;
list-style-type: none;
text-align: center;
background-color:#292323;
border-top: 1px solid #5f2a18;
border-bottom: 1px solid #5f2a18;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{
padding: .5em 2em;
text-decoration: none;
color: #cccb9b;
background-color: #292323;
}

#navcontainer ul li a:hover{
color: #ffffff;
background-color: #755d53;
}

body#home a#homenav,
body#artist a#artistnav,
body#portfolio a#portfolionav,
body#shop a#shopnav,
body#xport a#xportnav,
body#event a#eventnav,
body#contact a#contactnav {
color: #ffffff;
background: #755d53;
}

a:active {
 outline: none;
}
a:visited {
 outline: none;
}

#contentArea{
	border: 6px solid #292323;
	background-color:#292323;
	font: 80%  Arial, Verdana, Helvetica, sans-serif;
}

 
fieldset {
border: 0px solid #643b29;
width: 600px;
padding: 10px;
}
fieldset legend {
background: #755d53;
padding: 6px;
font-weight: bold;
color:#ffffd8;
}

.hidden { 
	display:none; 
	width: 0px; 
	float: left; 
	margin: 0px; 
	height:0px;
	
}

label,input { 
	display: block; 
	width: 150px; 
	float: left; 
	margin: 5px; 
	border: 0px solid #333333;
	height:20px;
	background-color:#755d53;
	color:#FFFFFF;
}
label, select, textarea { 
	display: block; 	 
	float: left; 
	margin: 5px; 
	border: 1px solid #333333;
	background-color:#755d53;
	color:#FFFFFF;
}





label {
color: #ffffd8;
width: 150px;
display: block;
float: left;
text-align: right;
padding-right: 3px;
background: #755d53;
height:20px;
border: 0px solid #cccccc
}

.none{padding:0px; margin:0px; }

br { clear: left;}

.Button{
margin-left:250px;
background:#755d53;
border:1px solid #ffffd8;
border:outset;
color:#ffffd8;
font-weight:normal;
height:30px;


}
