/*
         Hand written by Alan Rosenquist     
   First Come First Server Naming Scheme   
         Feel Free To Learn From My Code      
                AlanRosenquist@Gmail.com         
*/

body {
		margin:35px auto;
		padding:0;
		}

#container {
		width:780px; 
		height:550px;
		margin:0 auto;
		padding:0;
		}

#resume_project {
		width:500px;
		height:100px;
		margin:0 auto;
		padding:0 10px 0 270px;
		}

/* Missing something??  Check out the other CSS files. */

#footer {
		clear:both;
		float:left;
		width:765px;
		height:36px;
		padding:0 15px 0 0;
		}