@charset "UTF-8";
/* kiddiedoodles.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
body {
	width:951px;
	color:#000;
	margin:10px auto;
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.8em;
	}
a:link, a:visited {
	color:#000;
	text-decoration:none;
	}
a:hover {
	color:#000;
	text-decoration:underline;
	}	
h1 {
	color:#990000;
	font-size:18px;
	}
h2 {
	color:#990000;
	font-size:16px;
	}
p {
	padding-bottom: 8px;
	}
#topnav a:link {
	color:#237917;
	text-decoration:none;
	}
#topnav a:visited {
	color:#237917;
	text-decoration:none;
	}
#topnav a:hover {
	color:#237917;
	text-decoration:underline;
	}
#topnav {
	color:#237917;
	font-size:12px;
	line-height:1.1em;
	text-align:right;
	padding:0px 30px 10px 0px;
	}
#topnav li {
	display:inline;
	}
#header {
	width:951px;
	height:164px;
	}
.header1 {
	width:317px;
	height:123px;
	background-image:url(../images/header1.jpg);
	float:left;
	}
.header2 {
	width:316px;
	height:123px;
	background-image:url(../images/header2.jpg);
	float:left;	
	}
.header3 { 
	width:318px;
	height:123px;
	background-image:url(../images/header3.jpg);
	float:left;
	}
.girlmid { 
	width:317px;
	height:41px;
	background-image:url(../images/girlmid.jpg);
	float:left;
	}
.hdrtxt {
	width:550px;
	height:36px;
	font-size:23px;
	color:#237917;
	padding-top:5px;
	text-align:right;
	float:left;
	}
.h3curl { 
	width:84px;
	height:41px;
	background-image:url(../images/h3curl.jpg);
	float:left;
	}
#nav {
	width:691px;
	height:43px;
	background-image:url(../images/girlbtm.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:260px;
	}
#textarea {
	padding:5px 30px 15px 30px;
	}
#homecard {
	width:727px;
	height:235px;
	float:left;
	}
.homecard1 {
	height:59px;
	}
.homecard2 {
	background-image:url(../images/homecard2.jpg);
	height:59px;
	}
.homecard3 {
	background-image:url(../images/homecard3.jpg);
	height:58px;
	}
.homecard4 {
	background-image:url(../images/homecard4.jpg);
	height:59px;
	}
#idea {
	width:194px;
	background-image:url(../images/greatidea.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:30px 0px 13px 30px;
	font-size:17px;
	line-height:1.9em;
	float:left;
	}
#redblock {
	width:921px;
	font-size:20px;
	color:#fff;
	background-color:#d53440;
	padding:4px 0px 7px 30px;
	float:left;
	}
#btmtxt {
	width:901px;
	float:left;
	background-image:url(../images/curlpattern.jpg);
	background-position:right;
	background-repeat:repeat-x;
	padding:12px 30px 15px 20px;
	}
#footer {
	width:921px;
	font-size:12px;
	line-height:1.3em;
	padding-right:30px;
	padding-bottom:5px;
	float:left;
	text-align:right;
	}
#footer li {
	display:inline;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
