body { 
	text-align: center;
	font-size:12px;
	background-color:#CCCCCC;
 }

#Container {
    margin: 0px auto;
    text-align: left;
	width:1024px;
}
#Header {
    margin: 0px auto;
	background-color:#999999;	
	height:175px;
	padding-bottom:0px;	
 	width: 1024px;
}
#Content {
	font-size:14px;
	float:right;
	margin-top:1px;
	width:720px;	
}
#InnerContent {
	padding-left:10px;
	padding-right:10px;
	min-height:200px;
}
#InnerContent h2 {
	clear:both;
}
#Footer {
	clear:both;
	float:right;
	font-size:12px;
	text-align:center;
	width:720px;
}
#BottomLinks {
	clear:both;
	float:right;
	font-size:10px;
	text-align:right;
	width:720px;
}
#BottomLinks a {
 	color:#333333;
 }

#SideBar {
	float:left;
	width:303px;
}
#MainMenu {
	margin-top:1px;
	margin-right:1px;
	text-align:center;
	width:303px;	
}
#InnerMenu {
	padding-left:10px;
}
#MainEvents {
	margin-top:1px;
	margin-right:1px;
	text-align:left;
	width:303px;	
}
#InnerEvents {
	padding-left:10px;
}

#InnerContactUs {
	padding-left:10px;
}

.right {
	float:right;
}
.left {
	float:left;
}

.imgSpace {
	margin: 10px 10px 5px 10px;
	border:3px solid #CCC;
}
.sep {
	text-align:center;
}