@charset "UTF-8";
/* magicalmoments.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
body {
	width:835px;
	background-color:#a2956d;
	margin:10px auto;
	color:#8c672a;
	font-size:13px;
	line-height:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
p {
	padding-bottom:8px;
	}
h1 {
	color:#8c672a;
	font-size:23px;
	line-height:1.3em;
	font-weight:lighter;
	text-align:center;
	padding-bottom:5px;
	}
h2 {
	color:#571a63;
	font-size:20px;
	font-weight:lighter;
	}

a:link, a:visited {
	color:#5c1e68;
	text-decoration:none;
	}
a:hover {
	color:#5c1e68;
	text-decoration:underline;
	}
#container {
	width:803px;
	background-color:#f4eccd;
	border:1px #6d523a solid;
	padding:13px;
	}
#incontainer {
	width:799px;
	border:#6d523a 1px solid;
	background-image:url(../images/mainbkgrnd.jpg);
	background-position:center;
	background-repeat:repeat;
	padding-top:3px;
	padding-bottom:3px;
	}
#topnav {
	width:799px;
	height:29px;
	background-image:url(../images/navbkgrnd.jpg);
	text-align:center;
	font-size:18px;
	padding-top:7px;
	color:#5c1e68;
	}
#topnav li {
	display:inline;
	}
#header {
	width:799px;
	height:125;
	}
.header1 {
	width:799px;
	height:42px;
	background-image:url(../images/header1.jpg);
	}
.header2 {
	width:799px;
	height:41px;
	background-image:url(../images/header2.jpg);
	}
.header3 {
	width:799px;
	height:42px;
	background-image:url(../images/header3.jpg);
	}
.intheader3 {
	width:799px;
	height:42px;
	background-image:url(../images/intheader3.jpg);
	}
#leftside {
	width:199px;
	height:568px;
	font-size:12px;
	line-height:1.1em;
	color:#5c1e68;
	text-align:center;
	float:left;
	}
.eventplaning {
	background-image:url(../images/eventplan.jpg);
	width:199px;
	height:189px;
	}
.eventtxt {
	width:189px;
	height:79px;
	padding-top:5px;
	background-image:url(../images/eventtxt.jpg);
	padding-left:10px;
	font-size:11px;
	}
.childparties {
	width:189px;
	height:130px;
	background-image:url(../images/childparties.jpg);
	padding:165px 0 0 10px;
	font-size:11px;
	}
#middle {
	width:396px;
	height:568px;
	text-align:center;
	float:left;
	}
.maintxt {
	width:396px;
	height:331px;
	background-image:url(../images/maintxt.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#fdf7d4;
	}
.maintxt p {
	margin:0px 20px 0px 20px;
	}
#intmaintxt {
	width:641px;
	margin:0 0 15px 43px;
	background-color:#fdf7d4;
	background-image:url(../images/intmaintxt.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:15px 35px 15px 35px;
	}
.babyshwr {
	width:396px;
	height:183px;
	background-image:url(../images/babyshwr.jpg);
	}
.babyshwrtxt {
	width:396px;
	height:54px;
	color:#5c1e68;
	text-align:center;
	font-size:12px;
	line-height:1.1em;
	background-image:url(../images/babyshwrtxt.jpg);	
	font-size:11px;
	}
#rightside {
	width:204px;
	height:568px;
	text-align:center;
	font-size:12px;
	line-height:1.1em;
	color:#5c1e68;
	float:left;
	}
.bridalshwr {
	width:204px;
	height:189px;
	background-image:url(../images/bridal.jpg);
	}
.bridaltxt {
	width:184px;
	height:84px;
	background-image:url(../images/bridaltxt.jpg);
	padding-right:20px;
	font-size:11px;
	}
.weddings {
	width:184px;
	height:155px;
	background-image:url(../images/weddings.jpg);
	padding:140px 20px 0 0;
	font-size:11px;	
	}
#footer {
	width:799px;
	height:31px;
	background-image:url(../images/footerbkgrnd.jpg);
	color:#5c1e68;
	font-size:12px;
	float:left;
	}
.footernav {
	width:45%;
	padding:4px 0 0 15px;
	float:left;
	}
.footernav li {
	display:inline;
	}
.copyright {
	width:45%;
	padding:4px 15px 0 0;
	text-align:right;
	float:right;
	}
.tinytext {
	font-size:11px;
	line-height:16px;
	text-align:center;
	padding-top:10px;
	}
.table li {
	list-style:georgian;
	text-align:left;
	}
.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;
}