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

html {
margin: 0;
padding:0;
}

body {
background-image: url(Images/polkadots.jpg);
background-repeat:repeat;
background-position:center;
height: 775px;
width: 900px;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-top: 15px;
margin-botttom: 15px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#600;
}

#homewrapper {
text-align: left;
position:relative;
height: 760px;
}

#topnavigation {
}

#topnavigation ul {
list-style:none;
margin: 0;
padding: 0 0 0 20px;
}

#topnavigation li{
	width:170px;
	height: 85px;
	border:none;
}


#homenav {
	position:absolute;
	margin-left: 0px;
	border:none;
}

img {
	border:none;
}



#aboutusnav {
	position:absolute;
	margin-left: 175px;
}


#gallerynav {
	position:absolute;
	margin-left: 350px;	
}


#propsnav {
position:absolute;
margin-left: 525px;	
}


#contactusnav {
position:absolute;
margin-left: 700px;	
}

#slideshow {
position: absolute;
margin-left: 60px;
margin-top: 115px;
padding: 0;
height: 567px;
width: 780px;
}

object#slideshow {
	position: absolute;
	margin: 0;
	padding: 0;
}




a:link, a:visited {
font-family: Georgia, "Times New Roman", Times, serif; 
font-size:18px;
color:#600;
}

#footer {
	position: absolute;
	text-align:right;
	margin-top: 695px;
	margin-left: 440px;
	font-size: 12px;
	color: #600;
	height: 30px;
	width: 400px;
	
}

#footer a:link, a:visited {
font-family: Georgia, "Times New Roman", Times, serif; 
font-size:12px;
color:#600;
}

#footer a:hover {
font-family: Georgia, "Times New Roman", Times, serif; 
font-size:12px;
color:#006;
}
