.container {
	width: 94%;
}

.outer {
	text-align: left;
	min-width: 950px;
	max-width: 1600px;
	backgroud: #fff;
}

#header {
	padding-top: 45px;
	height: 273px;
}

#header span {
	display: none;
}

#header .container {
	position: relative;
	margin-top: 45px;
}

#header h1, #header h2 {
	position: absolute;
	margin: 0;
	padding: 0;
}

#header h1 {
	left: 14px;
	top: -20px;
}

#header h1 a {
	display: block;
	width: 553px;
	height: 48px;
	background: url(/assets/images/oldcity.gif) center center no-repeat;
}

#header h2 {
	height: 17px;
	width: 215px;
	top: 34px;
	left: 184px;
	background: url(/assets/images/retro.png) center center no-repeat;
	filter:expression(fixPNG(this));
}

#header #logo {
	position: absolute;
	width: 90px;
	height:90px;
	top: 45px;
	left: 65px;
	background-image: url(/assets/images/logo.gif);
	background-repeat: no-repeat;
}

#header #ill {
	position: absolute;
	height: 223px;
	width:94%;
	left:3%;
	top: 36px;
	background: url(/assets/images/ill.jpg) left top no-repeat;
	min-width: 930px;
}

#header #frame {
	position: absolute;
	height: 270px;
	left:2%;
	width: 96%;
	max-width: 1530px;
	min-width: 950px;
	align: center;
}

#frame table td {
	margin: 0;
	padding: 0;
	border: 0;
}

#frame table.frame {
	width: 100%;
	height: 270px;
}

#frame .tlc, #frame .trc, #frame .brc, #frame .blc {
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
}
#frame .t, #frame .b {
	height: 36px;
	background-repeat: repeat-x;
}
#frame .l, #frame .r {
	width: 36px;
	height: 198px;
	background-repeat: repeat-y;
}
#frame .tm {
	width: 580px;
	text-align: left;
	vertical-align: top;
}

#frame .tlc {
	background-image: url(/assets/images/tlc.gif);
}
#frame .trc {
	background-image: url(/assets/images/trc.gif);
}
#frame .blc {
	background-image: url(/assets/images/blc.gif);
}
#frame .brc {
	background-image: url(/assets/images/brc.gif);
}
#frame .b {
	background-image: url(/assets/images/b.gif);
}
#frame .t {
	background-image: url(/assets/images/t.gif);
}
#frame .l {
	background-image: url(/assets/images/l.gif);
}
#frame .r {
	background-image: url(/assets/images/r.gif);
}

#navigation {
	margin-bottom:1px;
}

#navigation span {
	display: none;
}

#navigation .container {
	padding-bottom: 4px;
	border-bottom:2px solid #271A09;
}

#navigation .menu {
	width:950px;
	margin: 0 auto;
}

#navigation a {
	margin-left: 10em;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
}

#navigation a.first {
	border: 0;
}

#navigation .history, #navigation .events, #navigation .games, #navigation .cognac, #navigation .forum, #navigation .foto, #navigation .blog {
	height: 16px;
	background-repeat: no-repeat;
}

#navigation .history {
	width: 104px;
	background-image: url(/assets/images/menu/history.gif);
}
#navigation .events {
	width: 55px;
	background-image: url(/assets/images/menu/events.gif);
}
#navigation .foto {
	width: 86px;
	background-image: url(/assets/images/menu/photo.gif);
}
#navigation .games {
	width: 90px;
	background-image: url(/assets/images/menu/games.gif);
}
#navigation .cognac {
	width: 147px;
	background-image: url(/assets/images/menu/cognac.gif);
}
#navigation .blog {
	width: 31px;
	background-image: url(/assets/images/menu/blog.gif);
}
#navigation .forum {
	width: 45px;
	background-image: url(/assets/images/menu/forum.gif);
}


#wrapper {
	width: 100%;
}

#wrapper .colborder {
	padding-right: 2%;
	margin-right: 2%;
 	border-right: 1px solid #322213;
}

#wrapper #container {
	padding-top: 1.5em;
	padding-bottom: 1em;
	border-top:1px solid #6C583D;
	border-bottom:2px solid #271A09;
	margin-bottom:1px;
	overflow: visible;
}

#footer p {
	margin: 0;
}

#footer {
	padding-top: 0;
	font-size: 0.75em;
	color: #888;
	padding-bottom: 3em;
}
#footer .container {
	text-align: left;
	padding-top: 2em;
	border-top: 1px solid #6C583D;
}

p.copy {
	text-align: center;
}

.column {
	padding-right: 1em;
}
.last {
}

#right {
	//overflow: hidden;
}


