@charset "utf-8";
body {
	background: url(../images/body_bg.jpg) repeat-x;
	background-color: #fff;
	color: #333;
}

a:link {
	color: #C60;
}

a:visited {
	color: #C60;
}

a:hover {
	color: #093;
}

img {
	border: 0;
}

h1 {
	color: #e16734;
	border-bottom: 1px solid #e16734;
	margin: 0;
}

h3 {
	text-align: center;
}

p {
	text-align: justify;
}

td {
	padding: 5px;
}

#container {
	width: 100%;
}

#page {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/container_overflow.jpg) repeat-y;
}

#header {
	width: 700px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/container_top.jpg);
	position: relative;
}

#logo {
	width: 146px;
	height: 199px;
	position: absolute;
	z-index: 1;
	left: 33px;
	top: 23px;
}

#nav {
	width: 121px;
	height: 27px;
	position: absolute;
	z-index: 1;
	top: 22px;
	right: 26px;
	float: right;
}

#left {
	float: left;
	width: 85px;
	height: 570px;
	background: url(../images/container_left.jpg) no-repeat;
}

#menu {
	position: relative;
	z-index: 1;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	margin: -4px 0;
}


#middle {
	float: left;
	background-color: #fff;
	width: 444px;
	padding-left: 90px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#middle img {
	margin-left: 5px;
}

#middle li {
	margin: 5px;
}

#right {
	float: left;
	width: 81px;
	height: 570px;
	background: url(../images/container_right.jpg) no-repeat;
}

#bottom {
	height: 56px;
	background: url(../images/container_bottom.jpg) no-repeat;
	background-position: top;
	margin: -9px;
}

#bottom p {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif
}
