ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	float: right;
	position: relative;
	text-align: left;
	cursor: default;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

img {
 border-style: none;
 text-decoration: none;
}

*:active {
 outline: none;
 -moz-outline-style: none;
}

* {
 -moz-outline-style: none;
}

a img {
 text-decoration: none;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}

img {
 -ms-interpolation-mode: bicubic;
}

#pagewidth {
 position:relative;
 width:910px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
}

#arrows {
 z-index:20;
}


#navholder {
 position:absolute;
 top:110px;
 margin:auto 0;
 left:0;
 width:100%;
 float:left;
 z-index:4;
}

p {
 margin:0;
 padding-bottom:6px;
}

#oneColumn {
 text-align:center;
 width:910px;
}

#oneColumnInside {
 text-align:left;
 width:580px;
 margin-left:auto;
 margin-right:auto;
}

#columnTop {
 float:left;
 width:910px;
 height:20px;
}

#twoColumns {
 position:absolute;
 top:130px;
 left:0;
 float:left;
 width:910px;
}

#maincol {
 float: left;
 text-align:center;
 width:910px;
 z-index:3;
}

.formL {
	width: 70px;
	margin-bottom:5px;
	float:left;
}
.formR {
	width:300px;
	margin-bottom:5px;
	float:left;
}

.thumb {
 vertical-align:middle;
 margin:0px 5px 10px 0px;
}

#thumbHolder {
 position:absolute;
 top:710px;
 left:0;
 float:left;
 width:910px;
 text-align:center;
 margin:20px 0 15px 0;
}

#imagetitle {
 width:100%;
 text-align:center;
}

#imagedesc {
 width:100%;
 text-align:center;
}

#imagecategory {
 position:absolute;
 top:30px;
 left:550px;
}

#tabLeft {
 float:left;
 text-align:right;
 width:140px;
 margin:10px 10px 0 0;
}

#tabRight {
 float:left;
 width:450px;
 margin-top:10px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix{display: inline-block;}


/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}

/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}