/* screen home - Mary Mayotte */

body, p {
	margin: 0;
	padding: 0;
}

body {
	background-color: #4B2E71;

}

p {
	line-height: 1.5;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;	
}

a:link,
a:visited {
	text-decoration: none;
	color: #482E6F;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #482E6F;
}

#momma {
	/*background-color: #8A9D35;*/
	padding: 14px;
	margin: 23px auto;
	width: 967px;
	height: 600px;
}

#container {
	width: 967px;
	height: 600px;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #fff;
	width: 120px;
	height: 120px;
	float: left;
}

#top1 {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: auto;
	float: left;
}

#top2 {
	background-color: #8A9D35;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 120px;
	height: 120px;
	float: left;
}

#top3 {
	background-color: #ACBC64;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 120px;
	height: 120px;
	float: left;
}

#flash {
	margin: 0;
	padding: 0;
	height: 600px;
	width: 600px;
	float: left;
}

#content {
	border: 1px solid #fff;
	background-color: #C5CE9A;
	padding: 23px 27px;
	width: 311px;
	height: 313px;
	float: right;

}

#lower1 {
	background-color: #ACBC64;
	border-left: 1px solid #fff;
	width: 120px;
	height: 120px;
	float: left;
}

#lower2 {
	background-color: #8A9D35;
	border-left: 1px solid #fff;
	width: 120px;
	height: 120px;
	float: left;
}

#people {
	padding: 10px 27px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
	width: 311px;
	height: 219px;
	background-image:url(../images/bg_TaDa.jpg);
	color: #010101;
	font-weight:normal;
	line-height: 1.5;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
}

#people .tada {
	font-size: 17px;
	font-weight: bold;
	color: #4b2e71;
}

#people strong{
	font-size: 13px;	
}

#people .date{
	color: #6b8300; 
	font-weight: bold;
	font-size: 12px;
}

#people ul{
	padding: 0px;
	margin: 5px 0px;
	margin-bottom: 10px;
	list-style: none;
}

#people li{
	margin-bottom: 5px;
}
#people a img {
	border: none;
	margin-bottom: -10px;
	margin-left: 5px;
	
}
#people a {
		
	
}

#print_header {
	display: none;
}

#print_footer {
	text-align: right;
	font-size: 60%;
	display: none;
}