* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

html {
	height: 100%;
	background-color:#FFFFFF;
	}

body {
	padding:0 0 0 0;
	margin:0 auto;
	text-align:center;
	text-align: left;
	font-family: Arial, Helvetica, Lucida, sans-serif;
	color: #40003F;
	font-size: 76%;
    line-height: 1em;
    /* background:#FFFFFF url(../images/bgi.jpg) top center no-repeat;*/
	}

div {
	font-size: 1em;
	}

img {
	border: 0;
	}

/***********************************************/
/*  LINKS                                      */
/***********************************************/

a,
a:link {
	color: #BA24B9;
	text-decoration: none;
	background-color:transparent;
	}

a:visited {
	color: #BA24B9;
	background-color: transparent;
	}

a:hover, a:focus, a:active {
	color: #E99EE9;
	background-color: transparent;
	text-decoration: none;
	}

/***********************************************/
/*  Headings                                   */
/***********************************************/

h1 {
	font-size: 2em;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #000;
	}

h2 {
	font-size: 1.8em;
	font-family:verdana;
	line-height: 1em;
	margin: 0;
	padding: 0.6em 0 0 0;
	color: #FFF;
	}

h3 {
	font-size: 1.8em;
	font-family:verdana;
	line-height: 1em;
	margin: 0;
	padding:0 0 0.2em 0;
	color: #FFF;
	}

h4 {
	font-size: 1em;
	font-family:verdana;
	line-height: 1em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #FFF;
	font-weight:bold;
	}

h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #000;
	}

h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #000;
	}

/***********************************************/
/* General                                     */
/***********************************************/

p {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0;
	line-height:1.4em;
	}

table {
	border:0;
	width:100%;
	border-collapse:collapse;
	}

th {
	border:1px solid #CCCCCC;
	padding:0.2em 0.5em;
	font-weight:bold;
	vertical-align:bottom;
	}

td {
	border:1px solid #CCCCCC;
	padding:0.2em 0.5em;
	vertical-align:top;
	}

blockquote {
	margin:1em;
	padding:1em;
	}

pre {
	font-family: monospace;
	font-size: 1.0em;
	}

strong, b {
	font-weight: bold;
	}

em, i {
	font-style:italic;
	}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
    }

input {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	padding:0.1em;
	}

textarea {
	font-family: Arial, Helvetica, Lucida, sans-serif;
	padding:0.1em;
	}

#pagewrapper {
	margin:0 auto;
	padding:0;
	width: 960px;
	max-width:960px;
	min-width:960px;
	background-color:#FFFFFF;
	background-image:url(../images/bgg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	}

#bgstars {
	position:absolute;
	z-index:10;
	background:transparent url(../images/bglayer-stars.png) 20px 20px no-repeat;
	width:380px;
	height:460px;
	}

#bgbears {
	position:absolute;
	z-index:500;
	background:transparent url(../images/bglayer-bears.png) 120px 20px no-repeat;
	width:287px;
	height:180px;
	}

#header {
	position:relative;
	width:100%;
	height:93px;
	}

#names {
	position:relative;
	z-index:30;
	float:right;
	width:660px;
	height:100%;
	}

#names h2 {
	padding-left:0px;
	}

#names h3 {
	padding-left:60px;
	}
	
#names h4 {
	padding-left:120px;
	}

#maincol {
	
	}

#menu {
	position:relative;
	z-index:30;
	float:left;
	width:160px;
	list-style: none;
	background:#FFFFFF url(../images/menu-bgg.gif) top left repeat-x;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.8em;
	padding:3em 0;
	margin:40px 30px 0 30px;
	}
	
#menu ul {
	float:left;
	padding: 0;
	margin: 0 0.8em;
	list-style: none;
	}


#menu a {
	display: block;
	width:auto;
	height:auto;
	text-decoration: none;
	color: #BA24B9;
	}

#menu a:link {
	color: #BA24B9;
	text-decoration: none;
	background-color:transparent;
	}

#menu a:visited {
	color: #BA24B9;
	background-color: transparent;
	}

#menu a:hover, #menu a:focus, #menu a:active {
	color: #E99EE9;
	background-color: transparent;
	text-decoration: none;
	}

#main {
	position:relative;
	z-index:40;
	float:right;
	margin-right:30px;
	width:700px;
	background:#FFFFFF url(../images/main-bgg.gif) top left repeat-x;
	}

#mainInner {
	padding:0 1em;
	background:transparent url(../images/content-bgi.png) top left;
	}

#mainInnerPic {
	float:right;
	margin:1em;
	}

#mainInnerPic img {
	border:3px solid #AA0831;
	}
	
#main h5 {
	font-size:2em;
	font-family:verdana;
	font-style:italic;
	line-height:1.8em;
	padding-left:60px;
	color:#BA24B9;
	}


#contactform fieldset {
	padding:1em;
	border:none;
	}

#contactform label {
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	}

#contactform form select {
		border: 1px solid #1b1b1b;
		background: #FFF;
		color: #000;
		width:98%;
		}

#footer {
	width:100%;
	height:200px;
	}

#footerGrass {
	position:absolute;
	z-index:60;
	width:960px;
	height:200px;
	background:transparent url(../images/footer-grass.png) bottom left repeat-x;
	}

#footerBlocks {
	position:absolute;
	z-index:70;
	width:164px;
	height:166px;
	background:transparent url(../images/footer-blocks.png) 50px 60px no-repeat;
	}

#footerBlocksP {
	position:absolute;
	z-index:70;
	width:348px;
	height:200px;
	background:transparent url(../images/footer-bpusher.png) 190px 18px no-repeat;
	}

/* //Left Side bears
#footerBear {
	position:absolute;
	z-index:50;
	width:415px;
	height:172px;
	background:transparent url(../images/footer-bear.png) 270px 10px no-repeat;
	}

#footerBear2 {
	position:absolute;
	z-index:49;
	width:297px;
	height:151px;
	background:transparent url(../images/footer-bear2.png) 190px 35px no-repeat;
	}
*/

/* //Right Side bears */
#footerBear {
	position:absolute;
	z-index:50;
	width:950px;
	height:172px;
	background:transparent url(../images/footer-bear.png) 770px 10px no-repeat;
	}

#footerBear2 {
	position:absolute;
	z-index:49;
	width:950px;
	height:151px;
	background:transparent url(../images/footer-bear2.png) 690px 35px no-repeat;
	}

#footerText {
	position:relative;
	z-index:1000;
	padding-top:170px;
	font-weight:bold;
	color:#FFFFFF;
	}	

#footerText p {
	padding:0;
	margin:0;
	}

#footerText a {
	color:#E99EE9;
	text-decoration: none;
	}

#footerText a:link {
	color: #E99EE9;
	text-decoration: none;
	background-color:transparent;
	}

#footerText a:visited {
	color: #E99EE9;
	background-color: transparent;
	}

#footerText a:hover, #footerText a:focus, #footerText a:active {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
	}

.intro {
	font-weight:bold;
	font-size:1.2em;
	padding:1em 0 1em 1em;
	color:#80087E;
	}

.fppic {
	float:right;
	}

.error {
	font-weight:bold;
	color:#FF0000;
	font-family:verdana;
	}

.album {
	float:left;
	width:100%;
	border:1px solid #600C88;
	background:#B244C4 url(../images/albumheader-bgg.gif) top left repeat-x;
	margin-bottom:1em;
	}

.albumheader {
	float:left;
	width:100%;
	border-bottom:1px solid #600C88;
	}

.albumdate {
	float:right;
	width:40%;
	color:#FFFFFF;
	font-weight:bold;
	font-family:verdana;
	text-align:right;
	}
	
.albumname {
	float:left;
	width:40%;
	color:#FFFFFF;
	font-weight:bold;
	font-family:verdana;
	}

.albumdate p, .albumname p {
	margin:0;
	padding:0.7em;
	}

.albumtext {
	float:left;
	font-weight:normal;
	font-family:verdana;
	background-color:#F0DAF3;
	width:100%;
	}

.albumtext p {
	padding:0;
	margin:0;
	}

.albumphoto {
	width:auto;
	padding:1em;
	float:left;
	}

.albumscript {
	float:left;
	width:400px;
	padding-top:1em;
	}

.albumpicture {
	float:left;
	width:147px;
	border:3px solid #600C88;
	}

.pictureimage {
	float:left;
	padding:1em 0 1em 1em;
	width:154px;
	height:300px;
	}

.picturedownload {
	margin:4px 4px 0 0;
	}

.videoshow {
	float:left;
	font-weight:normal;
	font-family:verdana;
	background-color:#F0DAF3;
	width:100%;
	}

.videoshow p {
	padding:0;
	margin:0;
	}

.gbheader {
	float:left;
	background:#80087E url(../images/gbheader-bgg.gif) top left repeat-x;
	width:100%;
	}

.gbdate {
	float:left;
	width:40%;
	color:#FFFFFF;
	font-weight:bold;
	font-family:verdana;
	}

.gbname {
	float:right;
	width:50%;
	color:#FFFFFF;
	text-align:right;
	font-weight:bold;
	font-family:verdana;
	}

.gbdate p, .gbname p {
	margin:0;
	padding:0.7em;
	}

.gbtext {
	float:left;
	font-weight:normal;
	font-family:verdana;
	padding:1em;
	}

.smallishtext {font-size:0.9em}
.smalltext {font-size:.85em}
.bigger {font-size:1.3em}

.right {text-align:right;}

.white {color:#FFFFFF;}

.nodisp {
	display:none;
	}

.upper {
	text-transform:uppercase;
}

.br {
	padding:0;
	margin:0;
	}

.footleft {
	float:left;
	width:40%;
	padding-left:1em;
	}	

.footright {
	float:right;
	width:40%;
	text-align:right;
	padding-right:1em;
	}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
/* end accessibility */