@charset "UTF-8";
/* CSS Document */

img {
decoration:none;
border:none;
}

a:link {text-decoration:none; color:#513c12;}
a:hover {color:blue}
a:visited {text-decoration:none; color:#513c12;}

body {
background-color:#ECDEBA;
padding:0px;
color:#fff;
font-family:Garamond;

}

#container {
position:relative;
width:900px;
border:none;
margin-left:auto;
margin-right:auto;
margin-top:15px;
}

#header {
background-image:url(images/images/header.jpg);
width:900px;
height:200px;
}

#nav {
border:opx;
position:absolute;
width:900px;
height:25px;
padding:0px;
magin:0px auto;
text-align:center;
}

#nav ul{
list-style-type: none;
margin:0px;
padding:0px;
text-align:center;
}

#nav ul li {
float:left;
}



.indent50 {text-indent:50px}
.indent25 {text-indent:25px}
.quote1{
	color:#009;
	font:cursive;
	margin-top:50px;
	margin-left:50px;
}
.quote2{
	color:#009;
	font:cursive;
	margin-top:125px;
	margin-left:100px;
}

 #maincontent {
background-image:url(images/images/bodybg.png);
width:840px;
min-height:350px;
text-align:justify;
font:arial;
padding:30px;
color:#000;
}

#maincontent li{margin-left:60px;}

 #maincontent2 {
background-image:url(images/mcbg.jpg);
width:840px;
min-height:350px;
text-align:justify;
font:arial;
padding:30px;
color:#000;
}

.mcleft {
	width:325px;
	padding:0px;
	margin-right:5px;
	text-indent:25px;
	text-shadow:fff;
	margin-top:40px;
	font-family:palatino;
	font-weight:300;
}

#mcright {
	width:420px;
	padding:0px;
	float:right;
	background-image:url(images/family.png);
	background-repeat:no-repeat;
	margin-left:420px;
	top:0px;
	
}

 #footer {
background-image:url(images/images/footerbg.jpg);
letter-spacing:2px;
color:#ECDEBA;
width:900px;
height:20px;
text-align:center;
font-family:helvetica;
padding-top:5px;
 }
 
 #footer a:link {text-decoration:none; color:#ECDEBA;}
#footer a:hover {color:blue}
#footer a:visited {text-decoration:none; color:#ECDEBA;}

img.floatLeft { 
    float: left; 
    margin: 15px; 
}

img.floatRight { 

    float: right; 
    margin: 4px; 
}

.bottom { margin-top:250px; text-align:center; font-family:"Comic Sans MS", cursive;}

