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

body {
	margin:0px; padding:0px;
	background-color:#222222;
}

#footer{
	color:white;
}

#main_content{
	margin-top:5px;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 60px;
}

.container{
	width:1024px;
	margin:0 auto;
	background-color:#fdbd10;
}
	
#header{
	height:297px;
	background-image:url(header.png)
}



#menu{
	
	display:block; position:relative; width:700px; margin:0px auto 0px;
}

ul#mainMenu li{
	display:inline;
	/*padding-right: 40px;*/
}



#menu{
	/**background-image:url(1024Menu.png);*/
	width:1024px;
	/**height:152px;*/
	height:71px;
}

#square1{
	background-image:url(eventsbtn_03.png);
	text-align:center;
	margin-left: 4px;
	/*width:252px;
	height:152px;*/
	width:250px;
	height:71px;
	float:left;
}
#square2{
	background-image:url(navpeices_11.png);
	text-align:center;
	line-height:152px;
	margin-left: 5px;
	width:250px;
	height:71px;
	float:left;
}
#square3{
	background-image:url(navpeices_06.png);
	text-align:center;
	line-height:152px;
	margin-left: 5px;
	width:250px;
	height:71px;
	float:left;
}
#square4{
	background-image:url(navpeices_14.png);
	text-align:center;
	line-height:152px;
	margin-left: 4px;
	width:250px;
	height:71px;
	float:left;
}

#example{
	visibility:hidden;
}

#left-column{
	
	margin-left:15px;
	float:left;
	width: 350px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	
}
#middle-column{
	margin-left: 30px;
	float:left;
	width: 350px;
	margin-right: 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	
}
#right-column{
	float:left;
	width: 100px;
	/**margin-right: 60px;**/
}

#aboutUs{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;	
}

#clear{
	clear:both;
}

#registerButton{
	margin-left:68px;
	border: none;
}
#clickHere{
	font-size:14px;
	color:#009966;
}


#foot{
	margin-left:21px;
}
#foot a{
	text-decoration: none;
}
#bottommenu{

	list-style: none;
}

#bottommenu li{
	display:inline;
	color:#000;
	font-size:24px;
}