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

html {
margin: 0;
padding:0;
}

body {
background-image: url(Images/parchment.jpg);
background-repeat:repeat;
background-position:center;
height: 2900px;
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: 2870px;
}

#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;	
}

#copy {
	position: absolute;
	margin-top: 90px;
	margin-left: 95px;
	margin-right: 15px;
	width: 700px;
	height: 2710px;
}

#copy img {
width: 250px;
height: 150px;
border: 1px solid #600;
float: left;
clear: right;
margin-right:15px;
margin-bottom: 15px;
}

#copy img:hover {
width: 500px;
height: 250px;
}

.clearboth {
clear: both;
}

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

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


.bold {
font-weight: bold;
}

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

#footer a:link, #footer 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;
}
