/* Laurent Hrybyk Illustration Index Stylesheet */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	position: center;
	text-align: center;
	background: url(images/bgweave.jpg);
	font-size: 15px;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: #de9172;
	text-decoration: underline;
	
}

h1 {
	font-family: Arial Black;
	font-size: 43px;
	color: #e4fdf2;
}

h2 {
	font-family: Arial;
	font-size: 15px;
	color: #d9cdac;
	font-weight: lighter;
}



h2 a {
	color: #fdf8ed;
}

h3 {
	font-family: Arial;
	font-size: 13px;
	font-weight: lighter;
	color: #fcf2dd;
}
	
#container {
	position: center;
	text-align: center;


}

#header {
	background: url(images/header.png) top no-repeat;
	height: 207px;
	text-align: center;
	
}

#nav {
	padding: 157px 0px 0px 62px;
	text-align: center;
	display: block;
	

}

#nav h2 {
	
	padding: 5px 5px 5px 5px;
	height: 33px;
}

#nav a {
	padding: 9px;
}


#contenttop {
	
	background: url(images/papertop.png) center no-repeat;
	height: 38px;
	margin: 0 auto;
}

#contentwrap {
	
	background: url(images/paperbody.png) center repeat-y;
	margin: 0 auto;
}

#gallery {
	text-align: center;
	margin:0 auto;
	width: 640px;
	height: 385px;
	padding: 15px 0px 0px 0px;
}
	
#gallery ul {
	padding: 5px 5px 5px 5px;
}

#gallery ul img {
	margin: 0px 5px 0px 5px;
	border: 4px #fbf9ec solid;
}

#gallery ul img:hover {
	border: 4px #de9172 solid;
}

#contentbottom {
	
	background: url(images/paperbottom.png) center no-repeat;
	height: 32px;
	margin: 0 auto;
}

#copyright {
	margin: 5px 0px 0px 350px;
}

