/*ellendale-electric styles*/

*
			{
			margin:0;
			padding:0;
			}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	background: url("images/graybrick.gif") repeat fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColElsRt #container {
	width: 55em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #ccc;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.twoColElsRtHdr  #header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the
	#header instead of text, you may want to remove the padding. */
}

#header
		{
		color: white;
		text-align: center;
		margin-top: 0;
		margin-bottom:0;
		padding:0 10;
		border-bottom:3px solid red;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		height: 155px;
		background: url("images/eecrightlogo3.gif") center top no-repeat;
		background-color: #ccc;
		z-index: 2;
		}
#header p {
	margin-top:100px;
	}

div #sidebar1 {
	float: right;
	width: 15em; /* since this element is floated, a width must be given */
	background: #ccc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 25px; /* top and bottom padding create visual space within this div */
	margin-right:50px;
}

div #sidebarasmain {
	width: 15em; /* since this element is floated, a width must be given */
	background: #ccc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 25px; /* top and bottom padding create visual space within this div */
	margin-right:50px;
	height: 100%;
}

.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#sidebar1 p {
	font-style:italic;
}

.twoColElsRt #mainContent {
	margin: 2em 13em 0 5em; /* the left margin can be given in ems or pixels. It creates the space down the left side of the page. */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ccc;
	font-size: .7em;
	text-align:center;
}


/*header anchors*/
div p a
			{
			color:#ff0000;
			font-size: .8em;
			text-decoration:none;
			}

div p a:hover
			{
			color:#990000;
			font-size: .8em;
			background:#fff;
			}



/*footer anchors*/
div span a
			{
			color:#ff0000;
			font-size: .8em;
			}

div span a:hover
			{
			color:#990000;
			font-size: .8em;
			}


