@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:impact;
	src:url(fonts/impact.ttf);
}

*{
	padding:0;
	margin:0;
}

body{
	background-image:url(images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#eea200;
}

a:link{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a:active{
	color:balck;
	font-weight:bold;
	text-decoration:none;
}

a:visited{
	color:black;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:black;
	font-weight:bold;
	text-decoration:underline;
}

#container{
	width:610px;
	left:50%;
	margin-left:-300px;
	position:absolute;
	top:72px;
}

#nav1{
	position:absolute;
	right:0px;
	margin-right:40px;
	width:200px;
	height:100px;
	padding-top:30px;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	z-index:10;
	font-weight:bold;
}

#nav1 a:link{
	color:#000000;
	text-decoration:underline;
}

#nav1 a:active{
	color:black;
	text-decoration:underline;
}

#nav1 a:visited{
	color:black;
	text-decoration:underline;
}

#nav1 a:hover{
	color:white;
	text-decoration:none;
}

#header{
	background-image:url(images/header.png);
	width:603px;
	height:72px;
	position:relative;
	cursor:pointer;
	z-index:1;
}

#main{
	background-image:url(images/mainbg.png);
	width:604px;
	position:relative;
}

#content{
	margin-left:20px;
	margin-right:20px;
	font-family: arial;
	text-align:justify;
}

#content h1{
	font-family:impact;
	font-size:24px;
	text-align:right;
}

.linebreak{
	width:100%;
	height:5px;
	background-color:black;
	margin-bottom:10px;
}

#footer{
	background-image:url(images/footer.png);
	width:608px;
	height:28px;
	position:relative;
}

#bigfoot{
	width:600px;
	height:20px;
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
}