@charset "utf-8";

@font-face {
    font-family: 'Arnprior'; /*a name to be used later*/
    src: url('http://www.oktechsolutions.com/font/Arnprior.ttf'); /*URL to font*/
}

html,body {
	padding: 0;
	margin: 0;
}
body {
	background:url(images/bg.gif);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
header {
	font-family: verdana;
	position:fixed;
	top:0;
	width:100%;
	height:50px;
	background-color:rgba(255,153,0,0.6);
	text-align:center;
	border-bottom:2px solid #000;
}
header h1{
	font-family: Arnprior;
	size:48px;
	padding: 0;
	margin: 0;
	clear:right;

}
header a{
	color:#000;
	text-decoration:none;
}
header img{
	clear:none;
	width:auto;
	border:none;
	float:left;
}
nav{
	width:100%;
	height:40px;
	font-family:verdana,calibri;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-top:8px;
	text-align:center;
	padding-top:70px;
}

nav a {
	text-decoration: none;
	color:#000;/*4884FF*/
	border:#000 solid 2px;
	background:#F90;
	padding-left:5px;
	padding-right:5px;
	-moz-border-radius-topleft: 1em 2em;
	border-top-left-radius: 1em 2em;
	-moz-border-radius-topright: 1em 2em;
	border-top-right-radius: 1em 2em;
	-moz-border-radius-bottomright: 1em 2em;
	border-bottom-right-radius: 1em 2em;
	-moz-border-radius-bottomleft: 1em 2em;
	border-bottom-left-radius: 1em 2em;
}

nav a span {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:1px;
	padding-top:1px;
	height:39px;
}

nav a:hover {
	color: #F90;
	border:#F90 solid 2px;
	background:#000;
	-moz-border-radius-topleft: 1em 2em;
	border-top-left-radius: 1em 2em;
	-moz-border-radius-topright: 1em 2em;
	border-top-right-radius: 1em 2em;
	-moz-border-radius-bottomright: 1em 2em;
	border-bottom-right-radius: 1em 2em;
	-moz-border-radius-bottomleft: 1em 2em;
	border-bottom-left-radius: 1em 2em;
}
#main{
	font-family: verdana,calibri;
	text-align:center;
	margin-bottom: 1.5em;
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	background-color:rgba(255,175,80,0.6);
	padding:20px;
	border:#000 solid 2px;
	-moz-border-radius-topleft: 1em 2em;
	border-top-left-radius: 1em 2em;
	-moz-border-radius-topright: 1em 2em;
	border-top-right-radius: 1em 2em;
	-moz-border-radius-bottomright: 1em 2em;
	border-bottom-right-radius: 1em 2em;
	-moz-border-radius-bottomleft: 1em 2em;
	border-bottom-left-radius: 1em 2em;
}
#main h2{
	opacity: 100%;
	text-align:left;
}
#main img{
	clear:none;
	width:auto;
	margin:auto;
	padding:2px;
	float:right;
}
#main ul{
	opacity: 100%;
	clear:none;
	width:auto;
	margin:auto;
	padding:0;
}
footer {
	font-family: verdana,calibri;
	background-color: #000;
	color: #F90;
	width: 100%;
	bottom: 0;
	position: fixed;
}
footer a { 
	text-decoration: none;
	color:#F90; 
}
footer a:hover {
	text-decoration:underline;
}

footer #foot-l {
	width: 250px;
	clear:left;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0px;
	padding-left:15px;
}
footer #foot-r {
	width: 250px;
	clear:right;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0px;
	padding-right:15px;
}