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

body {
	background-color:	#000000;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color:				#333333;
}

.storelink {
	font-size:			80%;
	text-decoration:	none;
	color:				#0099FF;
}

.price {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			80%;
}

#allcontent {
	width:				762px;
	padding:			1px;
	background-color:	#ffffff;
	margin-left:		auto;
	margin-right:		auto;
	margin: 			0 auto -100px;
    min-height: 		100%;
    height: 			auto;
}

#logo {
	float:				left;
	text-border:		none;
	border:				0;
	text-decoration:	none;


}

a img {
	border: 			none;
}

#nalband_header {
	width:				762px;
	height:				147px;
	background-image:	url(images/nalband_design/header.jpg);
}

#nalband_navigation {
	text-align:			right;
	padding-top:		5px;
	width:				762px;
	float:				right;
}

#nalband_navigation a {
	text-decoration:	none;
	font-size:			70%;
	color:				#ffffff;
	padding-right:		20px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
}

#nalband_navigation a:hover {
	color:				#007dff;
	text-decoration:	underline;
}

/* Hack for IE */
* html #allcontent {
    height: 			100%;
}
/* End IE Hack */

#updatingimage {
	margin-top:			50px;
	padding:			5px;
	background-color:	#E3E3E3;
	width:				600px;
	text-align:			center;
	margin-left:		auto;
	margin-right:		auto;
}