body, html {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #FFFFFF;
	letter-spacing: 0px;
	background-image: url(orlando-holiday-graphics/orlando-holiday-background.jpg);
}

body {
	min-width: 900px; /* To avoid problems that can occur in some browsers when the window is narrower than #pageContainer We set the <body> element’s min-width to the same value as the width of #pageContainer */
}

#pageContainer #siteHeader {
	width: 900px;
}


#pageContainer {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	border: 1px solid #000000;
	color: #000000;	
}

#leftColumn {
	width: 200px;
	float: left;
	padding: 10px;
	padding-left: 20px;
	
}

#rightColumn {
	padding-top: 200px;
	float: right;
	width: 620px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(orlando-holiday-graphics/index-sunshine-villa-holiday-orlando.jpg);
	background-repeat: repeat-x;
	background-position: default;
}

#rightColumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000033;
	line-height: 22px;
}

#footer {
	text-align: center;
	clear: 	both; /* makes sure this cant have any elements next to it */
	background-image: url(orlando-holiday-graphics/orlando-villa-bg-footer.jpeg);
	background-repeat: repeat;
}

body a:hover {
	color: #FF0000;
}

#siteNav {	
	letter-spacing: 0px;
	text-align: left;
	color: #CC0033;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000000;
}

#siteNav a {
	width: 140px;
}

#siteNav a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 10px 0px 3px 10px;
	color: #0066FF;
}

#siteNav a:hover {
	color: #33CCFF;
	background-color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3399FF;
}

portfolio-img {
	border: 1px solid #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

p {
	line-height: 12px;
	font-size: 18px;
	text-align: justify;
}

#footer a {
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	color: #0066FF;

}

#footer a:hover {
	text-decoration: underline;
}

.center-content p{
	text-align: center;
}

#attractions li {
	display:inline;
	list-style:none;
	text-align:center; 
	margin:0px;
}