@charset "UTF-8";
/* CSS Document */

#container {
	width: 1024px;
	margin: auto;
	background-color: #CCC;
	min-height: 800px;
	position: relative;
	color: #FFFFFF;
	font-size: 36px;
}

#header {
	width: 100%;
	background-image: url(images/header.png);
	height: 300px;
	font-size: 40px;
	color: #FFFFFF;
	}

#sidebar-left {
	width:150px; 
	height:550px; 
	background-color:#003366; 
	position:absolute; 
	top:300px; 
	left:0px;
	}

#sidebar-right {
	width:150px; 
	height:550px; 
	background-color:#003366; 
	position:absolute; 
	top:300px; 
	right:0px;
	}


#footer {
	width:100%; 
	background:#003366; 
	height:150px; 
	position:absolute; 
	bottom:0px; 
	top:700px;
	}

#navigation {
	position:relative; 
	background-color:#003366; 
	width:100%; 
	top:250px; 
	height:50px; 
	padding-bottom:20px}
	

#image {
	padding-top:250px;
	 padding-left:150px;
	 }

#center {
	padding-top:250px; 
	padding-left:150px;
	}

#abouttext {
	max-width: 600px;
	max-height: 100px;
	width: 300px;
	height: 100px;
	position: absolute;
	z-index: 1;
	text-align: justify;
	margin-left: 550px;
	margin-top: 250px;
	padding-left: 10px;
	color: #003366;
	font-size: 17pt;
	} 

#resumefooter {
	width:100%; 
	background-color:#003366; 
	height:100px; 
	position:absolute; 
	bottom:0px; 
	top:1000px;
	}

#resumecontainer {
	width:1024px; 
	margin:auto; 
	background-color:#CCC; 
	min-height:1000px; 
	position:relative;
	}

#resumesidebar-left {
	width:150px; 
	height:700px; 
	background-color:#003366; 
	position:absolute; 
	top:300px; 
	left:0px;
	}

#resumesidebar-right {
	width:150px; 
	height:700px; 
	background-color:#003366; 
	position:absolute; 
	top:300px; 
	right:0px;
	}

#resume {
	padding-top: 250px; 
	padding-left: 150px;
	}

#contactmeon {
	max-width: 600px;
	max-height: 100px;
	position: absolute;
	margin-left: 235px;
	margin-top: 350px;
	font-size: 80px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	z-index: 1;
} 
