@charset "utf-8";


/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	color: #FFF;
	font-size: 10px;
}

#container {
	width: 1200px;
	overflow: hidden;
	margin-top: 0px;
	margin-left: 180px;
	background-image: url(../imagesforbuttons/bgd.png);
	background-repeat: no-repeat;
	position: relative;
}
#header {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}
#navbar {
	width: 900px;
	position: absolute;
	left: 150px;
	top: 165px;
}
#maindiv {
	width: 600px;
	float: left;
}
#mainbox {
	width:600px;
	background-color: #1e1e1e;
	border: solid #f90 1px;
	font-weight: bold;
}

.pictable {
	text-align: center;
	width: auto;
	margin-top: 5px;
	margin-left: 15px;
}
#a, #c {
	width: 100px;
	float: left;
	text-indent: 20px;
	margin-bottom: 5px;
	color: #B35900;
}
#b {
	width: 190px;
	float: left;
	text-transform: uppercase;
}
#d {
	width: 190px;
	float: left;
}
#name {
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 26px;
	margin-left: 0px;
	background-color: #F90;
	margin-bottom: 3px;
	width: 443px;
	padding-left: 20px;
	padding-top: 6px;
	color: #600;
}
#dropdown {
	float: left;
	background-color: #F90;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	width: 135px;
}

#aa, #cc {
	float: left;
	width: 240px;
	text-indent: 20px;
}
#bb, #dd {
	float: left;
	width: 40px;
}
p {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 2px;
}
#addedinfo {
	text-indent: 20px;
}
.palbum {
	text-transform: none;
}
#apDiv1 {
	position:fixed;
	width:200px;
	height:115px;
	z-index:1;
	left: 5px;
	top: 20px;
	color: #F00;
}
#sideleft {
	float: left;
	width: 225px;
	margin-left: 70px;
	line-height: 16px;
}

#sideright {
	float: left;
	width: 225px;
	line-height: 16px;
}
h1 {
	font-size: 10px;
	background-color: #B35900;
	text-indent: 20px;
	border: solid #000 1px;
	clear: both;
	margin-bottom: 0px;
	font-weight: bold;
	padding-bottom: 2px;
	line-height: 14px;
	padding-top: 1px;
	color: #300;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 2px;
}
h2 {
	text-indent: 20px;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #B35900;
}
h3 {
	color: #F90;
	text-align: center;
	font-size: 14px;
	margin: 0;
}

ul {
	color: #F90;
	list-style-type: square;
}

.thumbnail img{
	border: solid #1e1e1e 1px;
	margin: 3px;
	padding: 2px;
	margin-bottom: 0px;
}

.thumbnail:hover img{
	background-color: #000;
	border: solid #f90 1px;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: 10px;
	visibility: hidden;
	top: 10px;
	width: 450px;
	height: 450px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 70px;
	left: 5px;
	position: fixed;
	width: 450px;
	height: 450px;
}


a:link {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
}
a:hover {
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #F90;
	font-weight: bold;

}



#footer {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	margin-top: 10px;
}
