/*
Background #000000
Main Letters #CDCDCD
Bubble Border #260527
Bubble Background #FFF9FF
*/
html, body {
	font-family: verdana, arial, sans-serif;
	background-color: #FFFFFF;
	color: 	#CDCDCD;
	overflow: hidden; 
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#background {
/*
	position:	absolute;
	z-index:	1;
	width:		100%;
	height:		100%;
	border: 0;
	margin: 0;
*/
background-repeat:no-repeat;
background-attachment:fixed;
background-position:left top; 



}
/*
********************************************** Content *********************
*/
#content {
	position: absolute;
	color: white;
	text-align: center;
	border: solid 0px;
	border-color: #C4C4C4;
	z-index:10; 
	width: 97%;
	padding: 1px 1px 1px 1px;
	margin: 5px 1px 5px 1px;
	
}
#content li {
	font-weight: bold;
	text-align: left;
	margin-left: 	15px;
	margin-right: 	15px;
}
#content a {
	color: white;
	text-decoration: underline;
}
#scroller {
	position:absolute; 
	overflow: auto;
	z-index:2;

	top: 10em;
	left: 9em;
	width: 65%;
	height: 65%;
	padding: 1px 1px 1px 1px;
	margin: 5px 1px 5px 1px;
	
}
/*
***  Copyright Line
*/
#copyright {
	font-weight: lighter;
	font-size: xx-small;
	position: absolute;
	right: 23%;
	bottom: 1%;
	z-index:42;
	color: #1B1B1B;
}
/*
*/
a {
	text-decoration: none;
	color: 	#CDCDCD;
	background-color: transparent;
}
a:visited {
	/* visited link */
	text-decoration: none;
}  
a:active {
	/* selected link */
	text-decoration: none;
}
a:link { 
	/* unvisited link */ 
	text-decoration: none;
}
a:hover { 
	/* mouse over link */ 
	color: white;
	text-decoration: underline;
}
.subhead {
	font-size: x-large;
	font-weight: bold;
}
.info {
	color: green;
	font-size: large;
	font-weight: bold;
}
.warn {
	color: #FFA500;
	font-size: large;
	font-weight: bold;
}
.error {
	color: red;
	font-size: large;
	font-weight: bold;
}
h1 {
	text-align: center;
	margin: 2px;
	font-size: large;
	font-weight: bold;
}
h2 {
	text-align: center;
	margin: 2px;
	font-size: large;
	font-weight: bold;
}
h3 {
	text-align: center;
	margin: 2px;
	font-size: small;
	font-weight: lighter;
}
h4 {
	text-align: center;
	font-weight: bold;
	margin: 2px;
}
h5 {
	text-align: center;
	margin: 2px;
	font-weight: lighter;
}
h6 {
	text-align: center;
	margin: 2px;
	font-weight: lighter;
	width: 99%;
}
p {
	/* text-align: left; */
	text-align: left; 
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 2px;
}
blockquote {
	/* */
	text-align: left;
	margin: 0em 0em 0em 0em;
	
}
.phead {
	/* Paragraph Heading */
	font-size: large;
	font-weight: bolder;
	text-decoration: none;
}
div.divLeftx {
	float: left;
	width: 45%;
	height: 11em;
	margin: 3px 3px 3px 3px;
	padding: 1px;
	
	border: solid 1px;
	border-color: xxred;
	
}
img {
	border-style: solid;
	border-width: 2px;
	border-color: #CDCDCD;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
img.bigpic {
	/* width: 95%; */
	margin: 0px;
	padding: 0px;
}
img.noborder { /* Used for edit button */
	border-width: 0px;
	border-style: none;
	margin: 1px 5px 1px 5px;
}
img.floatright {
	float: right;
	/* width: 200px; */
	margin: 5px 5px 5px 20px;
	border-width: 0px;
	border-style: none;
}
img.bap {
	width: 95%; 
	margin:  10px 0px 0px 0px;
	padding: 0px;
}
img.iwep {
	margin:  10px 0px 0px 0px;
	padding: 0px;
}
/* 
********************************************** Form *********************
*/
fieldset {
	/* float: left; */
	width: 50%;
	display: block;
	margin: 5px auto 5px auto;
	background-color: #CDCDCD;
	color: black;
	
	border: solid 1px;
	border-color: black;
	
}
fieldset select {
	float: right;
	display: inline;
	margin: 1px 6em 1px 5px;
}
fieldset select.rightside {
	margin: 1px 5px 1px 5px;
}
fieldset label{
	float: left;
	display: inline;
	margin: 1px 1px 1px 5px;
}
fieldset input{
	float: right;
	display: inline;
	margin: 1px 5px 1px 1px;
}

div.photo_footer {
	margin: 0px;
	font-weight: lighter;
	font-size: xx-small;
	border-color: #000000;
}
div.divLeft {
	float: left;
	margin: 10px 0 0 0;
}
div.divRight {
	float: right;
	margin: 10px 0 0 0;
}
/*
********************************************** Menu Links
*/
#leftside {
	/* clear: both;
	float: left; 
	text-align: left; */
	
	position: absolute;
	top:	12em;
	left:	1em;
	z-index:10;
}
#leftside address {
	font-size: x-small;
	font-weight: lighter;
	text-align: center;
}
#rightside {
	position: absolute;
	top:	12em;
	right:	1em;
	z-index:10;
}
.menu {
	font-style: oblique;
	font-weight: bold;
	font-size: small;
	width: 120px;
	margin: 15px 5px 0 5px;
	padding: 0 0 0 0;
}
.menu ul{
	padding: 0;
	margin: 0px 0px 1em 0px;
	z-index: 15;
}
.menu ul li {
	display: block;
	padding: 3px;
}
/*
***  Album Table ***
*/
table.album {
    width: 70%;
    border-width: 0px;
	padding: 0px;
	border-color: #CDCDCD;
	border-style: solid;
	margin:	0px auto 0px auto;
}
table.album tr {
	vertical-align: top;
}
td.photo img {
	vertical-align: top;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
}
