@charset "utf-8";
@font-face {
    font-family: 'ChunkFiveRoman';
    src: url('../chunkfive-webfont.eot');
    src: url('../chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../chunkfive-webfont.woff') format('woff'),
         url('../chunkfive-webfont.ttf') format('truetype'),
         url('../chunkfive-webfont.svg#ChunkFiveRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* CSS Document */
html, body, div, section, nav, span, h1, h2, h3, h4, p, a, ul, li, img, form, label, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none
}
:focus {
	outline: 0
}
/*************************************
	GLOBAL STYLES
*************************************/

html, body {
	width:100%;
	height:100%;
	font-size:100%;
	margin: 0 0 1px 0;
	min-height:101%;
}
body {
	font: 16px/1.4 Georgia, "Times New Roman", Times, serif;
	color: #3b4534;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}
#container, #left_container, #right_container, #contentDiv {
	position: relative;
}
#container {
	width: 1022px;
	margin: 0 auto;
	overflow:hidden;
	min-height: 1000px;
}
#left_container {
	float: left;
	position: absolute;
	width: 380px;
	hight: 100%;
}
#right_container {
	float: right;
	width: 592px;
}
header {
	margin: 68px 0;
	display: block;
	color: #030;
}
footer {
	position: fixed;
	bottom: 120px;
	left: -90px;
	font-size:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);	
}
h1#logo a {
	display: block;
	background-image: url(../images/shonetow-logo.gif);
	width: 380px;
	height: 344px;
	text-indent: -9999px;
	top: 171px;
}
.holder {
	position: relative;
	float: left;
	
}
#navigation {
	width: 592px;
	height: 234px;
	line-height: 1;
	z-index: 999;
}
#navigation span {
	font-size: 16px;
	color: #e3e0d0;
	text-transform: lowercase;
	text-shadow: 1px 1px #333;
}
#navigation span a {
	display: block;
	color: #fefffe;
	text-transform: uppercase;
	font-size: 26px;
	text-decoration: none;
}
#navigation span a:hover {
	text-decoration: underline;
}
#nav_home, #nav_work, #nav_me, #nav_contact {
	position: relative;
	float: left;
	padding: 0 15px;
	height: 234px;
}
#nav_home {
	background-image: url(../images/tab-home.png);
	width: 92px;
}	
	#nav_home span {
		display: block;
		margin-top: 170px;
	}
#nav_work {
	background-image: url(../images/tab-work.png);
	width: 95px;
	margin-left: 22px;
}	
	#nav_work span {
		display: block;
		margin-top: 153px;
	}
#nav_me {
	background-image: url(../images/tab-me.png);
	width: 98px;
	margin-left: 21px;
}	
	#nav_me span {
		display: block;
		margin-top: 143px;
	}
#nav_contact {
	background-image: url(../images/tab-contact.png);
	width: 129px;
	margin-left: 15px;
}	
	#nav_contact span {
		display: block;
		margin-top: 153px;
	}

#contentDiv {
	margin-top: 80px;
}

p {
	margin-bottom: 20px;
}

h1 {
	font-family: ChunkFiveRoman, Georgia, sans-serif;
	font-weight: 700;
	font-size:36px;
	color: #442312;
}





