* { padding: 0; margin: 0; }

body {
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, san-serif;
	color:#000000;
}
#wrapper { 
 margin: 0px auto;
 width: 898px;
}
#header {
 width: 898px;
 height:190px;
}
#navigation {
 width: 134px;
 height:420px;
 float:left;
}
#leftarrows {
 width: 134px;
 height:64px;
 float:left;
}
#rightarrows {
 width: 159px;
 height:64px;
 float:left;
}
#rightblock {
	float:left;
}
#main { 
 float:left;
 width: 605px;
 height:420px;
 font-size:10px;
 color:#FFFFFF;
}
#main a {
	text-decoration:none;
	color:#FFFFFF;
	}
#defaultmain {
	float:left;
	width:745px;
	height:420px;
	}
#description { 
 width: 159px;
 height:144px;
}
#thumbs { 
 width: 159px;
 height:276px;
}
.thumbs {
	margin-left:4px;
	margin-top:4px;
	float:left;
	width:47px;
	height:46px;
	display:inline;
}
#caption {
	float:left;
	height:64px;
	width:605px;
	}
.fleft {
	float:left;
	}
.fright {
	float:right;
	}
.clear {
	clear:both;
	}