﻿@import url(http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps);

html, body
{
	background:#F1F1F1;
	color:#000000;
    font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	margin:0px;
	min-width:1000px;
	padding:0px;
}
	    
#header
{
	background:#F1F1F1 url(../images/header.jpg) top center no-repeat;
	color:#000000;
	height:125px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	position:relative;
	width:1000px;
}

#header-title
{
	color:#000000;
    font-family: 'Bilbo Swash Caps', cursive;
	font-size:40pt;
	left:250px;
	position:absolute;
	width:500px;
	top:12px;
	text-align:center;
}

#header-language
{
	color:#000000;
	left:795px;
	position:absolute;
	width:180px;
	top:12px;
	text-align:right;
    display:none;
}

#header-email
{
	color:#000000;
    font-size:11pt;
	left:795px;
	position:absolute;
	width:180px;
	top:90px;
	text-align:right;
}

#header-email a:link
{
	color:#000000;
	text-decoration:none;
}

#header-email a:visited
{
	color:#000000;
	text-decoration:none;
}

#header-email a:hover
{
	text-decoration:underline;
}

#header-email a:active
{
	color:#000000;
}

#menu
{
	color:#000000;
	left:259px;
	padding-top:6px;
	position:absolute;
	top:65px;
    text-align:center;
}
	
#main
{
	background:#ffffff url(../images/body.jpg) top center repeat-y;
	color:#000000;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	min-height:250px;
	position:relative;
	width:1000px;
}

#main a:link
{
	color:#0066CC;
	text-decoration:none;
}

#main a:visited
{
	color:#0066CC;
	text-decoration:none;
}

#main a:hover
{
	text-decoration:underline;
}

#content
{
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}

#content a:link
{
	color:#0066CC;
	text-decoration:none;
}

#content a:visited
{
	color:#0066CC;
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}

#content a:active
{
	color:#0066CC;
}

#content-items
{
	padding-top:10px;
    padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#content-items a:link
{
	color:#000000;
	text-decoration:none;
}

#content-items a:visited
{
	color:#000000;
	text-decoration:none;
}

#content-items a:hover
{
	text-decoration:underline;
}

#content-items a:active
{
	color:#000000;
}
	
#footer
{
	background:#F1F1F1 url(../images/footer.jpg) top center no-repeat;
	color:#999999;
    font-size:10pt;
	height:75px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	position:relative;
    width:1000px;
    text-align:center;
}

#footer a:link
{
	color:#0066CC;
	text-decoration:none;
}

#footer a:visited
{
	color:#0066CC;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer a:active
{
	color:#0066CC;
}