
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Garamond, sans-serif;
	background:#FFFFFF;
}

h1 { font-size: 4.0em; }
p, li { font-size: 11px;
		color:#333333;

	}

.clear { clear: both; }

#header {
	background-color:#FFFFFF;
	
	

	padding: 0px 0 0px 0px;
	align: center;
}


.currentpage {
		font-size:14px;
		}

#content {
	background:#FFFFFF;
	padding: 3px 0px 0 0;
	align:center;
	}
	
	

#footer {
	width: 100%;
	padding: 15px 0px 0px 0px;
	align:center;
	float:none;
	}




a {
		font-size:14px;
		color:#9999CC;
		text-decoration:none;
	}
		
a:hover {
		color:#9999CC;
		background:#9999CC;
		
	}
	
	
p {
		color:#666666;
		margin:5px 0;
		line-height:1.4em;
		}
	
.footertext {
		font-size:10px;
		}	
		
.footertext a {
		font-size:10px;
		}
	
	
.strong {
		font-size:13px;
		color:#666666;
		letter-spacing:1.5px;
		font-weight: lighter;
		font-style:italic;
		}


.name {
		font-size:27px;
		color:#FFFFFF;
		letter-spacing:5px;
		font-weight:20;
		}


.small {
		color:#999999;
		font-size:8px;
	}
	
	
#content a {
		font-size:inherit;
		}


.imgteaser {
	margin: 5px;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: default;
}

.imgteaser a .more {
	position: absolute;
	left: 11px;
	font-style:italic;
	bottom: 20px;
	font-size: 1.9em;
	color:#9999CC;
	background:transparent;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: 1.0em;
	padding: 10px 0;
	background:#FFFFFF;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color:#666666;
	position: absolute;
	bottom: 11px;
	left: 11px;
	padding: 10px;
	margin: 0;
	width: 300px;
	border-top: 1px dashed #9999CC;
	text-align:left;
	
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}
.imgteaser a .desc {	display: none;}
.imgteaser a:hover .more { visibility: hidden;}	
	
	
	

