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

body {
	background: url(BACKGROUND.jpg) #000000 no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin:0;
	padding:0;
}

#main {
	width: 769px;
	height:395px;
	text-align:left;
}

#contact {
	margin-top:150px;
	margin-left:20px;
	float:left;
	width:148px;
}

#content {
	width:424px;
	height:395px;
	float:left;
	margin-top:52px;
	margin-left:20px;
}

#items {
	float:left;
	margin-top:100px;
	margin-left:18px;
	width:138px;
}

#content #photos {
	width:100%;
	padding:0;
	margin:0;
	border:0;
	margin-top:20px;
}

#photos td {
	padding-bottom:20px;
}

img.pic {
	border:1px solid #FFFFFF;
}

a:link, a:visited, a:active {
	color:#FFFFFF;
}

#items ul {
	padding-left:10px;
}

#content .title {
	font-size:13px;
	font-weight:bold;
}

#taxi_filippino  {
	background:url(images/taxi_filippino.jpg) no-repeat;
	width:138px;
	height:14px;
}

#taxi_filippino:hover {
	cursor:pointer;
	background-position: 0 -14px;
}

#smokey_mountain  {
	background:url(images/smokey_mountain.jpg) no-repeat;
	width:138px;
	height:14px;
}

#smokey_mountain:hover {
	cursor:pointer;
	background-position: 0 -14px;
}

#el_paso  {
	background:url(images/el_paso.jpg) no-repeat;
	width:138px;
	height:14px;
}

#el_paso:hover {
	cursor:pointer;
	background-position: 0 -14px;
}

#architecture  {
	background:url(images/architecture.jpg) no-repeat;
	width:138px;
	height:30px;
}

#architecture:hover {
	cursor:pointer;
	background-position: 0 -30px;
}

#portrait  {
	background:url(images/portrait.jpg) no-repeat;
	width:138px;
	height:31px;
}

#portrait:hover {
	cursor:pointer;
	background-position: 0 -31px;
}

#singles  {
	background:url(images/singles.jpg) no-repeat;
	width:138px;
	height:30px;
	margin-top:1px;
}

#singles:hover {
	cursor:pointer;
	background-position: 0 -30px;
}
