/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}



/* STANDARD CLASSES */

 html, body {
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	background-image:url(../images/tile_top.jpg);
	background-repeat:repeat-x;
}


table {
	border: 0px;
	border-spacing:0px;
	border-collapse: collapse;
	
	width:100%;
}

/* CUSTOM CLASSES */


.camera {
	position: absolute;
	top: -10px;
	left: 185px;
}

/* STANDARD IDS */

#wrapper {
	margin:0 auto; /* This will center align */
	width:960px;
}



#navigation {
	float:right;
	width:556px;
}

#main {
	background-image:url(../images/leather.jpg);
	background-repeat:no-repeat;
}

#content {
	padding: 20px;	
}

#footer {
	border-top: 1px solid #333;
	padding: 20px;
}

#footer a {
	color:#CCC;
	text-decoration: none;
}

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

#footer_left {
	
}

#footer_left p {
	font-size: 10px;
	color:#CCC;
}

#footer_right {
	
}

#footer_right p {
	text-align:right;
	font-size: 10px;
	color:#CCC;	
}

#details {
	width:930px;
	z-index:20;
	position: absolute;
	padding: 10px 10px 0px 10px;
}

#packages {
	
}

#package1 {
	margin-bottom: 10px;
	border-right: 1px dotted #333;
	float: left;
	width: 459px;
	clear:both;
}

#package2 {
	margin-left: 10px;
	margin-bottom: 10px;
	float:left;
	width:460px;
}

.imageholder {
	padding: 5px;
	background-color:#111;
	border: 1px solid #333;
}

.description {
	width:100%;
	padding-left: 10px;
}

.description h2 {
	margin-top: 0px;	
}

.description h1 {
	margin-top: 0px;	
}

#close {
	clear:both;
	border-top: 1px dotted #333;
	padding: 10px 0px 10px 0px;
}

#close p {
	text-align:right;
	margin-bottom:0px;
}



/* LINKS */


