body {
	background-color: #333;
	padding: 0;
	margin-top: 0px;
	font-family: Microsoft Tai Le,Myriad Pro, arial;
}
div {
	margin: 0;
	padding: 0;
}
#floater {
	float:left; 
	height:50%; 
	margin-bottom:-270px;
}
#content {
	clear:both;
	width: 745px;
}
#header {
	float: left;
	margin: 8px 0 0 0;
`	height: 23px;
	width: 745px;
}
#logo {
	float: left;
	width: 350px;
	height: 23px;
}
#logo h1 {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	display: block;
	font-size: 20px;
	color: #666;
	font-weight: normal;
	line-height: normal;
}
#logo h1 a {
	color: #666;
	text-decoration: none;
}
#logo span {
	color: #ccc;
}
#menu {
	float: right;
	width: 300px;
	height: 23px;
}
#menu ul {
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	line-height: 24px;
}
#menu li{
	float: right;
	padding: 0 0 0 5px;
	text-decoration: none;
}
#menu li.menuItem{
	padding: 0 17px 0 5px;
	background:URL("graphics/menu-slash.gif") no-repeat right;
}
#menu li a{
	text-decoration: none;
	color: #ccc;
	font-size: 14px;
}
#menu li a:hover {
	text-decoration: underline;	
}
#mainBlock {
	float: left;
	margin: 5px 0 5px 0;
	width: 745px;
	height: 472px;

}
#mainBlock a.back{
	float: left;
	width: 372px;
	height: 472px;
}
#mainBlock a.next{
	float: right;
	width: 372px;
	height: 472px;
}
#mainBlock a.back:hover{
	background:URL("graphics/back.gif") no-repeat left;
}
#mainBlock a.next:hover{
	background:URL("graphics/next.gif") no-repeat right;
}
#footer {
	float: left;
	width: 745px;
	height: 23px;
}
#nav {
	float: left;
	margin: 0 0 0 5px;
	width: 400px;
	height: 23px;	
}
#nav h2 {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 20px;
	color: #666;
	font-weight: normal;
	line-height: normal;
}
#nav a {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	display: block;
	font-size: 14px;
	color: #ccc;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a.selected {
	color: #666;
}
#nav a.selected:hover {
	text-decoration: none;
}
#dimentions {
	float: right;
	margin: 0 5px 0 0;
	width: 300px;
	height: 23px;
}
#dimentions span {
	float: right;
	display: block;
	font-size: 12px;
	color: #888;
	font-weight: normal;
	line-height: 20px;
}
