
body{
	margin:0px;
	padding:0px;
	background-color:#c0f2f2;
}

p{
	margin:0px;
	padding:0px;
}

#wrapper{
	width:800px;
	height:100%;
	background-color:#99FFFF;
	margin:0px auto;
}

.bar{
	width:800px;
	height:27px;
	margin:0px;
	background-image: url(img/bar_01.gif);
}

.bar a:link{
	color:#FFFFFF;
	/*text-decoration: none;*/
}

.bar a:visited{
	color:#fff;
	/*text-decoration: none;*/
}

.bar a:hover{
	color: #FF9933;
	/*text-decoration: none;*/
}

.bar_text{
	padding: 5px 0px 0px 15px;
	font-size:12px;
	color:#FFFFFF;
}

.footer{
	width:800px;
	height:27px;
	margin:0px;
	background-image: url(img/bar_02.gif);
}

.menu{
	width:800px;
	height:38px;
	margin:0px auto;
}

.index{
	width:800px;
	height:100%;
	margin:0px auto;
}
