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

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #bbb;
	behavior: url(../scripts/csshover.htc);
	}
	
/* Globals ---------- */

#conash3D0  {
	height:0px;
	top:-1px;
	}

h1  {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	}
	
h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	}
	
h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}
	
h4  {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
	
/* Background ---------- */

#background  {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	background-color:#0F3;
	z-index: 10;
	}
	
/* Main ---------- */

#maincontainer  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	min-height: 1358px;
	background-repeat: no-repeat;
	background-color: rgb(0, 159, 237);
	-moz-box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,0.4);
	box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
	z-index: 101;
	}

/* Main ---------- */

#sociallinks  {
	position: absolute;
	background-color: rgba(127,127,127,0.3);
	padding: 10px;
	width: 335px;
	height: 20px;
	z-index: 203;
	left: 445px;
	top: 16px;
	}

/* Footer --------- */

#footer  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5em;
	background-image: url(../images/city.png);
	background-repeat: repeat;
	width: 725px;
	height: 214px;
	z-index: 205;
	}

