body {
	font-family: Arial, Helvetica, sans-serif; background-color:#111100;
	color:#FFFFFF;
	
}
a {
	color:#FFF;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
	
p {
	color:#000000;
	}
	
#bodytext {
	position: absolute;
	height: 129px;
	width: 238px;
	top: 176px;
	left: 158px;
	font-size:16px;
	line-height:1em;
}

#navcontainer { 
	width: 147px;	
	}

#navcontainer ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}

#navcontainer a	{
	display: block;
	padding: 4px 0 0 10px;
	height:27px;
	width: 147px;
	background-image:url(../images/button.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	}

#navcontainer a:hover {
	background-image:url(../images/buttonarrow.jpg);
	background-repeat:no-repeat;
	}

div.menu {
	float:left;
	padding: 0 15px 15px 0;
	}
div.name {
	float:right;
	padding: 0 5px 0 0; 
}

#availabledetails a {
	color:#000000;
	}
	
.blacklink a {
 	color:#000000;
	}
.mini_menu a {
	background:url(images/button2.jpg) no-repeat;
	height:27px;
	width:100px;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	
}
.mini_menu a:hover {
	background:url(images/buttonarrow2.jpg) no-repeat;
	
}
/* Clear Fix with ie hack*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}

/* end Clearfix */
