* { margin: 0; padding: 0; }

html
{
	height: 100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DDDDDD url(../Images/StripedBackground.png) top center no-repeat;
	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: #FFFFFF;
	height: 100%;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1024px;
	background: #888aae;
	margin: 0 auto -33px; /* the auto margins (in conjunction with a width) center the page */
	border-left: 2px solid #171835;
	border-right: 2px solid #171835;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: #4c4e73;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 10px 20px 33px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: transparent url(../Images/BackTransition.jpg) top left repeat-x;*/
}
#footer { 
	position: relative;
	height: 33px;
	width: 1028px;
	margin: -33px auto 0 auto;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: right;
	font-size: 12px;
	border-top: 2px solid #171835;
	color:#000000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#headerTopBar
{
	/*background-image: url(images/EdwardsDigitalWeb_02.jpg);*/
	background: #171835;
	background-repeat: repeat-x;
	height: 20px;/*22px;*/
	margin: 0;
}

#headerBottomBar
{
	background-image: url(../Images/EdwardsDigitalWeb_19.jpg);
	background-repeat: repeat-x;
	height: 22px;
	margin: 0;
}

#headerMain
{
	position:relative;
	height:126px;
	margin:0;
	padding: 10px 0;
	background: transparent url(../Images/EdwardsDigitalWeb_05.png) top left repeat-x;
}

#logo1
{
	float:left;
	margin-left:27px;
	width:172px;
	height:126px;
	background-image:url(../Images/EdwardsDigitalWeb_09.jpg);
	background-repeat:no-repeat;
}

#logo2
{
	float:left;
	width:447px;
	height:126px;
	background-image:url(../Images/EdwardsDigitalWeb_10.jpg);
	background-repeat:no-repeat;
}

#features
{
	float: right;
	height: 123px;
	width: 175px;
	margin-top: 4px;
	margin-right: 79px;
}

#webLogo
{
	position:relative;
	width: 79px;
	height: 33px;
	left: 45px;
	background-image:url(../Images/EdwardsDigitalWeb_13.jpg);
	background-repeat:no-repeat;
}

#softwareLogo
{
	position:relative;
	width: 175px;
	height: 33px;
	top: 12px;
	background-image:url(../Images/EdwardsDigitalWeb_17.jpg);
	background-repeat:no-repeat;
}

#videoLogo
{
	position:relative;
	width: 114px;
	height: 33px;
	left: 30px;
	top: 23px;
	background-image:url(../Images/EdwardsDigitalWeb_21.jpg);
	background-repeat:no-repeat;
}

#menuBar
{
	margin: 0;
	padding: 0 20px;
	background-color:#171835;
	height: 26px;
}