/* foundation */

*	{
	margin: 0px;
	padding: 0px;
}

body {
	width:800px;
	text-align: center;
	font-size:90%;
	letter-spacing:1px;
	line-height:135%;
}

a:link {
	color: #892C47;
	text-decoration:underline;
}

a:visited {
	color: #808080;
	text-decoration:underline;
}

a:hover {
	color: #FF8080;
	text-decoration: none;
}

img		{
	border:0px;
	padding:2px;
	margin:3px;
}

H1	{
	text-indent: -1500px;
	font-size:small;
	margin-top:35px;
}

H2	{
	line-height:150%;
	font-size:80%;
	margin-bottom:5px;
	border:1px solid #C0C0C0;
	text-align:right;
}

H3	{
	line-height:150%;
	font-size:110%;
	color:#640032;
	border-bottom:1px solid #C0C0C0;
	border-left:15px solid #C0C0C0;
	padding-left:10px;
	width:80%;
	margin:20px 0px 10px 0px;
	clear:both;
}

H4	{
	text-indent: -1500px;
}

H5	{
	font-weight:bold;
	line-height:130%;
	background-image:url('../imgsrc/Tri-burgandy.gif');
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:95%;
	margin:5px 5px 5px 30px;
}

/* header_container */

#header {
	height: 75px;
	width: 750px;
	background-image: url(../imgsrc/bnr.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	position:static;
}

#navi	{
	text-align:right;
	font-size:70%;
	margin:-5px 20px 0px 0px;
	position:relative;
	width:750px;
}

/* contents_container */

#all	{
	width:750px;
	margin:0px;
	text-align:center;
	position:static;
}

/* menu_container */

#menu {
	position:static;
	top: 80px;
	width: 150px;
	float:left;
	margin-top:20px;
}

#menu ul {
	width: 150px;
	height: 455px;
	list-style-type: none;
	position: relative;
}

#menu li {
	text-indent: -1000px;
	display: block;
	overflow: hidden;
}

#menu-btn01 {
	text-indent: -1000px;
	display: block;
	width: 150px;
	height: 55px;
	position: absolute;
	left:0px;
	top:0px;
}

#menu-btn01 a {
	background-image: url(../imgsrc/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 150px;
	height: 55px;
	display: block;
}

#menu-btn01 a:hover {
	background-position: right top;
}

#menu-btn02 {
	text-indent: -1000px;
	display: block;
	width: 150px;
	height: 55px;
	position: absolute;
	left:0px;
	top:55px;
}

#menu-btn02 a {
	background-image: url(../imgsrc/menu.gif);
	background-repeat: no-repeat;
	background-position: left -55px;
	width: 150px;
	height: 55px;
	display: block;
}

#menu-btn02 a:hover {
	background-position: right -55px;
}

#menu-btn03 {
	text-indent: -1000px;
	display: block;
	width: 150px;
	height: 55px;
	position: absolute;
	left:0px;
	top:110px;
}

#menu-btn03 a {
	background-image: url(../imgsrc/menu.gif);
	background-repeat: no-repeat;
	background-position: left -110px;
	width: 150px;
	height: 55px;
	display: block;
}

#menu-btn03 a:hover {
	background-position: right -110px;
}

#menu-btn04 {
	text-indent: -1000px;
	display: block;
	width: 150px;
	height: 55px;
	position: absolute;
	left:0px;
	top:165px;
}

#menu-btn04 a {
	background-image: url(../imgsrc/menu.gif);
	background-repeat: no-repeat;
	background-position: left -165px;
	width: 150px;
	height: 55px;
	display: block;
}

#menu-btn04 a:hover {
	background-position: right -165px;
}

#menu-btn05 {
	text-indent: -1000px;
	display: block;
	width: 150px;
	height: 55px;
	position: absolute;
	left:0px;
	top:220px;
}

#menu-btn05 a {
	background-image: url(../imgsrc/menu.gif);
	background-repeat: no-repeat;
	background-position: left -220px;
	width: 150px;
	height: 55px;
	display: block;
}

#menu-btn05 a:hover {
	background-position: right -220px;
}

#menu-btn06 {
	text-indent: -1000px;
	display: block;
	width: 150px;
	height: 55px;
	position: absolute;
	left:0px;
	top:275px;
}

#menu-btn06 a {
	background-image: url(../imgsrc/menu.gif);
	background-repeat: no-repeat;
	background-position: left -275px;
	width: 150px;
	height: 55px;
	display: block;
}

#menu-btn06 a:hover {
	background-position: right -275px;
}

#menu-btn07 {
	text-indent: -1000px;
	display: block;
	width: 150px;
	height: 55px;
	position: absolute;
	left:0px;
	top:330px;
}

#menu-btn07 a {
	background-image: url(../imgsrc/menu.gif);
	background-repeat: no-repeat;
	background-position: left -330px;
	width: 150px;
	height: 55px;
	display: block;
}

#menu-btn07 a:hover {
	background-position: right -330px;
}

#menu-btn08 {
	text-indent: -1000px;
	display: block;
	width: 150px;
	height: 55px;
	position: absolute;
	left:0px;
	top:385px;
}

#menu-btn08 a {
	background-image: url(../imgsrc/menu.gif);
	background-repeat: no-repeat;
	background-position: left -385px;
	width: 150px;
	height: 55px;
	display: block;
}

#menu-btn08 a:hover {
	background-position: right -385px;
}

#address	{
	width:140px;
	position:static;
	border:1px solid #C0C0C0;
	font-size:80%;
	line-height:150%;
	text-align:left;
	padding:5px;
}

/* footer_container */

#footer	{
	width:750px;
	background-color:#F00078;
	text-align:center;
	color:#FFFFFF;
	position:static;
	clear:both;
	margin:10px 0px  0px 0px;
}

