/* 
Main stylesheet for site
10th Nov 2008
Blokart pp.  Natalie Leigh  nataliejleigh.com
*/


body {
	background-color: #ffffff;
	font-family: "Garamond", sans-serif ; 
	color: #000000;
	line-height: 1.3em;
	font-size: 14px;
	font-weight:normal;
}

p{
	padding: 10px 10px 10px 20px;
}

a{color: #000000;}
a:hover{}

form{
  font-size: 14px;
  }
  
 h1{
 	font-size: 18px;
	font-weight:normal;
	line-height: 1.5em;
 } 
  
 img{
 margin: 0;
 padding: 0;
 border: none;
 } 

#container{
	width: 750px;
	margin: 0 auto;
	padding-top:15px;
	text-align: left;
}

#slideshow{
	width: 750px;
	height: 325px;
}

.pics {
	height:325px;
	width:750px;
	overflow:hidden;
	margin:0;
	padding:0
}

.pics img {
	height:325px;
	width:750px;
	top:0;
	left:0
}


#content{
	margin: 0px;
	text-align:center;
}

/* navigation */

#navHome{
	list-style:none;
	float:right;
	margin-top: 114px;
	display:inline;
}

#navHome li{
	float:left;
	padding-right: 10px;
	padding-bottom: 20px;
	list-style:none;
	display:inline;
	text-transform:uppercase;
	font-size:14px;}

#navHome li a{
	color: #eeeeee;
}

#footer{
	color: #686868;
	margin-top: 20px;
	border-top: 1px dashed #cccccc;
	padding-top: 10px;
	text-align: right;
	font-size: 13px;
}

#footer a, #footer a:hover{
	color: #686868;
	text-decoration:none;
}

