@font-face {
          font-family: Bradley Hand ITC ;
          src: url(bradley_hand_itc.ttf) format("truetype");
}

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	font-family:Bradley Hand ITC, Script, Arial, Helvetica, sans-serif;
	line-height: 1.5em; 
}

#wrap {
	margin: 200px auto;
	margin-bottom: 50px;
	width: 724px;
	background: #fff url('images/midbg.jpg');
	background-repeat: repeat-y;
}

#top { 
	background: #fff url('images/topbg.jpg');
	height: 30px;
}

#content {
	padding: 0 40px 0 40px;
}

#bottom {
	background: #fff url('images/botbg.jpg');
	height: 30px;
}

#footer {
        color:#CCC;
        padding:5px;
        text-align:center;
}

#title {
	font-size: 200%;
	color:#CCC;
        padding:5px;
        text-align:center;
	margin-bottom: 50px;
}


