* {
	margin:0px;
	padding:0px;
	}

body {
	background-color: #ffdead;
	color: #663333;
	}

#title {
	background-image: url(images/title.jpg);
	height: 150px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/hd1.jpg);
	background-repeat: repeat-x;
	height: 250px;
}
#wr_t {
	background-image: url(images/wr_t.jpg);
	background-repeat: no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
#m_menu {
	height: 25px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}

#m_menu ul li {
	list-style-type: none;
}

#top1_bt {
	background-image: url(images/top1_bt.jpg);
	height: 25px;
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a#top1_bt:hover {
				 background-position: 0px -25px;
				 }
#menu1_bt {
	background-image: url(images/menu1_bt.jpg);
	height: 25px;
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a#menu1_bt:hover {
				 background-position: 0px -25px;
				 }
#s_title {
	height: 70px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#access1_bt {
	background-image: url(images/access1_bt.jpg);
	height: 25px;
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a#access1_bt:hover {
				 background-position: 0px -25px;
				 }

#blog1_bt {
	background-image: url(images/blog1_bt.jpg);
	height: 25px;
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a#blog1_bt:hover {
				 background-position: 0px -25px;
				 }

#about1_bt {
	background-image: url(images/about1_bt.jpg);
	height: 25px;
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a#about1_bt:hover {
				 background-position: 0px -25px;
				 }
#footer {
	background-color: #ffdead;
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663333;
}
				 
#wr {
	background-image: url(images/wr.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wr_b {
	background-image: url(images/wr_b.jpg);
	background-repeat: no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
.bt {
	height: 25px;
	width: 158px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.bt_non {
	height: 25px;
	width: 160px;
	float: left;
}
#wr_l {
	float: left;
	width: 600px;
}
#wr_r {
	float: right;
	width: 200px;
}
#content_l {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#content_r {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}

