body
{
	background-color:#FFF;
	color:#000;
	margin:5px auto;
	padding:5px;
	width:1000px;
}

.smallheader
{
	background:#FFF;
	display:block;
	margin:0;
	min-height:125px;
	text-align:left;
}

.headline
{
	color:#6A7685;
	float:right;
	font-family:Antiqua, Geneva, serif;
	font-size:2.2em;
	font-style:italic;
	font-weight:700;
	padding-top:1.2em;
	text-align:center;
	width:470px;
}

h1
{
	color:#460000;
	font-family:"Times New Roman", serif;
	font-size:2.5em;
	font-style:italic;
	margin-bottom:20px;
	text-align:center;
}

h2
{
	clear:both;
	color:#333;
	font-family:"Times New Roman", serif;
	font-size:1.8em;
	margin-top:20px;
	text-align:center;
}

section
{
	background:#FFF;
	display:block;
	margin:0;
	min-height:150px;
	overflow:hidden;
	width:100%;
}

section.main
{
	background:#FFF;
	float:left;
	margin-right:2%;
	min-height:200px;
	padding-top:1em;
	text-align:left;
	width:100%;
}

section.main:last-child
{
	float:right;
	margin:0;
}

section.main:last-child:after
{
	clear:both;
	content:'.';
	display:block;
	height:1px;
	visibility:hidden;
}

.firstpara::first-letter
{
	color:#262626;
	font-size:150%;
}

.firstpara
{
	color:#262626;
	font-family:"Times New Roman", serif;
	font-size:1.1em;
	margin:15px 10px 10px;
	text-align:justify;
	text-indent:20px;
}

ul
{
	list-style:none outside none;
	padding-left:0;
}

.content-slider li
{
	background-color:#FFF;
	color:#000;
	height:650px;
	text-align:center;
}

.content-slider p
{
	color:#292929;
	font-family:"Times New Roman", serif;
	font-size:1em;
	height:15px;
	line-height:100%;
	margin:0;
	padding:10px 0;
}

.demo
{
	padding:20px 150px;
	width:700px;
}

figure.photo
{
	float:left;
	height:350px;
	margin:15px 16px 10px;
	text-align:center;
	width:300px;
}

figcaption.photo
{
	color:#333;
	font-family:"Times New Roman", serif;
	font-size:1em;
	text-align:center;
	width:300px;
}

footer
{
	background:#DDD;
	clear:both;
	color:#333;
	font-family:Cambria, serif;
	font-size:1em;
	text-align:center;
	width:100%;
}