/* CSS Document */
/* Style sheet for Fun Cake Decorating Ideas */
/* put the following line in the <head> section of every page */
/* <LINK href="http://www.funcakedecoratingideas.com/cakestyle.css" rel="stylesheet" type="text/css"> */

body{ 
	font-family:Verdana,Arial;
	font-size:15px;
	background-color: rgb(255, 82, 139);
	}
#header {
	background:url(http://funcakedecoratingideas.com/images/website_header.jpg) no-repeat;
	height:142px;
	width:720px;
	margin:0 auto;
	}
#wholepage {
	width:720px;
	background:url(images/backgr.jpg);
	margin-left:auto;
	margin-right:auto;
}
#mainmenu {
	width:650px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	font-family:Tahoma,Verdana;
	font-size:12px;
	font-weight:700;
	text-align:center;
}
h1 {
	font-family:Tahoma,Georgia;
	font-size:26px;
	font-weight:700;
	color:#0066CC;  /* 252, 2, 77*/
	text-align:center;
	margin-bottom:10px;
}
h2 {
	font-family:Tahoma,Georgia,Arial;
	font-size:24px;
	font-weight:700;
	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;
}
#containerfull {	/* pages with regular text, full width */
	width:90%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	text-align:left;
}
#containerside {	/*on pages with sidebar */
	width:500px;
	margin-right:15px;
	margin-bottom:20px;
	padding-left:15px;
	text-align:left;
	float:right;
}
#sidebar {
	width:150px;
	margin-left:15px;
	float:left;
	padding-top:7px;
	background-color: rgb(235, 235, 235);
	text-align:center;
}
#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;
}
#ticklist {
	width:90%;
	font-family:Tahoma,Verdana;
	margin:5px;
	padding:7px;
	padding-left:35;
	background-image:url(images/greentick.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
	font-size:14px;
}
#bonusbox{
	width:500px;
	text-align: left;
	font-family:Tahoma,Georgia;
	font-size:14px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding:10px;
	border: 4px dashed red;
}
#bottomborder {
	width:720px;
	height:30px;
	background:url(images/btm.jpg);
}