/* 
 *
 * © Isn't That Something: Cakes For All Occasions
 *
 */
<!--
A:link
{ text-decoration:none; color:#D78280 }
A:visited
{ text-decoration:none; color:#D78280 }
A:active
{ text-decoration:none; color:#D78280 }
A:hover
{ text-decoration:none; color:#FCEEEE; }



-->



body {
	background-color: #F9F9F9;
	background-image: url(images/background.png);
	background-repeat: yes-repeat;
	background-attachment: scroll;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#head {
	background-image: url(images/header.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 1097px;
	height: 554px;
	margin-right: auto;
	margin-left: auto;
}

#foot {
	background-image: url(images/footer.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 1097px;
	height: 13px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


#wrapper {
        background-image: url(images/wrapper.png);
        background-repeat: repeat-y;
        background-position: left;
        width: 1097px;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
}

#body {
 	width: 927px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	border: 0px solid #E3E6E8;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#body .title {
	background-color: #76A4E2;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;	
	font-weight: bold;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#body .content {
	color: #FEFCFC;
	font-family: Verdana;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;

}

#body .info {
	background-color: #E0DFE3;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;	
	font-weight: bold;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
