@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFFF66;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000066;
	margin-top: 0px;
}
#container{
	width:930px;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;

}
#header {
	background:url(http://tidypockets.com/img/css/header.jpg) no-repeat;
	width:930px;
	height:135px;
	padding:10px 0px 0px 0px;
}
#header a{
	color:#3366FF;
}
#contenthome{
	background-color:#7B9BFF;
	width:910px;
	
	padding:10px 10px 10px 10px;
}

#contentfaq{
	background-color:#CCFF9A;
	width:910px;	
	padding:10px 10px 10px 10px;
}
#contentbenefits{
	background-color:#FFFF99;
	width:910px;	
	padding:10px 10px 10px 10px;
}
#contentproducts{
	background-color:#FF9934;
	width:910px;	
	padding:10px 10px 10px 10px;
}
#contentother{
	background-color:#CD99FE;
	width:910px;	
	padding:10px 10px 10px 10px;
}
#footer{
	background-color: #FFCC66;
	width:910px;
	height:35px;
	font-size:10px;
	font-weight:bold;
	color:#000066;
	padding:2px 10px 10px 10px;
}
#footer a{
	color:#000066;
	text-decoration:none;
}

<!-- shell, these are my additions to the css code -->
li {
	list-style-position: outside;
	list-style-image: url(img/bullet.gif);
}

.style1 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}

