img {
	float: left;
	margin: 10px; 
}
body {
	font-family: Arial;
}
a, a:visited {
	font-weight: bold;
	color: black;
}
a:hover {
	text-decoration: none;
}
#left {
	float: left;
}
#right {
	float: left;
	width: 812px;
}
#right .contentWrapper {
	float: left;
	width: 655px;
}
#right .rightWrapper {
	overflow: hidden;
}
#right .rightWrapper .content {
	background: url('../images/right.jpg') no-repeat;
	width: 157px;
	height: 448px;
}
#top {
	background: url('../images/top.jpg') no-repeat;
	height: 255px;
	width: 812px;
}
#leftMenu {
	width: 214px;
	float: left;
}
#leftMenu .content ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 300px;
}
#leftMenu .content ul li {
	color: black;
	margin-bottom: 20px;
}
#leftMenu .content ul li.special a{
	font-size: 24px;
	color: #d17700;
}

#leftMenu .content ul li.specil {
	color: #d17700;
	font: bold;
}
#bottom {
	float: left;
	background: url('../images/bottom.jpg') no-repeat;
	height: 39px;
	width: 1026px;
}
#bodyWrapper, #contentWrapper {
	float: left;
	background: url('../images/background.jpg') repeat-y;
	width: 1026px;
}
#bodyWrapper {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

