body, table {
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

body {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: #333;
	color: #999;
	text-align: left;
}

table {
	text-align: right;
	}
#logo {
	margin-bottom: 0px;
	margin-top: 0px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	}
#chart {
	float: right;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}


h1 {
		margin-bottom: 0px;
		margin-top: 0px;
		color: #999;
		font-size: 14px;
		font-weight: normal;
	}

h2 {
		margin-top: 24px;
		margin-bottom: 14px;
		color: #fff;
		font-size: 16px;
	}	
	
.item {
	float: left;
	background: #222;
	margin: 5px 10px 5px 0px;
	width: 170px;
	height: 236px;
	}
.frame {
	width: 152px;
	height: 152px;
	text-align: center;
	background: #000;
	padding: 9px 9px 9px 9px;
	}
.smallphoto {
	border-width: 1px;
	border-color: #333;
	border-style: solid;
	margin: 0px 0px 0px 0px;

	}
.description {

	padding: 2px 2px 2px 2px;
	color: #fff;
	}

table.descr {
	color: #fff;
	}

#header {

		padding-left: 28px;

		padding-bottom: 20px;

		padding-right: 28px;

		padding-top: 16px;

		border-bottom-color: #999999;

		border-bottom-style: solid;

		border-bottom-width: 1px;

		background-color: black;

	}
	
#menu {
		padding-left: 28px;

		padding-bottom: 0px;

		padding-right: 28px;

		padding-top: 0px;

		border-bottom-color: #999999;


		background-color: #444;
		

	}

.menuItem a{
	float: left;
	color: #ddd;
	font-size: 14px;
	font-weight: bold;
 	text-decoration: none;
 	padding: 2px 16px 2px 16px;
  	border-left: solid #444 1px;
	background: #666;
}

.menuItem a:hover {
	color: #fff;
	background: #999;
}
	

#content {padding-left: 28px; padding-bottom: 0px; padding-right: 28px; padding-top: 5px; font-size: 12px; color: #ddd}

#content a { color: #ddd}	
	
#footer {

	padding-left: 28px;

	padding-bottom: 20px;

	padding-right: 28px;

	padding-top: 10px;

	border-bottom-color: #999999;

	border-top-style: solid;

	border-top-width: 1px;

	background-color: #000;
	
	margin-top: 16px;	
}

#footer a { color: #ddd}	

.buy {
	padding-left: 0px;

	padding-bottom: 0px;

	padding-right: 0px;

	padding-top: 0px;

	border-color: #999;


	background-color: #666;
	color: #cccccc;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	width: 44px;
	height: 18px;
	margin-top: 0px;
	vertical-align: bottom;
	

}

.buy:hover {
		background-color: #999999;
		color: white;
	}

.item_clear {clear: both; }
