/*
    This rule overrides any default padding/margins created by default browser styling
*/
*{
    padding:0;
    margin:0;
}

/*
    Sets basic formatting for the body of the entire page
*/
body{
	background-color: #CBC0AA;
}

#siteCase{
	font-family: Georgia, Times New Roman, Times, serif;
    font-size: 13px;
	line-height: 130%;
	background-image: url(images/bodyBack.gif);
	margin-bottom: 30px;
}

#contentCase{
	padding: 20px 75px 30px 75px;
}

.textCall{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #061C76;
}
