/*  
Description: website template theme for Jackie's Kreations.
Version: 1.0
Author: Kathy Murdock, Aniza Marketing
Author URI: http://www.anizamarketing.com/
All graphics and text are copyrighted. 
*/

body,h1,h2,h3,h4,h5,h6,blockquote,p{
margin-bottom:10px;
padding:0;
}


body{
	width:100%;
	font-family:Arial, Helvetica, Georgia, sans-serif;
	font-size:1.1em;
	text-align:left;
	background: url(body.gif) repeat #000099;
	color:#000;
	}
	

	/*NAVIGATION*/
	
	
	
	#nav{
	width:275px;
height:55px;
background:url(nav.gif) no-repeat;
}


#navcontainer {
width:275px;
height:55px;
margin:0 auto 0;
padding-top:10px;
}

ul#nav{
list-style-type:none;
padding:0;
}

#nav li {
display:inline;
font-size:1.1em;
padding-right:8px;
}

#nav li a {
color:#000;
text-decoration:none;
}

a, a:link, a:visited {
	color: #fff;
        text-decoration: none;
        	}
	
	a:hover, a:active {
        text-decoration:none;
        color:#fff;
		}
		

	/*Headings*/
	
	
	h2{
	font-family:verdana,Helvectica, Arial, sans-serif;
	color:#000;
	font-size:1.4em;
	text-align:center;
	}
	
	h3{
	font-family:Bradley Hand ITC, arial, sans-serif;
	color:#f95a06;
	font-size:1.5em;
	text-align:center;
	padding-right:10px;
	padding-top:12px;
	}
	
	h4{
	font-family:verdana,Helvectica, Arial, sans-serif;
	color:#FFF;
	font-size:1.4em;
	text-align:center;
	}
	
		h5{
	font-family:monotype-corsiva, verdana, Helvectica, Arial, sans-serif;
	color:#000;
	font-size:1.4em;
	text-align:center;
	}
	/*Main Content*/
	
			
	#wrapper {
	margin: 0 auto 0;
	width:960px;
	background:#663300;
	}
	
		
	#header{
	margin:0 auto 0;
	width:960px;
	height:295px;
	background:url(2header.gif) no-repeat transparent;
				}
					
	
	#border{
	margin:0 auto 0;
	width:820px;
	height:15px;
	background:url(lace.gif) repeat #FFF;
	}
	
	#content {
	width:960px;
	margin:0 auto 0;
	text-align:left;
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:12px;
	background-color:#663300;
	overflow:auto;
			} 
	
	#container{
	float:right;
	width:500px;
	padding-top:30px;
	padding-bottom:35px;
	padding-left:6px;
	padding-right:4px;
	background:url(contentbg.gif) repeat #663300;
	font-family:georgia, arial, helvectica,sans-serif;
	font-size:1.1em;
	line-height:180%;
	text-align:left;
	color:#000;
	}
	
	#gallery{
	width:960;
	margin:0 auto 0;
	font-family:verdana, arial, helvectica, sans-serif;
	font-size:1em;
	background:#663300;
	}
	
	
	#smallerfont{
	font-size:.8em;
	}
	
	#mediumfont{
font-size:.9em;
} 
	
	.sidebar{
	float:left;
	width:450px;
	background: #663300;
	padding-top:30px;
	font-size:12px;
	font-family:arial, sans-serif;
	color:#CCC;
	text-align:left;
			}
			
				
	.sidebara{
	float:left;
	width:430px;
	background: #663300;
	padding-top:30px;
	padding-left:15px;
	font-size:1.2em;
	line-height:1.4em;
	font-family:verdana, arial, sans-serif;
	color:#FFF;
	text-align:left;
			}
	

			
	#footer{
	margin:0 auto 0;
	clear:both;
	width:960px;
	height:180px;
	padding-top:18px;
	background:url(2footer.gif) no-repeat;
	font-family:varial, georgia,  sans-serif;
	font-size:1em;
	text-align:center;
	color:#000;
	}
	
	/*CSS Photo Gallery*/
	
	img{
	border:none;
	}
	
	#gallery{
	width:400px;
	text-align:center;
	margin:0;
	padding:0;
	}
	
	#gallery ul{
	list-style-type:none;
	}
	
	#gallery li{
	display:inline;
	}
	
	.preview{
	display:none;
	}
	
	a:hover .preview {
	display:block;
	position: absolute;
	z-index: 1;
	}
	
	#table{
	width:900px;
	margin:0 auto 0;
	border:none;
	text-align:center;
	}
	