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

body {
	background-color: #FFFFFF;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: auto;
	width: 800px;
}
#title {
	background-color: #FFC;
	color: #003;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
#strap {
	font-size: 18px;
	text-align: center;
	color: #FFC;
	background-color: #003;
	padding: 10px;
}
#menu {
	text-align: center;
	padding: 5px;
}
#menu li {
	display: inline;
	text-align: center;
}
#menu a {
	font-weight: bold;
	color: #003;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#content {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003;
	border-bottom-color: #003;
}
#footer {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#name {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
#location {
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	font-style: italic;
}
#images {
}
#details {
}
#price {
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
