html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	
	}

body {
	background-color:#050f24;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	position: relative;

	margin: 0px;
	padding: 0px;

	font-family:Calibri,Verdana;
	font-size:9px;
	
}
h2,h3 {
	color:#FFF;
	text-align:center;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:16px;
}
h4 {
	text-align:center;
}
p {
	color:#eceded;	
	
}

/* -------------- links*/
a:link {
	
	text-decoration:none;
}
a:visited {
	
 	text-decoration:none;
}
a:hover{
	
	text-decoration:underline;
}
/* -------------- divs -- general container*/
#containerCtr {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}
#container {

	background-image:url(../images/BK_20.png);
	background-repeat:repeat;
	border-style:solid;
	border-width:1px;
	border-color:#1d2537;
	padding-top:0px;
	margin-top:20px;
	float:left;
	z-index:4;

}
/* -------------- divs -- hearder container*/
#header {
	width:850px;
	height:63px;
	margin-top:0px;
	padding-top:0px;
	float:left;
}
#underheader {
width:720px;
height:2px;
border-top:1px solid;
border-top-color: #182B53;

}
