/* CSS Document */
/* Style sheet for Fun Cake Decorating Ideas */
/* put the following line in the <head> section of every page */
/* <LINK href="http://www.cleverdoughcakes.com/style.css" rel="stylesheet" type="text/css"> */

body{ 
	font-family:Verdana,Arial;
	font-size:15px;
	background-color: rgb(9, 90, 165);
	}
#header {
	background:url(images/header.jpg) no-repeat;
	height:219px;
	width:780px;
	margin:0 auto;
	}
#wholepage {
	width:780px;
	background:url(images/backgr.jpg);
	margin-left:auto;
	margin-right:auto;
}
h1 {
	font-family:Tahoma,Georgia;
	font-size:26px;
	font-weight:700;
	color:#0066CC;
	text-align:center;
	margin-bottom:10px;
}
h2 {
	font-family:Tahoma,Georgia,Arial;
	font-size:16px;
	font-weight:400;
	color:black;
	text-align:center;
	margin-bottom:20px;
}
h3{
	font-family:Tahoma,Georgia,Arial;
	font-size:16px;
	font-weight:700;
	text-align:center;
	color: #0C6126;
	margin-top:20px;
	margin-bottom:20px;
}
#container {	/* pages with regular text, full width */
	width:90%;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
#testitop{
	width: 450px;
	height: 49px;
	background:url(images/testi_01.jpg);
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	float: center;
}
#testibox {
	width: 450px;
	background:url(images/testi_02.jpg);
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	font-style: italic;
	float: center;
}
#testibot{
	width: 450px;
	height: 22px;
	background:url(images/testi_03.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	float: center;
}
#bottomborder {
	width:780px;
	height:15px;
	background:url(images/footer.jpg);
}