#topmenu{
	text-align:left;
	margin-top: 2em;
	padding-bottom:.5em;
	border-bottom:1px solid #736357;
}
#topmenu,
h2,
h3{
	font-size: 1em;
}
.mini{
	float:right;
}
h3{
	margin-top:0;
}
.description{
	margin-bottom:1em;
}
.title{
	color:#736357;
	font-weight:bold;
}
.row{
	border-bottom:1px solid #736357;
}
.fullrow{
	display:block;
	color:#736357;
	text-decoration:none;
	padding:.5em;
	padding-left:0;
	transition: background-color .5s;
	-moz-transition: background-color .5s; /* Firefox 4 */
	-webkit-transition: background-color .5s; /* Safari and Chrome */
	-o-transition: background-color .5s; /* Opera */
}
.fullrow:hover{
	background-color:#222;
}
.fullrow:hover .title{
	color:#FFF;
}
.cleaner{
	clear:both;
}
.leftcol{
	float:left;
	width:650px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}
.col4{
	-moz-column-count: 4;
	-moz-column-gap: 20px;
	-webkit-column-count: 4;
	-webkit-column-gap: 20px;
	column-count: 4;
	column-gap: 20px;
}
#main{
	position:relative;
	padding-top:1em;
}
#main #years{
	position:absolute;
	width:100px;
	text-align:right;
	left:-110px;
	top: 7px;
}
#years a{
	text-decoration:none;
	color:#736357;
	transition: color .5s;
	-moz-transition: color .5s; /* Firefox 4 */
	-webkit-transition: color .5s; /* Safari and Chrome */
	-o-transition: color .5s; /* Opera */
}
#years a.active,
#years a:hover,
a:hover{
	color:#FFF;
}
#footer{
	text-align:center;
	margin-top:3em;
	clear:both;
}
#gallery{
	clear:both;
	padding-top:2em;
}
#topmenu a{
	text-decoration:none;
	color:#736357;
	padding-right:2.5em;
	transition: color .5s;
	-moz-transition: color .5s; /* Firefox 4 */
	-webkit-transition: color .5s; /* Safari and Chrome */
	-o-transition: color .5s; /* Opera */
}
#topmenu a.active, #topmenu a:hover{
	color:#FFF;
}
.slide p.text{
	bottom: .5em;
	margin: 0;
	padding:.5em;
	padding-right:120px;
	position: absolute;
	right: -100px;
	text-align: left;
	/*color:#736357;*/
	color:#FFF;
	opacity:.5;
	background-color:#0B0808;
	/*font-family:Georgia, serif;*/
	font-style:italic;
	font-size:1.5em;
}
h1{
	font-size:2em;
	font-weight:normal;
	/*font-family:Georgia, serif;*/
	margin-top:0;
}
h1 span{
	font-size:.5em;
}
h2{
	font-weight:normal;
	/*font-family:Georgia, serif;*/
	margin-top:0;
	font-size:1.2em;
}
h2 span{
	font-size:.8em;
}
hr{
	margin-bottom:2em;
	color:#736357;
}
.slide span.title{
	font-size: 2.5em;
}
.slide {
	text-align:center;
}
body{
	background-color:#0B0808;
	color:#736357;
	width:940px;
	margin:0 auto;
	font-family:Verdana, sans-serif;
	margin-top:40px;
	background-repeat:no-repeat;
	background-image:url(/images/theme/bg.jpg);
	background-position:center -100px;
}
a {
	
	color:#736357;
	text-decoration:none;
}
#intro{
	position:relative;
	height:360px;
}

#intro .slide{
	position:absolute;
	height:360px;
	width:100%;
}
#logocit{
	width:190px;
	height:110px;
	background-image:url(/images/theme/logocit.png);
	position:absolute;
	z-index:20;
	display:block;
	background-repeat:no-repeat;
	top:30px;
	left:20px;
}
#logocit strong{
	display:none;
}