/* CSS Document */

html,body
{margin:0;padding:0}

body
{
	font:normal 14px/150% osaka, "MS UI Gothic", san-serif;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #D0CBC4;
	background-image: url(../images/bg.jpg);
}

#container{
	text-align:left;
	background-color: #FFFFFF;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#header {
	height: 150px;
	width: 776px;
	background-image: url(../images/header/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#intro {
	clear: both;
	height: 104px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/index/index_photo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 36px;
}

#menu {
	clear: both;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	height: 57px;
}

#wrapper {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: left center;
	padding-top: 14px;
	background-image: url(../images/side/sidebg.jpg);
	clear: both;
	height: auto;
	position: relative;
}


#navigation{
	float: left;
	width: 204px;
}

#content{
	float:right;
	width:515px;
	background-color: #FFFFFF;
}

#extra
{background:#FF8539
}

#footer{
	float: left;
	width: 776px;
	clear: both;
	background-image: url(../images/footer/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 7px;
}
