/* MAIN */

html, body {
    height:100%;
    margin:0;
    padding:0;
    font-family: arial;
    font-size: 12px;
    background-color: #E5E8EC;
}

body, body * {
    max-height: 1000000px;
}

#wrapper {
    width: 600px;
    -webkit-box-shadow: 0px 0px 8px 2px black;
    -moz-box-shadow: 0px 0px 8px 2px black;
    box-shadow: 0px 0px 8px 2px black;
    min-height: 100%;
    margin:auto;
    background-color:  white;
    background-image: url('images/bg.gif?v3');
    background-repeat: repeat-y;
    background-position-x: right;
}

/* HEADER */
#top-spacer{
	height:7px;
}

#header {
    top:0;
    position: relative;
	height:82px;
}
 #header-txt {
	text-shadow: 3px 3px 5px black;
	position:absolute;
	font-size: 12px;
	color: #CCC;
	top: 37px;
	left: 245px;
	font-weight: bold;
	line-height: 1.5rem;
	text-align: right;
 }
#bg1 {
    height: 7px;
    background-color: #003876;
}
#bg2 {
    height: 67px;
    background-color: #900028;
}
#bg3 {
    height: 8px;
    background-color: #003876;
}

#headerItems {
    position: absolute;
    top:0;
    left:0;
}

#hi2{
    margin-left: 110px;
}

#hi3 {
    margin-left: 40px;
}

/* MENU */

#menu {
    padding: 5px 0 5px 20px;
    font-weight: bold;
}
#menu a{
    color:#333;
    text-decoration: none;
}
#menu a:hover{
    color: #996600;
    text-decoration: underline;
}
#main {
    padding-left: 20px;
    padding-top:15px;
    position: relative;
    font-size: 12px;
}

#tags {
    color:#996600;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    width: 140px;
    position: absolute;
    top:65px;
    left: 300px;
}

h1 {
    font-size: 16px;
}

#aside {
    float: right;
    width: 145px;
    padding-top: 3px;
	position:relative;
}


#elec-wrapper {
  text-align: center;
  font-family: arial;
  font-style: italic;
  line-height: 150%;
  font-size: 12px;
  position: absolute;
  left: -16px;
  top: 5px;
}

#div-elec {
  color: white;
  text-shadow: 2px 0 0 rgb(0, 33, 74), -2px 0 0 rgb(0, 33, 74), 0 2px 0 rgb(0, 33, 74), 0 -2px 0 rgb(0, 33, 74), 1px 1px rgb(0, 33, 74), -1px -1px 0 rgb(0, 33, 74), 1px -1px 0 rgb(0, 33, 74), -1px 1px 0 rgb(0, 33, 74);
  -webkit-text-stroke: 0.25px rgb(0, 33, 74);
}

#div-elec-desc {
 color: rgb(0, 33, 74);
}

#main {
	min-height: calc( 100vh - 220px);
}

#footer {
	border-top:solid 10px #003876;
	background-color:#900028;
	color:#CCCCBF;
	text-align:center;
	padding:15px;
	line-height:1.45rem;
	height:51px;
}
#footer a{
	color:#CCCCBF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}