﻿* {
margin:0; /* zero out margin */
padding:0; /* zero out padding */
}
html, body {
	width:100%;
}

body{
	background:#000063 url(./images/bg.jpg) no-repeat center top;
	font-family: arial, helvetica, sans-serif;
	color:#ffffff;
}

@font-face {
    font-family: 'DotMatrixRegular';
    src: url('./fonts/dotmatrx-webfont.eot');
    src: url('./fonts/dotmatrx-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/dotmatrx-webfont.woff') format('woff'),
         url('./fonts/dotmatrx-webfont.ttf') format('truetype'),
         url('./fonts/dotmatrx-webfont.svg#DotMatrixRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*	WRAPPER	*/
#wrapper{
	width:1024px;
	height:768px;
	margin:0px auto;
}
#topWrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:467px;
}
#contentWrapper{
	width:100%;
	padding-top:409px;
	font-size:9pt;
}

#bottomWrapper{
	width:100%;
	height:10px;
	font-size:8pt;
	color:#ffffff;
}

/*	TOP	*/
#top{
	width:1024px;
	height:100%;
	margin:0px auto;
}

/*	TOP: LOGO	*/
#logo{
	position:absolute;
	width:313px;
	height:409px;
	margin-top:0px;
}

/*	CONTENT: NAVIGATION	*/
#navigation{
	position:absolute;
	margin-top:94px;
	margin-left:323px;
}

#navigation a{
	display:block;
	width:269px;
	height:19px;
	margin-bottom:3px;
	background-repeat:no-repeat;
	font-size:16pt;
    font-family: 'DotMatrixRegular';
	text-decoration:none;
	color:#faa348;
}

#navigation a:hover{
	color:#896100;
}
#navigation a small{
	font-size:9pt;
}

#navigation a.nolink{cursor:default;color:#896100;}

/*  HEADER  */
a{outline: none;}
#header{
	float:right;
}
#headevent1, #headevent2
{
	display:block;
	float:left;
	width:347px;
	padding-top:419px;
	
	margin-left:2px;
	text-align:center;
	font-size:36pt;
    font-family: 'DotMatrixRegular';
	text-decoration:none;
	color:#faa348;
}
#headevent1{background:url(./images/header-2012.jpg) no-repeat;}
#headevent2{background:url(./images/header-2013.jpg) no-repeat;}
#headevent1:hover{color:#896100;}

/*	FOOTER	*/
#footer{
	width:1004px;
	height:10px;
	margin:0px auto;
}

#dialogWindow{display:none;}

h1{font-size:16pt;color:#336699;margin-top:10px}
h2{font-size:13pt;color:#336699;}
