* { margin : 0 ; padding : 0 ; }

html{
	height:100%;
}

body {
	background-image: url("../images/bac.gif");
	height:100%;
	width : 100% ;
}

#container {
	width:750px;
	position : relative;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#header {
	width : 750px;
	height : 100px;
	text-align: left;
	text-decoration: none;
	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
}


#header2 {
	width : 750px;
	height : 100px;
	text-align: left;
	text-decoration: none;
	background-image: url("../images/top2.jpg");
	background-repeat: no-repeat;
}

#top {
	width:730px;
	height:250px;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
}

#top2 {
	width:730px;
	height:10px;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
}

#main {
	position:relative;
	width:550px;
	height : 100%;
	overflow: hidden;
	min-height: 100%;
	padding-bottom:30px;

}

#main2 {
	position:relative;
	width:550px;
	height : 100%;
	overflow: hidden;
	min-height: 100%;

}

#navi{
	position:absolute;
	right :0;
	top: 360px;
	width:200px;
	overflow: hidden;
	background-color:#ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}

#navi2{
	position:absolute;
	right :0;
	top: 175px;
	width:200px;
	overflow: hidden;
	background-color:#ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}

#navi3{
	position:absolute;
	right :0;
	top: 255px;
	width:200px;
	overflow: hidden;
	background-color:#ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}

#footer{
	position:absolute;
	bottom:0px;
	height:30px;
	width:750px; 
	background-color:#ffe1ff;
	text-align: center;
	font-size:small;
	border-top-style: solid;
	border-top-width: 1px;
}

#footerMenu {
	text-align:center;
}

#footerMenu ul {
	display:inline;
	border-left:1px solid #000000;
}

#footerMenu li {
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #000000;
} 