#wrapper { 
	width: 1000px; 
	height:510px;
	margin:0 auto;
	}
	
#company { 
	background-color: none; 
	color: #CC1500; 
	text-decoration: none;
	font-weight:800;
	}

h1 {
	text-align:left;
	font-size: 32pt; 
	color:#FFFFFF; 
	font-weight: 700;
	padding-left: 22%;
	padding-top: 25px;
	line-height: .2em;
	}

h2 {
	width:200px;
	text-align:center;
	color:#FFFFFF;
	font-size:22pt;
	margin:30px auto 25px;
	padding:5px 20px;
	background:#CC1500;
	background: linear-gradient(bottom , #CC1500 0%, #5E0900 100%);
	background: -o-linear-gradient(bottom , #CC1500 0%, #5E0900 100%);
	background: -moz-linear-gradient(bottom , #CC1500 0%, #5E0900 100%);
	background: -webkit-linear-gradient(bottom , #CC1500 0%, #5E0900 100%);
	background: -ms-linear-gradient(bottom, #CC1500 0%, #5E0900 100%);
	background: -webkit-gradient(
	linear,
	bottom left,
	top left,
	color-stop(0, #CC1500),
	color-stop(1, #5E0900)
	);
	}
	
.kayimg {
	max-height:120px;
	margin:0 20px 0 100px;
	float:left;
	}
		
.title {
	font-size:12pt;
	font-weight:600;
	}
		
.resume {
	font-size:12pt;
	text-decoration:underline;
	color:#CC1500;
	}
	
.popup {
	font-size:10pt;
	color:#000000;
	}
		
#history {
	width:800px;
	text-indent:50px;
	font-size:12pt;
	color:#000000;
	margin:10px auto 20px;
	line-height:1.5em;
	}
		
#footer {
 	height: 3px;
	width: 960px;
	margin:20px auto 0;
	background: linear-gradient(left , #CC1500 0%, #5E0900 100%);
	background: -o-linear-gradient(left , #CC1500 0%, #5E0900 100%);
	background: -moz-linear-gradient(left , #CC1500 0%, #5E0900 100%);
	background: -webkit-linear-gradient(left , #CC1500 0%, #5E0900 100%);
	background: -ms-linear-gradient(left , #CC1500 0%, #5E0900 100%);
	background: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #CC1500),
	color-stop(1, #5E0900)
	);
	background-color:#CC1500;
	}
	
#footertext ul {
	margin: 25px auto;
	width: 1000px;
	position:absolute;
	text-align: center;
	font-size: 12pt;
	color: #000000;
	padding-left:0;
	}
	
#footertext ul li {
	display:inline;
	padding:0 20px; 
	}
	
#footertext ul li a{
	color:#CC1500;
	}
	
#footertext ul li a.email2:hover {
	color:#000000;	
	}
	
	
	
