* {
	padding: 0;
	margin: 0;
}

body {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #6f3535;
}

a {
	color: #6f3535;
}

a:visited {
	color: #6f3535;
}

#page1000 {
	overflow: auto;
	width: 1084px;
	margin: 0 auto;
	background: #ffffff url('./images/logo_left.jpg') top left repeat-y;
}

#page1000_content {
	overflow: auto;
	width: 980px;
	margin: 0 auto;
	margin-left: 104px;
	background: #ffffff url('./images/logo_right.jpg') top right repeat-y;
}

#column_content_logo {
	text-align: center;
	width: 876px;
	height: 100px;
	background: url('./images/logo_head.jpg') top center no-repeat;
}

#column_content_line {
	margin: 10px 0px;
	width: 876px;
	height: 12px;
	background: url('./images/line.jpg') top center no-repeat;
}

img {
	border: 0px;
}

.box_content img {
	padding: 5px;
}

#column_left {
	width: 187px;
	float: left;
}

#column_content {
	width: 688px;
	float: left;
	display: inline;
}

#column_right {
	width: 187px;
	float: left;
}

#page_foot {
	margin: 0 auto;
	width: 1100px;
	clear: both;
}

div.box {
	margin-bottom: 4px;
}

div.box_text {
	background: #f8e6ce;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 12px;
	
	overflow: hidden;
	border: 3px solid #E5D0B5;
	
	position: relative;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	behavior: url("/images/PIE.htc"); 
}

div.box_head {
	display: none;
	
	font-size: 1px;
	width: 187px;
	height: 11px;
	background: #f8e6ce url('./images/box_head.jpg') no-repeat;
}


div.box_foot {
	display: none;
	
	font-size: 1px;
	width: 187px;
	height: 11px;
	background: url('./images/box_foot.jpg') top center no-repeat;
}

div.box_content {
	margin-bottom: 4px;
	margin-left: 6px;
	width: 680px;
}

div.box_content_text {
	padding: 0px 15px;
	
	border: 3px solid #E5D0B5;
	
	position: relative;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	behavior: url("/images/PIE.htc"); 
}

div.box_content_head {
	display: none;
	font-size: 1px;
	width: 660px;
	height: 13px;
	background: url('./images/content_head.jpg') no-repeat top center;
}

div.box_content_foot {
	display: none;
	font-size: 1px;
	width: 660px;
	height: 13px;
	background: url('./images/content_foot.jpg') no-repeat top center;
}

div.box_tail {
	margin: 8px;
	width: 1087px;
}

div.box_tail_text {
	background: #a95252;
	padding: 0px 15px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}

div.box_tail_head {
	font-size: 1px;
	width: 1087px;
	height: 9px;
	background: #a95252 url('./images/foot_head.jpg') top center no-repeat;
}

div.box_tail_foot {
	font-size: 1px;
	width: 1087px;
	height: 10px;
	background: url('./images/foot_foot.jpg') top center no-repeat;
}

#menu {
	margin-bottom: 2px;
}

#menu a {
	text-decoration: none;
	text-align: right;
	color: #b55c5c;
	padding-top: 2px;
	padding-right: 10px;
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	height: 27px;
	width: 177px;
	background: url('/images/menu_box.jpg') left top no-repeat;
}

#menu a:visited {
	text-decoration: none;
	text-align: right;
	color: #b55c5c;
	padding-top: 2px;
	padding-right: 10px;
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	height: 27px;
	width: 177px;
	background: url('/images/menu_box.jpg') left top no-repeat;
}

#menu a:link {
	text-decoration: none;
	text-align: right;
	color: #b55c5c;
	padding-top: 2px;
	padding-right: 10px;
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	height: 27px;
	width: 177px;
	background: url('/images/menu_box.jpg') left top no-repeat;
}

h1 {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 18px;
}

h2 {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 16px;
}

h3 {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 15px;
}

h4 {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
}

h5 {
	padding-top: 6px;
	padding-bottom: 6px;
}

p {
	padding-top: 6px;
	padding-bottom: 6px;
}

a.copyright {
	text-align: center;
	color: #ffffff;
}

a.copyright:visited {
	text-align: center;
	color: #ffffff;
}


