@charset "utf-8";
/* CSS Document */

/* Div's */
body{
	background-image: url('../Sources/background/fade-to-pink.jpg');
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maincontainer{
	width: 833px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border-color: #666666;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	line-height: 1.5em;
	background: #FFFFFF;
	background-image: url('../Sources/background/content-background.jpg');
	background-repeat: repeat;
}

#topsection{
	background: white;
	height: 277px; /*Height of top section*/
}

#topsectionleft{
	float: left;
	display: inline;
	width: 274px;
	height: 237px;
	float: left;
	margin: 20px 0px 0px 6px;
}

#topsectionleft h1 {
	float: left;
	display: block;
	height: 185px;
	Width: 260px;
	background: url(../Sources/images/home-page/eis-logo.jpg);
}
	
	#topsectionleft h1 a,
	#topsectionleft h1 a:visited{
		display: block;
		height: 185px;
		text-indent: -7777px;
		border: 0;
	}

#topsectionright{
    display: inline;
	height: 277px;
	float: right;
	padding: 2px 2px 0px 0px;
}

#contentwrapper{
	float: left;
	width: 100%;
	padding-bottom: 35px;
	
}


#contentcolumn{
	margin-left: 280px; /*Set left margin to LeftColumnWidth*/
	
}

#contentcolumncont{
	display: inline;
	width: 551px;
	margin-top: 22px;
}

#contentcolumnleft{
	float: left;
	display: inline;
	float: left;
	width: 270px;
	margin-left: 5px;
}

#contentcolumnlefthead{
	width: 270px;
	border-bottom: #999999 solid 1px;
	padding: 0px 0px 1px 0px;
}

#contentcolumnright{
	float: right;
	width: 270px;
	margin-right: 3px;
	margin-left: 3px;
}

#contentcolumnrighthead{
	width: 270px;
	border-bottom: #999999 solid 1px;
	padding: 0px 0px 1px 0px;
}

.contentindent {
		padding: 5px 0px 5px 10px;
}

#leftcolumn{
	float: left;
	width: 280px; /*Width of left column*/
	margin-left: -833px; /*Set left margin to -(MainContainerWidth)*/
}


#footer{
	clear: left;
	width: 100%;
	background: #c9c9c9;
	color: black;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

#footer a{
	color: black;
}

.eventdiv{
	padding: 10px 0px 3px 0px;
	border-bottom: dashed #FF0000 1px;
	margin-right: 5px;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.margin{
	margin: 22px 0px 0px 5px;
}

.margin2{
	margin-bottom: 35px
	}
	
	
div.gallery{
	width: 250px;
	height: 187px;
	padding: 2px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #333;
}
