/*
   Angie Sandy www.angiesandy.com
*/

* { padding: 0; margin: 0; }

body {
 font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:#000000;
 background:url(http://www.thetots.com/images/background.png) fixed;
  line-height:1.4)
}

p {
 padding: 10px;
}
h1, h2, h3, h4 {
 font-size:14px;
 font-weight: bold;
}
a:link { 
 text-decoration: none;
 color : #8b599b;
}
a:visited { 
 text-decoration: none;
 color: #8b599b;
}
a:hover { 
 text-decoration: underline;
 color: #b594c0;
 border: none;
}
.formbutton {
	color: #fff;
	font-weight:bold;
	padding: 3px;
	border: thin solid #8b599b;
	background: #b594c0;
}
#wrapper { 
 margin: 0 auto;
 margin-top: 20px;
 width: 820px;
 border: 4px solid #8b599b;
 background-color: #fff;
}
#content { 
 float: left;
 background: #FFFFFF;
 width: 645px;
 display: inline;
}

#header {
 width: 820px;
 float: left;
 height: 200px;
 background-image:url(http://www.thetots.com/images/header.png);
 background-position:center;
}

#footer { 
 text-align: center;
 clear: both;
 color: #fff;
 background-color: #b594c0;
 border-top: 2px solid #8b599b;
 border-bottom: 2px solid #8b599b;
 font-size:10px
}

#navigation {
 float: left;
 width: 820px;
 height: 37px;
 background: #b6d57d;
}

#leftcolumn { 
 color: #333;
 background: #fff;
 width: 175px;
 float: left;
}
.pad{
 padding: 10px;
}

.smfont{
 padding: 10px;
  font-size:10px;
}

.lgfont{
 padding: 10px;
 font-size: 14px;
}
