/* 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(images/header.jpg) no-repeat;
	height:178px;
	width:780px;
	margin:0 auto;
	}
#wholepage {background:url(images/bg.jpg) repeat-y; width:780px; margin:0 auto;}

a img { border: none; }
a, h2 a:hover, h3 a:hover { 
	color: #06c;
	text-decoration: none;
	}
#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;
	text-align:left;
}
#containerfb {	/* pages with regular text, facebook width */
	width:515px;
	background-color:#FFFFFF;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0px;
	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:10px;
	padding:7px;
	padding-left:45px;
	background-image:url(images/StarTick.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
	font-size:14px;
}
#idealist {	/*for money making ideas */
	width:95%;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	border-bottom:#999999 solid 2px;
	margin-bottom:15px;
	padding:7px;
	text-align:left;
}
#numberbox{	/*for money making ideas */
	width:130px;
	height:auto;
	margin-bottom:20px;
	float: left;
	padding:15px;
}	
#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;
}#bonusboxfb{
	width:80%;
	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 { background:url(images/footer.jpg) no-repeat; height:25px;  text-align:center;  width:780px; margin:0 auto; margin-bottom:10px;}

/* hack for safari, leave at the bottom! */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { 	background-color: rgb(255, 82, 139); }

