*{
	border:#333333 0px solid;
}
html, body {height: 100%;}
* html body {
}
*:first-child+html body {
}

ul, ol, li {
	margin: 0;
	padding: 0;
}
body {
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 800px;
  min-height: 530px;
  background-color: #fff;
}

#centerMiddle {
  margin: -265px 0px 0px -400px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 530px;
  background-color: #fff;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
	border-left:#666666 0px solid;
	border-right:#666666 0px solid;
  height: 100%;  /*c*/
}

#topswf {
	margin-top:0px;
}

#main img {
	padding-top:8px;
	padding-bottom:5px;
}

#topnavi {
	margin: 0 auto 0 auto;
	padding:2px 0 2px 0;
	width:800px; 
  height:30px;
  list-style: none;
  text-align: center;
	border:#333333 0px solid;
	border-bottom:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
}

#topnavi ul {
	list-style-type:none;
}

#topnavi li {
	list-style-type:none;
	float:left;
	height:30px;
	text-indent:-9876px;
	padding:0 48px 0 47px;
	border:#333333 0px solid;
}
#topnavi li#about {
	background:url(../images/menu_01.gif) no-repeat center;
	width:101px;
}	
#topnavi li#gallery {
	background:url(../images/menu_02.gif) no-repeat center;
	width:142px;
}	
#topnavi li#blog {
	background:url(../images/menu_03.gif) no-repeat center;
	width:55px;
}	
#topnavi li#contact {
	background:url(../images/menu_04.gif) no-repeat center;
	width:119px;
}	

#topnavi li#about a {
	width:101px;
	height:30px;
	display: block;
}	
#topnavi li#gallery a {
	width:142px;
	height:30px;
	display: block;
}	
#topnavi li#blog a {
	width:55px;
	height:30px;
	display: block;
}	
#topnavi li#contact a {
	width:119px;
	height:30px;
	display: block;
}	

#topfooter {
	clear:both;
	padding-top:10px;
	padding-right:10px;
	font-size:12px;
	color:#999999;
}
* html #topfooter {
	padding-top:5px;
	padding-bottom:5px;
}
*:first-child+html #topfooter {
}
#topfooter img {
	vertical-align:bottom;
}
#copyright {
	width: 800px;
	text-align:center;
	margin:0 auto;
	padding-top:2px;
	font-size:12px;
	color:#666666;
}
