body,h1,h2,h3,p,quotesmallforminputulliol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

BODY{
	/* Setting default text color, background and a font stack */
	color : white;
	font-size:97%;
	background : white;
	font-family : HG?????M-PRO,sans-serif,HG??S?V?b?NM-PRO;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(image/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:890px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:350px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:890px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}


div.section {
	margin-bottom: 3em;
	clear: both;
	padding: 20px 0 20px;
	background: #FFFFFF;
}
/*
ul {
	list-style: none;
}
*/


/* nav01
======================================== */
#nav1 {
	margin-left : 0px;
	font-size : 125%;
	font-weight: bold;
	list-style: none;
}
#nav1 li {
	margin-bottom : 1em;
  width : 100%;
}
#nav1 li a {
	text-decoration: none;
	color: #333333;
}
#nav1 li a:hover {
	color: #FF9900;
}


/* nav01
======================================== */


.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(image/divider.png) no-repeat right;
}



a image{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:32px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:890px;
	position:relative;
}

A, A:VISITED {
	color : #444444;
	text-decoration:none;
	outline:none;
  
}


p{
	padding:10px;
	text-align:center;
}




