/***********************************************/
/* Basato su 2col_rightNav.css                   */
/***********************************************/

/***********************************************/
/* HTML tag styles   (in style.css)              */
/***********************************************/ 


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 960px;
}

#content{
  float:left;
  width: 980px;
  height: 500px;
  margin: 0;
  padding: 0px 0px 0px 0px; 
}

#leftcontent{
  float:left;
  width: 460px;
  height: 500px;
  margin: 0;
  padding: 5px 5px 5px 5px; 
}

#rightcontent{
  float:center;
  width: 460px;
  /* height: 500px; */
  margin: 0 0 0 470px;
  padding: 5px 5px 5px 5px; 
}

#copyright{
	clear: both;
	padding: 10px 10px 10px 10px;
	/* border: 1px solid #cccccc; */
    text-align: right;
	width: 960px;
}

#site{
	clear: both;
	border: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
	/* margin-top: -1px;*/
	width: 960px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#slideTitle{
	margin: 0px; 
    font-size: 36px;
	/* padding: 0px 0px 10px 10px; */
    text-align: center;
}


/*************** #copyrightInfo styles **************/

#copyrightInfo{
	font-size: 100%;
	/* color: #eeeeee; */
	/* border: 1px solid #cccccc; */
}


/************** .feature styles ***************/

.feature h2{
	padding: 20px 0px 10px 20px;
	/* font-size: 80%; */
}

.feature h3{
	padding: 5px 0px 5px 0px;
	text-align: left;
}

/* .feature img{ */
/*	float: left; */
/* 	padding: 0px 10px 0px 0px; */
/*	margin: 0 5px 5px 0;*/
/*}*/
/* adjust margins to change separation between the feature image and text flowing around it */



/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 120%;
	color: #eeeeee;
}
