@CHARSET "ISO-8859-1";

.banner{
	width: 100%;
	border-collapse: collapse;
}

.bannerMain{
	width: 382px;
	height: 150px;
	background-image: url(bannerMain.png);
	background-repeat: no-repeat;
	background-color: black;
	text-align: left;
}

.bannerSub{
	height: 150px;
	background-image: url(bannerRepeat.png);
	background-repeat: repeat-x;
	background-color: black;
	text-align: right;
}

.tdSpace{	
	width: 100%;
	text-align: right;
}

.mainPicture{
	left: 0px;
	top: 0px;
}

.pictureBox{
	border: 1px solid black;
	padding: 10px;
}

.pictureTable{
	border-collapse: collapse;
}

.pictureTable:td{
	width: 100%;
	text-align: left;	
}

.uploader{
	border: 1px solid black;
	padding: 10px;
}

.nav{
	width: 100%;
	height: 40px;
	border-top: 1px solid white;
	background-color: black;
	color: white;
	font-size: 24px;
	padding: 10px;
}

.navTable{
	color: white;
	font-size: 20px;	
}

.navLink {
	color: white;
	text-decoration: underline;
	font-size: 20px;
	border: 0px;
}

.navLink:visited{
	color: white;
	text-decoration: underline;
	font-size: 20px;
}

.navLink:hover{
	color: gray;
	text-decoration: underline;
	font-size: 20px;
}

.content{
	width: 100%;
	height: 600px;
	padding: 10px;
}

.pictureScroller{
	width: 100%;
	height: 220px;
	overflow: auto;	
}

.main{
	width: 100%;
	text-align: left;
	color: black;
	border: 1px solid black;	
}

body {
	text-align: center;
	font-family: sans-serif;
}