/* Webber Style Sheet */



/* Colours */

.blu {
			color: rgb(96,127,148);
}
.red {
			color: rgb(201,0,0);
}
.bdrRed {
			border:1px solid rgb(255,0,0);
}

/* Anchors */

a {
			color: rgb(96,127,148);
			text-decoration: none;
			font-size: 12px;
			font-family: tahoma;
			font-weight: bold;
}

a:hover {
			color: rgb(174,202,224);
}

a.nav {
			color: rgb(235,235,235);
			text-decoration: none;
			font-size: 12px;
			font-family: tahoma;
			font-weight: bold;
}

a.nav:hover {
			color: rgb(174,202,224);
}

/* Locators */

div#container {
      width:100%;
			height:100%;
}

div#content {
			position:relative;
      margin-left:auto;
			margin-right:auto;
			width:789px;
      top:20px;
			border:2px solid rgb(117,117,117);
      background-color:rgb(255,255,255);
}

div#sidelined {
			border-left:1px solid rgb(0,0,0);
			top:-2px;
			margin-bottom:-2px;
			position:relative;
}

div#blulineT, div#blulineB {
 			width:788px;
}

html>body div#blulineT {
      top:-9px;
			position:relative;
}

html>body div#blulineB {
      top:-20px;
			position:relative;
}

div#navi {
      background: url(../images/navline.png) fixed repeat-y center 0;
			height:24px;
			width:788px;
			padding-top:5px;
      text-align:right;

}

html>body div#navi {
      height:20px;
		  top:-11px;
			position:relative;
}

div.mge {
			background: url(../images/bannerline.png) fixed repeat-y center 0;
			height:30px;
			width:788px;
      text-align:center;
			font: 24px tahoma;
			color: rgb(235,235,235);
}

html>body div.mge {
			position:relative;
			top:-11px;
}

div.break {
			background: url(../images/bannerline.png) fixed repeat-y center 0;
			height:5px;
			width:788px;
}

html>body div.break {
			position:relative;
			top:-11px;
}

.butt {
			background-color: rgb(96,127,148);
			border:3px double rgb(235,235,235);
			color: rgb(235,235,235);
			padding:2px 6px;
}

.butt:hover {
			background-color: rgb(174,202,224);
			border:3px double rgb(235,235,235);
			color: rgb(71,71,71);
}

div#letter:first-letter {
      font-size: 180%;
			color: rgb(96,127,148);
}

input.butt {
			cursor:pointer;
      cursor:hand;
}
