/* +++++ General +++++ */
* {
	padding: 0;
	margin: 0;
}

html,body {
	height:100%; /* needed for container min-height */
	border: 0;
	background: #fff;
	font: 16px/20px "Times New Roman", Times, serif monospace;
	text-align:center;
}

.container {
	margin:0 auto; /* center, not in IE5 */
	width: 800px;
	background: #fff;
	text-align:center;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

img {
	float: left;
	margin: 7px 10px 0 0;
}

#logo {
	margin-left: 15px;
}

/* +++++ Content +++++ */
.lContent {
	float: left;
	text-align: left;
	width: 240px;
	overflow: hidden;
}

.rContent {
	float: left;
}

.picasa {
	margins: 0px 200px 0px 0px;
}

.Content {
	float: left;
	text-align: left;
	width: 800px;
	overflow: hidden;
}

.body {
	color:#333333;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 0 20px 0 10px;
	text-align:left;
}

.bodyOther {
	color:#333333;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 0 20px 0 15px;
	text-align:left;
	margin-top: 10px;
	font-size: 18px;
}

.list {
	color:#333333;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 10px 0px 0px 25px;
	text-align:left;
}

.lHalf {
	float: left;
	text-align: left;
	width: 375px;
	overflow: hidden;
	padding-left: 10px;
}

.rHalf {
	float: left;
}

/* +++++ Main Content Areas +++++ */
/* +++++ Center +++++ */

.center {
	float: left;
	width: 800px;
	height: 69px;
	}

/* +++++ Footer +++++ */

.footer {
	float: left;
	margin-top: 25px;
	height: 86px;
	width: 600px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	overflow: hidden;
	}
	
.email {
	float: right;
	display: block;
    width: 200px;
    height: 86px;
    text-decoration: none;
	overflow: hidden;
	}

/* Header */

.header {
	width: 800px;
	height: 136px;
	margin: 0 0 5px 0;
	background-color: #000;
/*	border-radius: 8px;
	-moz-border-radius: 8px;
*/
}

/* Menu */

#menu {
	padding-left: 200px;
	padding-top: 30px;
	float: center;
	width: 800px;
	height: 68px;
}

#menu ul {
	margin: 0;
	padding: 15px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: center;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 10px 20px 0px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #00CBFF;
}

#slideshow {
    position:relative;
}
 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
 
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow IMG.last-active {
    z-index:9;
}
