@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, "Century Gothic", "Gill Sans", sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #FF0000;
}

h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}


/*********************/
/* WRAPPER           */
/*********************/
#wrapper {
	width: 950px;
    margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color:#FFFFFF;
}

/*********************/
/* BANNER            */
/*********************/

#banner {
	top: 0;
	background-image:url(../images/Banner.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	position: fixed;
	border-bottom: 1px solid;
	height: 120px;
	width: 950px;
	z-index:1;
	
}

/*********************/
/* LEFTBAR           */
/*********************/
#leftbar {
	top: 0;
	float: left;
	position: fixed;
	margin-left: 0px;
	width: 150px;
	display: inline;
	margin-top: 125px;
}

/*********************/
/* MAIN              */
/*********************/
#main {
	/*margin-left: 170px;*/
	padding-left: 170px;
	padding-top: 125px;
	padding-right: 10px;
	min-height: 500px;
}

p {
	margin: 0;
	padding: 5px;
}

.pclass {
	padding: 0 0 0 5px;
}

h1 {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	padding: 0 0 5px 5px;
	margin: 0;
	font-size: 2.4em;
	line-height: 100%;
}

h2 {
	color:#FF0000;
	font-size: 1.9em;
	overflow: hidden;
	margin: 0 0 5px 5px;
}

p,ul {
	color: #000000;
	font-size: 1.6em;
}

li {
	margin-left: 20px;
}

.pheight210 { 
	height: 210px;
}

.note {
	font-style: italic;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

/*********************/
/* ALBUM             */
/*********************/
#albumwrapper {
	position: relative;
	text-align:center;
	z-index: 0;	
}


/*********************/
/* FOOTER            */
/*********************/
#footer {
	margin-top: 0px;
	border-top: 1px dashed #666666;
	padding: 0 0 0 5px;
	text-align: center;
	bottom: 0;
	left: 0;
	clear:both;
}


