/* CSS Document */

html, body,  li, p, ul{
	margin: 0;
    padding: 0;
}

body {
	font: .75em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #564b47;
	background: #F5F5DE;
	background-image: url(images/backgrnd.jpg);
	}

#index_wrapper {
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	height: 620px;
	width: 797px;
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
	border: 3px solid #ccc;
	}
	
#main_wrapper {
	background: #F5F5DE;
	height: auto;
	width: 800px;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #ccc;
	}
	
#header {
	margin: 0px 0px 0px 330px;
	padding-top: 50px;
	}	

#gallery_header {
	background-color:  #FFF;
	padding:13px 0px 8px 350px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	
	}
	
#sub_head {
	margin: 0px 0px 0px 310px;
	}
	
li {
	list-style-type:none;
	width:auto;
	}

#index  li a {
	display:block;
	padding:2px 0px 0px 43px;
	left:35px;
	top:175px;
	font: bold 1em Tahoma, Geneva, Arial;
	font-color: #660066;
	background:url(images/spirals.png) top left no-repeat;
	text-decoration: none;
	line-height: 45px;
	position: relative;
	
	}
	
#index  li a:visited {
	color: #660066;
	text-decoration: none;
	}
	
#index  li a:hover {
	color: #FFF;
	background-position: 0 -45px;
	text-decoration: none;
	}

#index  li a:active {
	color: #FFF;
	background-position: 0 -45px;
	text-decoration: none;
	}

#nav li {
	width:auto;
}

#nav li a {
	font: small;
	display:inline;
	 float:left;	
	padding:0px 5px 0px 35px;
	margin-left:15px;
	color:#660066;
	background: url(images/gallery_spirals.png) top left no-repeat;
	text-decoration: none;
	line-height:35px;
	}
	
#nav li a:visited {
	text-decoration: none;
	}
	
#nav li a:hover {
	color: #6699CC;
	background-position:0 -35px;
	text-decoration: none;
	}

#nav li a:active {
	color:#FFF;
	background-position:0 -35px;
	text-decoration: none;
	}
	
a{
	color: #3a5483;
	text-decoration:none;
	}

a:visited{
	text-decoration: none;
	}
	
a:hover {
	color: #6699CC;
	}
	
p{
		padding:.5em;
		color: #564b47;
		}
			
	
	#twocolwrap{
	overflow: hidden;
	width:auto;
	margin: 0 auto;
	padding-bottom: 2em;
	clear:both;
	}

#left_col{
	float: left;
	width: 330px;
	background-color:#FFF ; 
	margin-left:22px;
	margin-top: .5em;
	padding: 2em;
	}
	
#right_col{
	float: left;
	background-color:#FFF ; 
	width: 330px;
	margin-top: .5em;
	padding: 2em;
	}

.box-right{
	background-color:#F5F5DE;
	border: 1px solid #CCC;
	margin-left: 5px;
	padding: 3px;
	}

.box-left{
	background-color:#F5F5DE;
	border: 1px solid #CCC;
	margin-left: 20px;
	padding: 3px;
	}

#footer_container{
	background: #F5F5DE url('images/header.jpg') repeat-x;
	clear:both;
	width:auto;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid #ccc;
	}

#footer li{
	display: inline;
	width:auto;
	line-height: 1em;
	}

.tiny {
	font:10px Tahoma, Geneva, Helvetica Neue, sans-serif;
	color:#555;
	}
	
.tiny a {
	font:10px Tahoma, Geneva, Helvetica Neue, sans-serif;
	color: #660066;
	text-decoration: none;
	}

.tiny a:hover {
	color: #564b47;
	}
	
.tiny_kate a{
	font:10px Tahoma, Geneva, Helvetica Neue, sans-serif;
	color: #660066;
	text-decoration: none;
	color:#564b47;
	}
	
.tiny_kate a:hover {
	color: #6699CC;
	}