body {
 		background-color: #b4dce6;
 		background-image: url(img/Background.png);
 	}
 	#all{
 		width: 1250px;
    	margin: 0 auto;
 	}

	#Top {
    	
    	height: 270px;
    	margin: auto;
	}

	#logo {
		border:10px solid black;
		background-image: url(img/gradientLogo.png);

    	width: 250px;
    	height: 250px;
    	
    	float: left;
	}

	#header {
		background-image: url(img/blueprintRollRight.png);
		background-repeat:no-repeat;
		background-position: 250px;

    	width: 100%;
    	height: 270px;
	}

	#pageTitle{
		padding:40px;
        text-align:center;
	}

  	#nav {
   		background-image: url(img/blueprintRollDown.png);
   		background-repeat:no-repeat;

		float:left;
   		height:100%;
    	width:250px;
    	padding:5px;  
	}

	#myHome {}
	#myServ {}
	#myAbout {}
	#myContact {}
	#myTest {}

	#section {
		border:1px solid #e2b594;
		background-image: url(img/linePaper.png);
		background-repeat:repeat-y;
		background-size: 750px 1000px;

		right: 100%;	
		width:750px;
	    margin-left: 270px;
		}

	#sectionimages {
		background-image: url(img/ipad.png);
		background-size: 650px 350px;
		background-repeat:no-repeat;
		border-radius:5px;
		padding:25px; 
	}

	#sectionLevel {
		margin-top: -10px;
		margin-bottom: 20px;
	}

	#sectionMega {
		margin-bottom: 10px;
	}


	.rotate5 {
    	-webkit-transform: rotate(5deg);
    	-moz-transform: rotate(5deg);
    	-o-transform: rotate(5deg);
    	-ms-transform: rotate(5deg);
    	transform: rotate(5deg);
	}

	.rotateMinus5 {
    	-webkit-transform: rotate(-5deg);
    	-moz-transform: rotate(-5deg);
    	-o-transform: rotate(-5deg);
    	-ms-transform: rotate(-5deg);
    	transform: rotate(-5deg);
	}

	#changeSection {
		font-family: Papyrus;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 7px;
		font-size: 20px;

		margin-left: 60px;
	}

			#sectionHeader{}
			#sectionLesserAU{
				
			}
			#sectionLesserCU{
				line-height: 30px;
				margin-top: 40px;
				font-size: 20px;
			}
			
			#sectionLesserTest{
				font-size: 20px;
			}

			#sectionParaHome{
				margin-top: -5px;
				line-height: 25px;
			}

			#sectionParaAU{
				line-height: 23px;
			}

			#sectionParaCU{
				line-height: 30px;
				margin-top: 30px;
			}

			#sectionParaTest{
				margin-top: 45px;
				line-height: 23px;
			}

			#sectionTable{
				margin-top: 35px;
				font-size: 23px;
		        line-height: 30px;
			}

	#footer {
	    background-color:black;
	    color:white;

	   	position: fixed; bottom: 0;
	    width: 100%;

	    text-align:center;

	    clear:both;	 
	}