html{
	height:100%;
}
body{
	height:100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color:#333333;
	font: 85% "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
* {
	margin: 0px;
}
p strong {
	line-height:1.5;
	font-weight: normal;
}
a {
	color: #CC3366;	
}
a:hover {
	color: #0000FF;
}
div#container{
	width: 800px;
	margin:0px auto;
	min-height: 100%;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	background-image: url(menuBack.gif);
	background-repeat: repeat-y;


}
* html div#container{
    height:100%;
}
body > #container {
	height: auto;
}
#header {
	background: url(../img/top_image.jpg) no-repeat;
	height: 110px;
	width: 800px;
}
#header h1,#header h2 {
	text-indent: -9999px;
}
#logo {
	border-width: 0px;
	position:absolute;
	left: 8px;
	top: 35px;
}
div#main{
	padding-bottom:35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#footer{
	position:absolute;
	padding-top:10px;
	bottom:0px;
	height:35px;
	width:100%;
	left: 0px;
	text-align: center;
	clear: left;
	font-size: x-small;
	color: #666666;
	background: #FFFFFF;
	border-top: 1px dotted #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#clearbox {
	clear:both;
	width:100%;
	height:20px;
}