#wrap {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
body {
	background: url(../images/bg.jpg) repeat-x right top;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
#body {
	margin: 0px;
	background: url(../images/shadow.jpg) repeat-y;
	float: left;
}
.pattern {
	background: url(../images/pattern.jpg);
	border-bottom: 5px solid #8087A3;
}
#header {
	background: #FFFFFF url(../images/shadow.jpg);
	padding-right: 5px;
	padding-left: 5px;
}
#menu {
	width: 145px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#content {
	float: right;
	width: 580px;
	padding: 10px;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	background: #8087A3;
	color: #FFFFFF;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background: #8087A3;
	display: block;
	height: 100%;
	padding: 5px 5px 5px 15px;
}
#slideshow {
	overflow: hidden;
	width: 580px;
}
#menu li {
	padding: 0px;
	display: block;
	border-bottom: 1px solid #FFFFFF;

}
