/* GENERAL --------------------------- */
html
{
	height: 100%;
}
body
{
	height: 100%;
	margin: 0;
	padding: 0;
	//background: url(../img/12_col.gif) repeat-y top center;
	background: #ffffff;
	color: #333333;
	font-size: 62.5%;
	font-family: "HelveticaNeue", "Helvetica", sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0; 
}

img
{
	border-style: none;
}
a
{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
.center
{
	margin-left: auto;
    margin-right: auto;
    align: center;
}
.aligncenter
{
    text-align: center;
}
.alignleft
{
    text-align: left;
}
.alignright
{
    text-align: right;
}
/* HEADER ---------------------------- */
#header
{
	height: 370px;
	padding-top: 30px;
	background: #ffffff; 
}
#header h1
{
	margin-bottom: 0px;
}
/* FLASH ----------------------------- */
#flashcontent
{
	width: 100%;
	height: 100px;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	display: table;
	position: static;
}
/* GALLERY --------------------------- */
#gallery
{
	height: 430px;
	padding-top: 40px;
	margin-bottom: 60px;
	background: #eeeeee;
}
#gallery h2
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.4em;
	margin-top: 0;
}
/* FOOTER ---------------------------- */
#footer
{
	height: 120px;
	padding-top: 40px;
	border-top-style:solid;
	border-color: #999999;
	border-width: 1px;
	background: #ffffff;
	line-height: 1.4em;
	font-size: 1.1em;
}
#footer h2
{
	font-size: 1.1em;
	margin-top: 0;
}