@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(img/bodybackground.jpg);
	background-repeat: repeat-x;
}
.newage #container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-color: #000;
	border-left-width: 1px;
	border-left-color: #000;
	overflow: hidden;
}
.newage #header {
	padding: 10px 10px 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. */
	height: 165px;
	text-align: right;
	background-image: url(img/top_header.jpg);
	background-repeat: no-repeat;
	color: #2A3C92;
	background-color: #FFF;
	border-color: #000;
	border-left: solid thin;
	border-right: solid thin;
}
.newage #header a:visited { color:#FFF;

}
.newage #header a:hover { color:#000;

}
.newage #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 */
}
.newage #mainContent {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 1000px;
	margin: 0;
	border-right-style: solid;
	border-right-width: thin;
	border-left: solid thin;
}
.newage #footer {
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color: #FFF;
	background-color: #2B3A8F;
	font-size: 9px;
	margin-bottom: 20px;
	border-left: solid thin;
	border-right: solid thin;
	border-bottom: solid thin;
	border-color: #000;
}
.newage #navbar {
	height:28px;
	background:#ffffff;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	background-image: url(img/navbar_bkgrnd.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	margin: 0px;
}
.newage #sidebar {
	width:260px;
	float:right;
	background-image: url(img/recentWork.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 7px;
	font-size: 12px;
	color: #293B91;
	font-weight: bold;
	height: 400px;

}
.newage #sidebarWebsite {
	width:260px;
	float:right;
	background-image: url(img/websiteContactForm.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
	color: #293B91;
	font-weight: bold;
	height: 450px;
	padding-top: 35px;

}
.newage #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 */
}
.newage #box {
	background-image:url(img/boxBG.jpg);
	background-repeat:no-repeat;
	float:left;
	width:282px;
	height:222px;
	margin-right: 1px;
	padding-left: 5px;
	padding-top: 7px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	
}
h3 {
	color:#293B91;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 21px;
}
h1 {
	color:#293B91;
	font-family: "Arial Black", Gadget, sans-serif;
	
	}
hr {
	color:#1E76BB;
}
.newage #starterWebsite {
	background-image:url(img/starterWebsite.jpg);
	background-repeat:no-repeat;
	float:left;
	width:190px;
	height:222px;
	margin-right: 5px;
	padding-left: 5px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-size: 10px;
	padding-top: 40px;
	
}
.newage #businessWebsite {
	background-image:url(img/businessWebsite.jpg);
	background-repeat:no-repeat;
	float:left;
	width:190px;
	height:222px;
	margin-right: 5px;
	padding-left: 5px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-size: 10px;
	padding-top: 40px;	
}
.newage #corporateWebsite {
	background-image:url(img/corporateWebsite.jpg);
	background-repeat:no-repeat;
	float:left;
	width:190px;
	height:222px;
	margin-right: 5px;
	padding-left: 5px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-size: 10px;
	padding-top: 40px;	
}
.newage #request {
	padding-right: 9px;
	color:#fff;
}
.newage #sidebarGraphic {
	width:260px;
	float:right;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
	color: #293B91;
	font-weight: bold;
	height: 500px;
	padding-top: 35px;

}
.newage #sidebarHosting {
	width:260px;
	float:right;
	background-image: url(img/websiteContactForm.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
	color: #293B91;
	font-weight: bold;
	height: 375px;
	padding-top: 35px;

}
.newage #sidebarRepair {
	width:260px;
	float:right;
	background-image: url(img/websiteContactForm.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
	color: #293B91;
	font-weight: bold;
	height: 375px;
	padding-top: 35px;

}
.newage #requestQuote {
	width:865px;
	float:right;
	background-image: url(img/requestQuoteBG.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
	color: #293B91;
	font-weight: bold;
	height: 375px;
	padding-top: 30px;

}
.newage #hosting {
	width:602px;
	float:left;
	background-image: url(img/backgrd.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 420px;

}

