body {
margin-top: 2px;
background-color: #FFFFFF;
}


#container {
	height:1150px;
	position:relative;
	width: 1029px;
	border: 1px;
	margin-right: auto; 
	margin-left: auto;
	background-color:#FFFFFF;
<!-- Margin Auto means it will clear the area outside the border and center the container-->
		
}

#header {
	height: 150px;
	width: 1024px;
	float:left;
	margin: auto;
	box-shadow: 5px 5px 5px #006363; <!--CSS3 Box Shadow--> 
}

#centerbox {
	height: 800px;
	width: 1024px;
	float:left;
	border: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#1047A9;
	position:relative; 
	top: 25px;
	box-shadow: 5px 5px 5px #006363;
	z-index:1;
<!--relative allows me to possition my div box from its default position-->

} 

#navbar {
	height: 30px;
	width: 1024px;
	float:left;
	position:relative;
	top: 15px;
	z-index:6;
	
}

#navigation {
	background-color:#1047A9;
	box-shadow: 5px 5px 5px #006363;

}

#navigation ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:2px;
	padding-right:2px;
	margin:0px;
}

#navigation ul li {
	display:inline;
	margin: -2px;
	border-right:2px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:0px;
	padding-right:0px;

<!-- I had to use a - margin to bring the list boxes closer so the background was not visable and I could use the white border effectbut still keep the long blue bar--> 
}

#navigation ul li a {
	color: #FFFFFF;
	background-color:#1047A9;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:2px;
	padding-right:2px;
}

#navigation ul li a:hover {
	color: #ffffff;
 	background-color:#33CCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:2px;
	padding-right:2px;
<!-- I had match up the padding on both the normal a link and the a hover link so that the whole button would higlight in 33cccc when hovered over--> 
}

#navleftborder {
	border-left:2px solid #FFFFFF;
<!-- this makes the left border on the side of the home link-->

}


#bubbleimagehome1 {
	height: 575px;
	width: 650px;
	border: 0px;
	background-image: url(../images/speachbubble.png);
	background-repeat:no-repeat;
	position:absolute;
	top: 40px;
	left:50px;
	z-index:2;
<!-- .. makes the css file go up a folder directory and then down into the images folder-->
} 

#rightcontent {
	height:375px;
	width:525px;

	border: 0px;
	position:absolute;
	left:600px;
	top:230px;	
	z-index:3px;
}


#bubblecontent {
	font-family: Arial, Helvetica, sans-serif;
	height:250px;
	width:450px;

	position:relative;
	left:55px;
	top:15px;
	z-index:4;
}

#bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width: 1024px;
	list-style-type:none;
	text-align: center;
	margin:0px;
	padding:0px;
	position:relative;
	top:30px;
	font-size: 16px;
	z-index:5;

}

#bottomlinks ul {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	list-style-type:none;
 	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:3px;

}

#bottomlinks li {
	display:inline;
	padding-left:30px;

}

#bottomlinks ul li a {
	color: #000000;

}


p.bubble {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align:justify;
}

#pg1n2upcntent {
	height: 765px;
	width: 989px;
	background-image:url('../images/routers_switchs_bground.png');
	background-repeat: no-repeat;
	z-index:7;
	margin: auto;
}






.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-align:center;
	
}


	
