
/* Basics */

*{margin:0; 
padding:0;}

body {
	background: #ffc039;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	}

img{ border: none; padding: 0; margin: 0;}
img a{border:none;}
table{border: 0;}
table td{border: none;}

ul{margin:5px 0 5px 20px;}
ol{margin:5px 0 5px 20px;}


/* Links and Headings */


a, a:link {
	color: #feb51b;
	text-decoration: none;
}


h1 {font-size: 28pt; color: #feb51b;}
h2 {font-size: 20pt; color: #feb51b; margin-top:10px;}
h3 {font-size: 14pt; color: #feb51b; margin-top:10px; letter-spacing: 2px; line-height: 25px;}
h4 {font-size: 12pt; color: #feb51b; letter-spacing: 2px; height: 30px;}
p {font-size: 10pt; color: #feb51b; letter-spacing: 2px;}




/*  Container  */

#container {
	width: 900px; 
	margin: 50px auto;
	margin-bottom: 50px;
	background: #87371f url(pix/cornerbr.gif) no-repeat bottom right; 
	}
	
#container_bl {
	width: 900px;
	padding: 0 0 50px 0;
	background: url(pix/cornerbl.gif) no-repeat bottom left; 
	}

/*  HEADER  */

#header {
	height: 80px;
	text-align: center;
	background: #87371f url(pix/cornertr.gif) no-repeat top right;
	}

#header h3 {
	letter-spacing: 6px;
	font-size: 18px;
	line-height: 25px;
	padding-top: 30px;
	background: url(pix/cornertl.gif) no-repeat top left;
	}


/*  Main Content  */

#slideshow {
	width: 900px; 
	margin: 0;
	padding: 0;
	background: #87371f; 
	}

#picture {
	width: 900px; 
	margin: 0;
	padding: 0;
	background: #87371f;
	}

#content { 
	
	padding: 20px 20px 20px 0;
	background: #87371f url(pix/silouette1.png) no-repeat center;
	height: 100%;
	margin-top: 50px;
	overflow: hidden;
	}

#indent {
	padding: 0 100px 0 80px;
}

#content p {
	text-align: left;
	color:#feb51b;
	}

#content p a:hover {
	color: #9fb7d6;
	text-decoration: underline;
	}

#content ul.withcircle li {
	list-style-type: circle;
	color: #feb51b;
	}
				
#content ul li {
	list-style-type: none;
	}
	
#mail { 
	width: 350px;
	margin: 50px 0 50px 0;
	padding: 20px 0 0 130px;
	overflow: hidden;
	height: 100%;
	background: #87371f;
	}



/* Left Sidebar */

#left {
	width: 165px;
	height: 100%;
	float: left;
	text-align: left;
	text-indent: 5px;
	margin: 0;
	background: #87371f;
	}

#left a {
	color: #feb51b; 
	margin: 0;
	padding: 0; 
	line-height: 14pt;
	font-size: 14px;
}
	
#left a:hover {color: #9fb7d6; text-decoration: underline;}

#left ul{
	list-style-type:none;
	margin: 0;
	padding:0 0 0 20px;
	letter-spacing: 2px;
	line-height: 3.3em;
}

#left li{
	margin-top: 10px;
}

#footer {
	width: 620px;
	padding-bottom: 10px;
	background: #87371f;
	text-align: center;
	}

#footer p {
	letter-spacing: 6px;
	font-size: 18px;
	padding-top: 15px;
	}

/**
Slideshow

Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/


.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 338px;
	width: 300px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 338px;
	margin: 0 auto;
	width: 300px;
	align: top;
}
.slideshow a img {
	border: 0;
}


