	body, html {
			width: 100%;
			height: 100%;
		}
		
		body {
			margin:0px;
			padding: 0px;
			background-color: #161616;
			background-image: url(../images/bg.jpg);
			background-repeat: repeat-x;
			color: #c0c0c0;
			font-family: arial, helvetica, sans-serif;
			font-size: 12px;
		}
		
		/* LAYOUT STYLES */
		
		#code {
			position: absolute;
			top: 0px;
			left: 0px;
			height: 137px;
			width: 100%;
			background-image: url(../images/bg_code.gif);
			z-index: 5;
		}
		
		#wrapper {
			position: relative;
			text-align: center;
			align: center;
			z-index: 10;
			
		}
		
		#box {
		 	background-color: #001214;
			border-left: 1px solid #213a40;
			border-right: 1px solid #213a40;
			border-bottom: 1px solid #213a40;
		 	width: 818px;
			margin: 0 auto;
		}
		
		#box_head {
			background-image: url(../images/bg_head.jpg);
			background-repeat: repeat-x;
			height: 190px;
		}
		
		#header {
			margin-top: 141px;
		}
		
		#nav {
			width: 818px;
			height: 40px;
			text-align: right;
		}
		
		#content {
			text-align: left;
			padding-top: 15px;
			padding-left: 50px;
			padding-right: 50px;
		}
		
		/* CONTENT STYLES */
		.header {
			text-transform: uppercase;
			font-weight: bold;
			font-size: 12px;
			letter-spacing: 2px;
			font-family: courier new;
			color: #a9ff33;
			margin-left: -15px;
			padding-bottom: 10px;
		}
		
		a {
			color: #a9ff33;
			text-decoration: none;
		}
		
		a:hover {
			text-decoration: underline;
		}
		
		.resumeHead {
				clear: both;
				font-weight: bold;
				font-size: 12px;
				text-transform: Uppercase;
				background-color: #333333;
				padding: 3px;
				margin-top: 5px;
				margin-bottom: 5px;
		}