* {
	margin:0;
	padding:0;
}

#test {
	position:absolute;
	top:0;
	right:0;
	height:15px;
	width:100%;
	background:#000;
	display:block;
	display:none;
}

h1, h2, h3, h4, p{
	padding: 5px 15px;
	_padding: 0;
	_margin: 5px 15px;
}

html {
	overflow-x: hidden;	
}

body {
	background-image: url(images/wood_bg_saturated.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow-x: hidden;
}

div#wrap {
	width:960px;
}

div#menu {
	width:400px;
	float:left;
	margin-right:20px;
}

div#contents {
	width:536px;
	margin-top:10px;
	float:left;
}

div#header {
	width:529px;
	height:150px;
	background-image:url(assets/Image/index.jpg);
	background-repeat:no-repeat;
	clear:both;
}

div#body {
	width:529px;
	background-image:url(images/tile.gif);
	clear:both;
	min-height: 300px;
	_height: 300px;
}

div#footer {
	width:526px;
	margin-bottom: 15px;
 
}

/* gallery styles */

div#header {
	
}

div#footer {
	
}

div#gallery {
	
}

/* gallery styles */

a    { font-size: 12px; color: black; text-decoration: none;}
a:hover { color: black; text-decoration:underline; }
a:visted { color: #FF0000; text-decoration: none; }

ul { list-style-type:none; padding:0 30px; }

li { padding-top:10px; }

#footer_links ul { 
list-style-type: none;
margin: 0;
padding: 0;
}

#footer_links ul li {display: inline;}
#footer_links ul li a { 
	text-decoration: none;
	padding: .2em 1em;
}

#galleryList li {
	margin:3px 3px 0 0;
	position:relative;
}

#galleryList li a img {
	border:0;
	display:block;
}

#galleryList li a h4 {
	font-size:15px;
	padding:15px 0 0;
}