@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: sans-serif, Arial, Helvetica;
	color:#666666;
}


.topsection{
	width:100%;
	height:150px;
	background-color:#404040;
}

.internal{
	width:860px;
	margin-left: auto ;			
  	margin-right: auto ;
	height:150px;
	background-image:url(../images/OurSpecialEvent.jpg);
	background-repeat:no-repeat;
}

.internal_left{
	float:left;
	width:200px;
	height:150px;
	background-image:url(../images/OurSpecialEvent.jpg);
	background-repeat:no-repeat;
}

.internal_right{
	float:right;
	height:150px;
	width:640px;
	margin-left:10px;
	padding-top: 60px;
	color:#FFFFFF;
	font-weight:400;
	text-decoration:none;
	font-size:80%;
}

.internal_right a{
	color:#FFFFFF;
	font-weight:400;
	text-decoration:none;
	font-size:100%;
}

.mainbody{
	clear:both;
	width:860px;
	margin-top:20px;
}

.justify{
	text-align:justify;
}