* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg.jpg) repeat-x scroll left top #FFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 85%;
}
h1{
	margin-bottom: 0.3em;
}
h2 {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
p.leader:first-letter {
	font-weight: bold;
	font-size: 120%;
}
table {
	border-collapse: collapse;
}
table, th, td {
	border: 1px solid #666;
}
th, td {
	vertical-align:top;
	padding: 5px;
}
th {
	background: #ddd;
}
a {
	color: #900;
	text-decoration: none;
}
a.editLink {
	color: #999;
	text-decoration: none;
	font-size:smaller;
}
#container {
	border: 0px;
	/* Use these: */
	width: 800px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	/* Or these: */
	/*margin: 20px 40px 20px 40px;*/
}
#header {
	clear: both;
	background:url(../images/bgShort.jpg) repeat-x left top #FFF;
	border: 1px solid #666;
	padding: 15px;
}
#content {
	clear: both;
	background-color: #FFF;
	border: 1px solid #666;
	overflow:auto;
	padding: 15px;
	width: 768px;
}

#nav {
	background: url(../images/nav.jpg) repeat-x left top #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	margin-bottom: 10px;
	overflow:auto;
	width: 798px;
	white-space: nowrap;
}

#nav li {
	float: left;
	list-style: none;
}

#nav a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #666;
	padding: 0.2em 1.2em;
}
#nav a:hover {
	background: url(../images/nav.jpg) repeat-x left top #ddd;
}

#nav li ul {
	position: absolute;
	visibility: hidden;
}
    
#nav li ul li {
	float: none;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
}

#nav li ul li a {
	background: #aaa;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0.2em 1.2em;
}
     
#nav a.Nav0 {
	color: #fff;
}
    
#nav a.Nav0:hover {
	color: #000;
}

#nav a.Nav0Hot {
	color: #000;
	background: url(../images/navInverse.jpg) repeat-x left top #ddd;
}
    
#nav a.Nav1 {
	color: #fff;
	font-weight: normal;
	background: #999;
}

#nav a.Nav1:hover {
	color: #fff;
	font-weight: normal;
	background: url(../images/nav.jpg) repeat-x left top #ddd;
}
     
#nav a.Nav1Hot {
	color: #fff;
	background: url(../images/nav.jpg) repeat-x left top #ddd;
}

#nav a.Nav2 {
	color: #000;
	font-weight: normal;
}

#nav a.Nav2:hover {
	color: #000;
	font-weight: normal;
	background: url(../images/nav.jpg) repeat-x left top #ddd;
}
     
#nav a.Nav2Hot {
	color: #000;
	background: url(../images/nav.jpg) repeat-x left top #ddd;
}
     
.copyright {
	font-size: 80%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: center;
}
.smallText {
	font-size: 80%;
}
.errorText {
	color: #900;
}
.infoText {
	color: #060;
}
.pagingLinks {
	 clear: both;
	 text-align:center ;
}
.gallery {
	clear:both;
	width: 100%;
	border-top: 1px solid #aaa;
	overflow:auto;
}
.noPics {
	color: #900;
}
ul.folders {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
ul.folders li{
	background: url("../images/shadow.jpg") no-repeat;
	margin: 6px;
	float:left;
	width: 112px;
	height: 150px;
	text-align: left;
	font-size: 90%;
}
ul.folders img {
	border: 1px #900 none;
	margin-bottom: 7px;;
}
ul.pictures {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
ul.pictures li{
	margin: 6px;
	float:left;
	width: 116px;
	height: 116px;
	text-align: left;
	font-size: 90%;
}
ul.pictures img {
	border: 1px #900 none;
	margin-bottom: 5px;
}
ul.adminPictures {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
ul.adminPictures li{
	margin: 6px;
	float:left;
	width: 112px;
	height: 125px;
	text-align: left;
	font-size: 90%;
}
ul.adminPictures img {
	border: 1px #900 none;
	margin-bottom: 3px;
}
