/* CSS Document */

#wrapper {
	width:755px;
	margin-left:auto;
	margin-right:auto;
	border: solid 1px #333333;
	/* 
	background-image:url(../images/template/backGrdForMainContent.gif); 
	*/
	background-repeat:no-repeat;
}
#header {
	height:110px;
	width:725px;
	background-image:url(../images/template/header.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:30px;
	
}
#topMenuStrip {
	height:20px;
	width:755px;
	background-color:#000000;
}

#eventsSubNav {
	height:20px;
	width:755px;
	background-color:#333333;
}

.navBox {
	padding-left:5px;
	padding-right:5px;
	border-left: solid 1px #fff;
	float:left;
	display:inline;
	color:#FFFFFF;
}

.navBoxSelected {
	padding-left:5px;
	padding-right:5px;
	border-left: solid 1px #fff;
	color: #000;
	float:left;
	display:inline;
	background-color:#FFFFFF;
}

#mainContentLeft {
	float:left;
	width:375px;
	/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	*/	
}
#mainContentRight {
	float:right;
	width:337px;	
	/* border: solid 1px #FF00FF; */
	padding:20px;
}
#separatorStrip {
	width:755px;
	height:12px;
	clear:both;
	background-color:#000000;
}
#teaser_1 {
	background-color:#FFFFFF;
	float:left;
	width:231px;
	padding:10px;
}
#teaser_2 {
	background-color:#FFFFFF;
	float:left;
	width:231px;
	padding:10px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#teaser_3 {
	background-color:#FFFFFF;
	float:left;
	width:231px;
	padding:10px;
}
#teaser_4 {
	background-color:#FFFFFF;
	float:left;
	width:231px;
	border-right: 1px solid #000;
	border-left: none;
	padding:10px;
}
#teaser_5 {
	background-color:#FFFFFF;
	float:left;
	width:231px;
	border-right: 1px solid #000;
	padding:10px;
}
#teaser_6 {
	background-color:#FFFFFF;
	float:left;
	width:231px;
	padding:10px;
}
.teaserPicture {
	float:left;
	border: solid 1px #000;
	
}
.teaserText {
	float:left;
	/* border: solid 1px #000; */
	margin-left:10px;
	font-size:0.75em;
	width:130px;
}
#clearBoth{
	clear:both;
}
#footer {
	background-color:#FFFFFF;
}

#mainEventsContent {
	width:700px;
	padding-left:20px;
	padding-right:20px;
}

.textRight {
	float:right;
	width:408px;
	/* border: solid 1px #333333; */
	padding-right:10px;
	margin-top:20px;
	margin-bottom:20px;

}

.textLeft {
	width:418px;
	float:left;
	/* border: solid 1px #333333; */
	margin-top:20px;
	margin-bottom:20px;

}

.pictureRight {
	width:244px;
	float:right;
	/* border: solid 1px #333333; */
	margin-top:45px;
	margin-bottom:20px;
}

.pictureLeft {
	width:244px;
	float:left;
	/* border: solid 1px #333333; */
	margin-top:45px;
	margin-bottom:20px;
}

#plainTextContent {
	margin-top:20px;
	margin-bottom:20px;
}

