body{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	background:#ffffff;
	font-family:Arial,"Lucida Sans Unicode";
	font-size:10px;
	color:#000000;
	height:100%;
}

#columns{
	height:auto;
	/*min-height:100%;*/
}

#main{
	/*
	height:100%;
	min-height:100%;
	position:relative;
	*/
	width:960px;
}

/* HEADER STUFF */

#header{
	width:100%;
	height:34px;
	background:#333333;
	margin-bottom:2%;
}

#title{
	position:absolute;
	float:left;
	margin-left:10px;
}

#menu{
	float:right;
	margin-right:10px;
	margin-top:15px;
}

div.menuitem{
	float:left;
	margin-left:30px;
	font-family:Arial,"Lucida Sans Unicode";
	font-size:10px;
	color:#ffffff;
}



/* FOOTER STUFF */

#footer{
	float:left;
	width:100%;
	height:34px;
	background:#333333;
	font-family:Arial,"Lucida Sans Unicode";
	font-size:10px;
	color:#999999;
}

#footercopyright{
	margin-left:10px;
	margin-top:10px;
	float:left;
}

#footerpi{
	margin-right:10px;
	margin-top:10px;
	float:right;
}







/* TWO COLUMN STUFF */

#columns{
}

#container3 {
	float:left;
	width:100%;
	background:#cccccc;
	overflow:hidden;
	position:relative;
	margin-bottom:2%;
}
#container2 {
	float:left;
	width:100%;
	background:#ffffff;
	position:relative;
	right:49%;
}
#container1 {
	float:left;
	width:100%;
	background:#aaaaaa;
	position:relative;
	right:2%;
}
#col1 {
	float:left;
	width:47%;
	/* this is temporary until a scalable scrolling div is found */
	height:700px;
	position:relative;
	left:52%;
	font-family:Arial,"Lucida Sans Unicode";
	font-size:10px;
	color:#000000;
	padding-top:10px;
	padding-bottom:10px;
	text-align:justify;
}
#col2 {
	float:left;
	width:2%;
	position:relative;
	left:53%;
	font-family:Arial,"Lucida Sans Unicode";
	font-size:8px;
	color:#ffffff;
}
#col3 {
	float:left;
	width:47%;
	/* this is temporary until a scalable scrolling div is found */
	height:700px;
	position:relative;
	left:54%;
	font-family:Arial,"Lucida Sans Unicode";
	font-size:10px;
	color:#000000;
	padding-top:10px;
	padding-bottom:10px;
	text-align:justify;
}








/* TEXT STYLE STUFF */

a {
	text-decoration:none;
	color:#ffffff;
}
a:hover{ color:#00aaff;text-decoration:none }
a.menu:hover{ color:#00aaff;text-decoration:none }
a.hidden{
	font-size:12px;
	text-decoration:none;
	color:#444444;
}
a.hidden:hover{ color:#666666; }
a.title{
	text-decoration:none;
	color:#ffffff;
}
a.title:hover{ text-decoration:underline }
a.content:hover{ color:#000000 }

div.bigtext{
	font-family:Arial,"Lucida Sans Unicode";
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	float:left;
}

div.smalltext{
	margin-top:3px;
	font-family:Arial,"Lucida Sans Unicode";
	font-size:10px;
	color:#666666;
}





/* ITEM DETAIL STUFF */

#itemcontent{
	float:left;
	width:960px;
	background:#aaaaaa;
	margin-bottom:20px;
}

#itemdetails{
	margin:10px;
	float:left;
	text-align:justify;
}





/* THUMBNAIL MENU STUFF */

#thumbmenu{
	overflow:auto;
	height:700px;
}

div.thumbpair{
	width:424px;
	height:120px;
	padding-bottom:10px;
}

div.thumbwrap{
	height:120px;
	background-color:#bbbbbb;
	padding:2px;
}

div.thumbwrap:hover{
	background-color:#aaaaaa;
	cursor:pointer;
}

div.thumbcontent{
	float:left;
	width:250px;
	height:120px;
	padding-right:10px;
	overflow:hidden;
}

font.thumbtitle{
	color:#ffffff;
	font-family:Verdana;
	font-weight:bold;
}

font.thumbdate{
	color:#dddddd;
}





/* IMAGE STUFF */

div.slideshow{
	background:#cccccc;
	width:960px;
	height:400px;
	margin-bottom:20px;
}

div.largeimage{
	background:#cccccc;
	width:450px;
	height:253px;
}

div.smallimage{
	background:#aaaaaa;
	width:100%;
}

div.thumbimage{
	float:left;
	background:#bbbbbb;
	width:160px;
	height:120px;
	overflow:hidden;
}