@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	}
body
#bodyWrap{
	width:798px;
	margin:0 auto;
	}

#flashNav{
	width:798px;
	height:151px;
	}

#mainCol{
	width:500px;
	float:left;
	}
#block{
	padding:20px;
}
#block img{
	vertical-align:middle;
}
#rightCol{
	width:250px;
	float:right;
	}
#latestArt{
height:50px;
clear:both;
margin-bottom:10px;
position:relative;
}
#latestArt img{
	margin-left:10px;
}
.break{
	height:10px;
	position:relative;
	margin-bottom:10px;
}
#scrollBox{
	width:200px;
	height:500px;
	overflow:auto; 
}
#footer{
	height:135px;
	clear:both;
	float:right;
	padding-bottom:10px;
	background:url(../images/bottom2.gif) bottom right no-repeat;
	text-align:right;
	width: 798px;
	}
#hideme{
	display:none;
	}
