body
{
	background-color: #DDDDDD;
	font-size:100%;
	font-family: OpenSansRegular;
	background-image:url('../background/billie.png');
	background-repeat:repeat;
}

#maindiv
{
	width: 960px;
	margin: 60px auto 0 auto;
}

#leftdiv
{
	display: inline-block;
	float: left;
	width: 200px;
}

#mainsection
{
	display: inline-block;
	float: left;
	width: 760px;
}

#mainsection article
{
	text-align: justify;
}

#mainheader h1
{
	font-family: OpenSansSemibold;
	font-weight: normal;
	font-size: 1.7em;
}

#mainheader a
{
	text-decoration: none;
	color: #000000;
}

#mainheader h2
{
	font-family: OpenSansSemibold;
	font-weight: normal;
	font-size: 1.1em;
	position: relative;
	top: -24px;
}

#mainheader a:hover
{
	color: #999999;
}

footer
{
	margin-top: 5em;
	width: 200px;
	font-size: 0.7em;
}

footer a
{
	text-decoration: none;
	color: #000000;
}

ul
{
	padding: 0;
	margin-bottom: 16px;
}

ul.secondlevel
{
	padding-left: 12px;
}

ul.firstlevel li
{
	font-size: 1.2em;
	list-style-type: none;
	margin-bottom: 4px;
}

ul.secondlevel li
{
	font-size: 0.85em;
	margin-bottom: 0;
	list-style-type: none;
}

li a
{
	color: #000000;
	text-decoration: none;
}

li a:hover
{
	color: #999999;
}

li.active
{
	font-family: OpenSansSemibold;
}

#mainsection img
{
	display: block;
	margin: 0 auto;
}

article h1
{
	margin-bottom: 4px;
}

article p
{
	text-align: left;
	margin: 0;
}

article a, article a:hover
{
	color: #000000;
}

article.leftmargin
{
	margin-left: 80px;
}

.imagecontainer
{
	width: 760px;
}

#slides
{
	width: 760px;
	position: relative;
}

.slides_container
{
	width: 760px;
	display: none;
	overflow:hidden;
}

#buttons
{
	margin: 0 auto;
	text-align:center;
	position: relative;
	top: 0.5em;
}

#buttons a
{
	margin: 0 8px;
	font-size: 1.6em;
	color: #000000;
	text-decoration: none;
}

ul.pagination
{
	list-style-type: none;
}

ul.pagination li
{
	float: left;
}

.caption
{
	text-align: center;
	font-size: 0.85em;
}

.caption p
{
	margin: 6px 0;
}
