body, html {
	margin:0px;
	background-image:url(../layout/img/hg.gif);
	background-repeat: repeat-y;
	}

#hg {
	float: left;
	}
	
#content {
	width: 630px;
	left: 250px;
	top: 180px;
	position: absolute;
	visibility: visible;
	}

#quicklinks {
	position:absolute;
	left:0px;
	top:135px;
	width:880px;
	text-align:right;
}

#quicklinks a {
	cursor:pointer;
	color: #346; 	
	text-decoration: none;
	padding:2px 10px;
	font-weight:bold;
	}

#quicklinks a:hover {
	background-image: url(../layout/img/trans-red10.png);
	background-repeat: repeat;
}
	
.picbox {
	padding: 4px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #78b;
	border-bottom-color: #78b;
	text-align: center;
	}
	
.picbox img { 
	border:1px solid #ccc;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	margin:5px 0px;
	}
	
.picbox_v {
	padding: 0px 15px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: dotted;
	border-right-style: dotted;
	border-left-color: #78b;
	border-right-color: #78b;
	text-align: center;
	}
	
.picbox_v img { 
	border:1px solid #ccc;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	margin:5px 0px;
	}

.picbox_v#pb-r {
	margin-left: 15px;
	border-right:none;
	padding-right:0px;
}

.picbox_v#pb-l {
	margin-right: 15px;
}

.tbl_gallery {
}

.tbl_gallery img {
	padding:6px;
}

.tbl_gallery img:hover {
	background-image: url(../layout/img/trans-blue20.png);
	background-repeat:repeat;
}

form .fileupload, form fieldset, form input {
	border:1px solid #346;
	padding:3px;

}
#status {
	background-color:#ebc;
	padding:10px;
	font-weight:bold;
}


