@charset "utf-8";
/* CSS Document */

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }

html, body {
	margin:0px;
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	font-family:arial, helvetica, sans-serif;
}

img, div { behavior: url("scripts/iepngfix.htc") }

#shell {
	height:100%;
}

#outer {
	height:100%;
	width:965px;
}

#leftCol {
	float:left;
	width:267px;
	padding-top:10px;
}

#rightArea {
	float:right;
	width:665px;
}

#menu {
	background-image:url("images/img_nav_fpo.png");
	background-repeat:no-repeat;
	width:267px;
	height:249px;
	margin-top:25px;
}

#thumbFrame {
	margin-top:8px;
	background-color:#000;
	width:265px;
	height:265px;
}

#thumbArea {
	color:#fff;
	font-size:11px;
}

