body {
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.5em;
	text-align: center;
	background: #390d6e url(artwork/blues-bg.gif) repeat;
}

#wrapper {
	width: 650px;			
	border-left: 9px solid #7e7cff;
	border-right: 9px solid #7e7cff;
	border-bottom: 1px solid #7e7cff;
	background-color: #ffa200;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 100px;
	padding-top: 1px;
	padding-left: 100px;
	margin-top: 1px;
}

.h1 {
	text-align: left;
	font: bold 150%/1.1 Verdana, Arial, Helvetica, sans-serif;
	color: #0f0e6f;
}

.h2 {
	text-align: left;
	font: bold 150%/1.1 Times, "Times New Roman", Georgia, serif;
	color: #000000;
}

.h3 {
	text-align: left;
	font: bold 130%/1.4 Times, "Times New Roman", Georgia, serif;
	color: #000000;
}

.h4 {
	text-align: left;
	font: bold 115%/1.4 Times, "Times New Roman", Georgia, serif;
	color: #000000;
}

.h5 {
	text-align: left;
	font: 100%/1.4 Times, "Times New Roman", Georgia, serif;
	color: #000000;
}

h1 {
	text-align: center;
	font: normal 150%/1.1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0f0e6f;
}

h2 {
	text-align: center;
	color: #0f0e6f;
	line-height: 125%;
	font-size: 200%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	word-spacing: 0;
	padding-top: .1em;
	margin-bottom: -.05em;
}

h3 {
	text-align: center;
	color: #0f0e6f;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}

h4 {
	text-align: center;
	color: #15149e;
	background-color: transparent;
	margin-top: 10px;
	font-size: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

h5 {
	text-align: center;
	font-size: 90%  Georgia, Times, Times New Roman, Times, serif;
	color: #15149e;
	background-color: transparent;
	line-height: 1.25;
}

h6 {
	text-align: left;
	color: #2423bf;
	background-color: transparent;
	font-size: 125%;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}

p {
	text-align: left;
	color: #000000;
}

p.center {
	text-align: center;
	vertical-align: top;
}

p.bottom {
	text-align: center;
	vertical-align: bottom;
	position: relative;
	clear: both;
	display: block;
	padding-top: 8px;
	width: 300px;
}

.italic {
	font-style: italic;
}

.italicbold {
	font-weight: bold;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #f81d37;
}
a:visited {
	text-decoration: none;
	color: #f81d37;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #0f0e6f;
	border-bottom-color: #f5be23;
}



/* menu bar */

.menu {
	background: #edb021;
	display: block;
	color: #000000;
	line-height: 25px;
	height: 25px;
	font-size: 80%;
	text-decoration: none;
	border-bottom: 2px solid #edb021;
	border-top: 2px solid #edb021;
	margin-top: 10px;
}

a.menu:link {
	background: #ffe400;
	display: block;
	color: #000000;
	line-height: 25px;
	height: 25px;
	font-size: 80%;
	text-decoration: none;
	border-bottom: 2px solid #edb021;
	border-top: 2px solid #ffe400;
}

a.menu:visited {
	background: #ffe400;
	display: block;	
	color: #000000;
	height: 25px;
	line-height: 25px;
	font-size: 80%;
	text-decoration: none;
	border-bottom: 2px solid #edb021;
	border-top: 2px solid #ffe400;
}

a.menu:hover { 
	background: #edb021;
	text-decoration: none;
	display: block;	
	color: #000000;
	height: 25px;
	line-height: 25px;
	font-size: 80%;
	border-bottom: 2px solid #edb021;
	border-top: 2px solid #edb021;
}

a.menu:active {
	text-decoration: none;
	background: #ffb60c;
	display: block;
	color: #0f0e6f;
	height: 25px;
	line-height: 25px;
	font-size: 80%;
	border-bottom: 2px solid #edb021;
	border-top: 2px solid #ffb60c;
}

/* image */


.float {
	border: 4px solid #390d6e;
	color: #000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#pick {
	position:absolute;
	width:111px;
	height:122px;
	z-index:100;
	left: 714px;
	top: 260px;
}


.photocaptionleft {
	color: #441e81;
	text-align: left;
	float: left;
	margin-left: 0;
	padding-left: 0;
	font: .75em Arial, Helvetica, Geneva, sans-serif;
	margin-right: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.photocaptionright {
	color: #441e81;
	text-align: left;
	float: right;
	margin-right: 0;
	padding-right: 0;
	font: .75em Arial, Helvetica, Geneva, sans-serif;
	margin-left: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.photocaptioncenter {
	color: #441e81;
	font: .60em Arial, Helvetica, Geneva, sans-serif;
	padding-top: 3px;
	float: left;
	clear: both;
	text-align: left;
}
	
