p{
    font-family:Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    padding:0px;
    margin:0px;
	color:#FFFFFF;
	font-weight:lighter;
}
h1{
	font-family:Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
	color:#FFFFFF;
}
h2{
	font-family:Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
	color:#FFFFFF;
}
a:link{
	text-decoration:none;
	color:#AAAAAA;
}
a:visited{
	text-decoration: none;
	color:#AAAAAA;
}
a:hover{
	text-decoration:underline;
	color:#AAAAAA;
}
a:active{
	text-decoration: underline;
	color:#AAAAAA;
}
body{
	background-color:#000000;
}
#container{
	margin:auto;
	background-color:#000000;
	width:870px;
}
#header{
	background-image: url(images/slimbox/header.gif);
	background-repeat: no-repeat;
	height:106px;
	text-align:right;
	padding-right:20px;
	color:#AAAAAA;
	font-family:Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
	font-weight:lighter;
}
div.image{
	height:167px;
	width:250px;
	float:left;
	margin:20px;
	padding:0px;
}
div.por{
	height:266px;
	width:177px;
	float:left;
	margin:20px;
	padding:0px;
}
/* IE6 Only*/

* html div.image{
	margin-left:10px;
}
* html div.por{
	margin-left:10px;
}
#upload{
	padding:20px;
}
#footer{
	background-color:#000000;
	clear:both;
	margin-top:10px;
	padding-left:20px;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #FFFFFE;
}
.lbLoading {
	background: #FFFFFE url(images/slimbox/loading.gif) no-repeat;
	background-position: center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFFFFE;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(images/slimbox/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #FFFFFE;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/slimbox/closelabel.gif) no-repeat;
	background-position: center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}