
/* This style sheet is for the Graphic Communicadtion site */

/*  div Styles */
#wrapper {max-width: 990px; }

/*#container {background-image: url(images/computer_resized.gif);
            background-position: center center;
			background-repeat: no-repeat;
			}*/


/* Body Styles  background-color: #FFF;*/
body{width: 79%;
	 margin-top: 10px;
	 margin-bottom: 200px;
	 margin-right: auto;
	 margin-left: auto;
	 background:  -moz-linear-gradient(top left, #e0dfdb, white);   
     background:   -webkit-gradient(top left, #e0dfdb, white);    
     background:   -o-linear-gradient(top left, #e0dfdb, white);
	  }


/*images stylesmargin-bottom: 990px;-950*/
#computer {margin-top: -650px;}

#keyboard {margin-top: -199px;
            margin-left: 190px;
			}
/*#mouse {margin-top: -900px;
		margin-left: 90px;
		}*/
#desk {margin-top: -938px;}

#student {
          margin-top: 277px;
		  margin-left: -230px;
		  }


/*header styles*/
header h1 {text-align: center;
           color: #7eb6d8;
		   font-family: 'Berlin Sans FB';
		   font-size: 42px;
		   }

/* h2 styles */
h2 {color: #4fb3f1;
    text-align: center;
	font-size: 60px;
	font-family: 'Buxton Sketch';
	text-shadow: black 3px 3px 0px;            
	}

/* Section styles */
#info {color: white;
       font-size: 15px;
	   width: 79%;
	   margin-top:-180px;
	   margin-left: -100px;
	   padding-left: 66px;
	   font-weight:bold;
	  }

#infoTwo {margin-top: -7px;
        margin-left: 160px;
		font-weight:bold;
		width: 45%;
	    color:white;
	   }

/*Aside 
#aside{background-color: white;
       margin-left: 290px;
	   }*/

/* Navigation list styles */
nav {float: left;
	 margin-left: -100px;
     }

nav ul li {list-style-type: none;
           display:block;
           width: 119px;
		   height: 41px;
           border: 1px solid black;
		   text-align: center;
		   background-color: rgb(128,128,128);
		   margin-top: 46px;
		   }

nav ul li:hover {background-color: blue;}

nav ul li a {color: white;
			 text-decoration: none;
			 font-weight:bold;
			 font-size:13px;
			 line-height: 35px;
			}

/*table styles */
table {margin-top: 55px;}

/*Address Styles */
#address {margin-top: -55px;
         margin-left: 280px;
		 }
	  
