@charset "UTF-8";
#addy {
	float: left;
	width: 85px;
	margin-left: 800px;
	margin-top: 100px;
}
/* CSS Document */


/* CSS Document */

#body {
	clear: none;
	width: 1076px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #383838;
	background-repeat: no-repeat;
	float: left;
}





.img {
	padding-right: 3pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
}
.img2 {
	padding-left: 3pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
}
.img7 {
	padding-top: 3pt;
	padding-bottom: 3pt;
}

#counter {
	float: right;
}
#index_wrapper {
	float: left;
	height: 528px;
	width: 1075px;
}
#exhibitions {
	width: 1070px;
	margin-top: 55px;
	background-color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	height: 300px;
	margin-bottom: 50px;
}
.img6 {
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.img8 {
	padding-left: 5px;
}
#adboxes_wrapper {
	float: left;
	width: 1070px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333;
	padding-left: 5px;
}
#adbox {
	float: left;
	height: 100px;
	width: 148px;
	margin-right: 5px;
	text-align: center;
}
#adbox_end {
	float: left;
	height: 100px;
	width: 148px;
	text-align: center;
}



.container {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    background: url(container_stretch.gif);
    font-size: 1.2em;
    position: relative;
}
#sidenav {
    width: 300px;
    position: fixed; /*--Fix the sidenav to stay in one spot--*/
    float: left; /*--Keeps sidenav into place when Fixed positioning fails--*/
}
#content {
    float: right; /*--Keeps content to the right side--*/
    width: 640px;
    padding: 0 20px 20px;
}

