body {
	margin: 0; padding: 0 0 0 0;	
	background: orange;
	font-family: Arial; font-size: 12px;
	color: #000;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border: 0px solid gray;
	
}

#header {
	height: 120px;
	background: url(../img/last_minute1.gif);
	color: #c9c9c9;
	font-size: 20px;
	text-align: right;
	 	
}


#page {
	padding: 5px 5px 5px 5px;
	background: #eeeeee;	
	border-top: none;
}


#box {
	text-align: left;
	background: white;
	border: 0px solid #454c5c;
	width: 300px;	
	color: white;
	
}

#box #title {
	background: #454c5c;
	font-size: 13px;
	padding: 2px;	
	
	
	
}

#box #boxbody { 	
 	padding: 5px;
 	color: #444444;
 	height: 100px; 	
 	overflow: auto;
}

#box #description { 	
 	margin: 2px;
 	margin-top: 10px;
 	
}



#bigBox #title {
	background: #454c5c;
	text-align: left;
	font-size: 18px;
	padding: 2px; 
	color: white;
	height: 20px;
	
	
}



#holder {
	padding-top: 10px;	
	font-size: 10px; 
}

#holder #details {
	float: left;
	width: 200px; 
}

#pageLinks a {
	text-decoration: none; 
}


.tbldetails {
	text-align: left;
	color: black;
	font-weight: bold;
}

.tbldetails th {
	padding: 6px 0px;
	vertical-align: top;
}

.tbldetails td {
	padding: 6px 0px;
	vertical-align: top;
	
}

.tbldetails .price th {
	font-size: 12px;
}

.tbldetails .price td {
	font-size: 12px;
	font-weight: bold;
	color: #D62223;
}

.br {
	clear: both;
}


#footer {
	margin: 10px 0 0 0; padding: 0 0 0 20px;
	height: 30px; line-height: 30px;
	border: 1px solid #444444;
	background: repeat-x url(../img/footerbg.jpg);
	
}
#footer a {
	color: #e3ff49;
	text-decoration: underline;
}


h1 {
	color: gray;
	text-align: left;
	font-size: 35px;
	margin-top: 0px;  
	margin-bottom: 0px;
	
}
.keywords {
  
}

.clear {clear: both; font-size: 0; height: 0;}


#menu {
	padding: 8px;
	background: repeat-x url(../img/footerbg.jpg);
	
}

#menu a {
	color: white;
	text-decoration: none;
}
	



