@charset "utf-8";
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #EEEEEE;
}
#header {
	background-image: url(../images/headerback.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 900px;
	position: relative;
}
#header #headerlink {
	position: absolute;
	bottom: 55px;
	right: 25px;
}
#header #headerlink li {
	float: left;
	padding-left: 20px;
}
#contener {
	background-image: url(../images/contenerback.gif);
	background-repeat: repeat-y;
	width: 900px;
}
#sideber {
	width: 200px;
	float: left;
	padding: 20px;
}
#sideber img {
	margin-bottom: 10px;
}
#menu {
	width: 180px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu li {
	margin-bottom: 30px;
}
#contents {
	width: 640px;
	float: right;
}
#maincontents {
	padding: 20px;
	width: 600px;
}

#footer {
	width: 900px;
	position: relative;
	padding-top: 30px;
}
#footer ul {
	clear: both;
	padding-bottom: 40px;
}

#footer li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
#footer address {
	margin-bottom: 20px;
}

