/****************************** General Styles ******************************/
body{
	background: #FFFFFF url(images/bg.jpg) repeat-x;

}

.cls{
	clear: both;
}

/******************************* Structure Styles *******************************/
#container{
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}

#banner{
	width: 960px;
	height: 157px;
	margin: 0;
	padding: 0;
}

#content{
	width: 960px;
	background-color: #ffffff;
	margin-bottom: 10px;
	
}

#menu{
	background-color: #ffffff;
	height: 15px;
	width: 960px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #d51f63;		
}

#menu ul{
	float: left;
	width: 790px;
	margin: 0;	
}

#menu ul li{
	float: left;
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #d51f63;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d51f63;
	font-weight: bold;
}

#menu ul li a{
	padding-left: 30px;
	padding-right: 20px;
	text-decoration: none;
	color: #d51f63;
}

#menu li a:hover, li.active a{
	color: #000000;
	text-decoration: none;
}

#menu li:last-child { border-right:0px; }

#contentbox{
	width: 888px;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #c0c1c6;
	padding: 35px;
}
#textcontent{
	width: 850px;
	float: left;
	margin-right: 10px;
}
#textcontent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 23px;
	margin-bottom: 10px;
}
#imagecontent{
	width: 504px;
	float: right;
	margin-top: -36px;
}
#footer{
	float: right;
}