@charset "utf-8";
/* CSS Document */
*{
	position: relative;
	margin:0px;
	padding: 0px;
	text-decoration: none;
	line-height:1.6em;
}

@font-face {
    font-family: 'Bebas';
    src: url('../BebasNeue/BebasNeue-webfont.eot');
    src: url('../BebasNeue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../BebasNeue/BebasNeue-webfont.woff') format('woff'),
         url('../BebasNeue/BebasNeue-webfont.ttf') format('truetype'),
         url('../BebasNeue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;


}
body {
	margin: 0;
	padding: 0;
	background: url(bg.png);
}
h1 {
	font-family: Bebas, Georgia, "Times New Roman", Times, serif;
	color:#00ccca;
	font-size:24px;
	font-weight:100;
	text-shadow:#212 0px 2px 0px;
}
h2 {
	font-family: Bebas, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:100;
	color:#BBB;
}
h3{
	font-family:Bebas, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:100;
}
a{
	color:#00ccca;
}

a:hover{ 
	color:#09F;
	text-shadow: #003 0 2px 0;
}
p, li {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a18c6b;
	font-size:12px;
}
li{
	margin-left: 20px;
}
img {
	border: none;
}
#nav{
	background-image:url(stitch.png);
	background-position:bottom;	
	height:40px;
	width:100%;
}
#nav h3{
	display:inline;
	margin-left:65px;
}
#nav a{
	color:#a08356;	
}
#nav a:hover{
	color:#00ccca;
}
#navwrap{
	margin:auto;
	width: 970px;
	padding-right: 22px;
	text-align: right;
}
.firstname{
	font-size:50px;	
	text-shadow: rgba(255, 255, 255, .35) 0px 1px 0px;
	color: rgba(0,0,0,.6);
}
.jobtitle{	
	color: #00CCCA;
	
		text-shadow: rgba(255, 255, 255, .4) 0px 1px 0px, rgba(0, 0, 0, .2) 0px -1px 0px;
}
#upper{
	background-image:url(wood.png);
	background-repeat:repeat;
	min-height: 225px;
	width:100%;
	-webkit-box-shadow: 0 15px 50px rgba(0,0,0,1); 
	-moz-box-shadow: 0 15px 50px rgba(0,0,0,1); 
	box-shadow: 0 15px 50px rgba(0,0,0,1);
	position: relative;
	z-index: 999 !important;
}
#upper-hl{
	width:970px;
	margin:auto;
}
#upper-hl h1{
	padding-top: 85px;
	font-size:100px;
	text-shadow: rgba(255, 255, 255, .4) 0px 2px 0px, rgba(0,0,0, .2) 0px -2px 0px;
	line-height: 84px;
	text-align: right;
	padding-right: 22px;
}
#upper-hl h2{
	font-size: 24px;
	line-height: 0px;
	text-align: right;
	color: rgba(0,0,0,.6);
	padding-right: 22px;
	text-shadow: rgba(255, 255, 255, .35) 0px 1px 0px;
	margin-top: -25px;
}
.hl_sub{
	
font-size: 24px;
line-height: 60px !important;
text-align: right;
color: rgba(0, 0, 0, .6);
padding-right: 22px;
text-shadow: rgba(255, 255, 255, .35) 0px 1px 0px;
margin-top: -25px;
}	

#upper-hl h3{
	padding-top: 5px;
	font-size:18px;
	line-height:18px;
	text-align:center;
	color:#777;
	padding-bottom:5px;
}
#lower{
	background-image:url(stitch.png), url(bg.png);
	background-repeat:repeat-x, repeat;
	width:100%;
	z-index:0;
}
#lower h1{
	font-size:40px;
	text-align:right;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#col_wrap{
	width:970px;
	margin:auto;
	min-height: 200px;
	padding-top: 20px;
}
#left_col, #mid_col, #right_col{
	width: 295px;
	padding-left:24px;
}
#left_col, #mid_col {
	float:left;	
}
#right_col{
	float:right;	
}
#footer {
	height:75px;	
	position: absolute;
}