/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
         margin: 0;
}
#oldbrowser
{
	text-align: center;
}
#masthead
{
	background: #FF6 url(logo_neu.jpg) no-repeat;
         height: 90px;
}

#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -180x;	/* IE 4 fix */

}
#leftColumn
{
	float: left;
	width: 180px;

	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	width: 170px;
}
#contentColumn
{
	width: auto;
	margin-left: 179px;
}
#innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 10px 0 10px 10px;
}
#innerRightColumn {
    padding: 10px 2px 10px 2px;
}

#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: hidden;
	height: 100%;	/* fix the Win32 IE float bug */
	margin-right: 170px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Borders ----*/
#pageFrame
{               width:expression(document.body.clientWidth > 1060? "1060px": "auto" );
             border: solid 1px #000;
             max-width: 1060px;
             background: url(back_left.jpg) no-repeat;
}
#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn
{
	border: solid 0px #000;
}
#footer
{
	border-top-width: 1px;
        border-color: #03C
}


/*---- Visual Elements ----*/
body
{
	background-color: #eee;
	color: #000;
	margin: 0;
}
#pageFrame
{
	background-color: #FFF;
	color: #000;
	min-width: 500px;
}
#footer
{
background-color: #FF6;
 font-family: Verdana, Arial, sans-serif;
        font-size: 70%;
        color: #03C;
}

div.clear {
	clear: both;
}
div.wtgallery_list_area div.wtgallery_list,
div.wtgallery_category_area div.wtgallery_categories {
	float: left;
}
div.wtgallery_list_area div.wtgallery_list_firstofrow,
div.wtgallery_category_area div.wtgallery_category_firstofrow {
	clear: left;
}

.wtgallery_category_firstofrow, .wtgallery_category_centerofrow, .wtgallery_category_lastofrow {
  width: 180px;
}
