body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#wrap {
	height: auto;
	width: 750px;
	margin: 0 auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EF656B;
	background-color: #F9F2D7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EF656B;
}
#header {
	height: 150px;
	width: 750px;
}
#menu {
	height: 30px;
	width: 750px;
}
#menu ul,#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu a {
	height: 30px;
	width: 125px;
	display: block;
	text-indent: -9999em;
}
#menu a.menu01 {
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
}
#menu a.menu02 {
	background-image: url(images/menu02.gif);
	background-repeat: no-repeat;
}
#menu a.menu03 {
	background-image: url(images/menu03.gif);
	background-repeat: no-repeat;
}
#menu a.menu04 {
	background-image: url(images/menu04.gif);
	background-repeat: no-repeat;
}
#menu a.menu05 {
	background-image: url(images/menu05.gif);
	background-repeat: no-repeat;
}
#menu a.menu06 {
	background-image: url(images/menu06.gif);
	background-repeat: no-repeat;
}
#menu a.menu01:hover {
	background-position: 0px -30px;
}
#menu a.menu02:hover {
	background-position: 0px -30px;
}
#menu a.menu03:hover {
	background-position: 0px -30px;
}
#menu a.menu04:hover {
	background-position: 0px -30px;
}
#menu a.menu05:hover {
	background-position: 0px -30px;
}
#menu a.menu06:hover {
	background-position: 0px -30px;
}
#banner {
	height: auto;
	width: 700px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
#contents {
	height: auto;
	width: 750px;
	margin-top: 5px;
}
#left {
	height: auto;
	width: 140px;
	float: left;
	padding-left: 25px;
}
.box {
	height: auto;
	width: 140px;
	margin-bottom: 15px;
	border: 1px solid #EF656B;
	background-color: #FFFFFF;
	text-align: center;
}
.box ul,.box li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.box li {
	margin-top: 10px;
	margin-bottom: 10px;
}


#right {
	float: right;
	height: auto;
	width: 540px;
	padding-right: 25px;
}
#right p {
	line-height: 120%;
	margin: 0px;
	padding: 5px;
	color: #333333;
}
#right iframe {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
#right table {
	margin-bottom: 15px;
}
#right h1 {
	padding: 0px;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.block {
	height: auto;
	width: 540px;
	border: 1px solid #EF656B;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	height: auto;
	width: 750px;
	text-align: center;
	background-color: #EF656B;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	color: #FFDFDF;
	letter-spacing: 1px;
}
