/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/pp4u-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #9cc646;
}
#wrapper { 
 margin: 0 auto;
 width: 972px;
}
#header {
 width: 950px;
 color: #333;
 padding: 10px;
 height: auto;
 margin: 10px 0px 0px 0px;
}
#menu {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: bold;
	color: #F66;
	text-decoration: none;
}
#menu a{
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: bold;
	color: #F66;
	text-decoration: none;
}
#content { 
 width: 950px;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
}
#footer { 
 width: 950px;
 color: #FFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
#footer a{
	color: #FFF;
	font-weight: bold;
}
.myBox
{
	margin: 0 auto;
	border: 0px solid #ffffff;
	color: #333;
	width: 850px;
	padding: 20px;
	text-align: left;
	border: 3px solid #ffffff;
	margin-bottom: 10px;
	background-image: url(../images/paw.jpg);
	background-repeat: repeat;    /* Do rounding (native in Firefox and Safari, CC in IE) 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;*/
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}