* {
	padding:0;
	margin:0;}

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

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

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

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

@font-face {
    font-family: 'Lobster13Regular';
    src: url('../font/Lobster_1.3-webfont.eot');
    src: url('../font/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Lobster_1.3-webfont.woff') format('woff'),
         url('../font/Lobster_1.3-webfont.ttf') format('truetype'),
         url('../font/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;}
	
html {
	background-color:#333;
	background-image:url(../images/master_bkgrd.png);
	background-position:center;
	background-repeat:repeat-y;}
	
body {
	font-family: "Lucida Grande", Tahoma, sans-serif;}
	
#master {
	width:514px;
	margin:0 auto;
	z-index:1;
	background:url(../images/background_plant.png) no-repeat top right;
}
	
#inner {
	width:475px;
	margin:0px auto 0 auto;}
	
.logo {
	position:absolute;
	top:15px;
	left:15px;
	z-index:0;}

.clr {
	clear:both;}

h1,
h2,	
h3 {
	font-family:'LobsterTwoRegular', sans-serif;
	font-weight:lighter;
	color:#fff;}

h1 {
	margin: 0 0 20px 0;
	font-size: 31px;}
	
h1.intro {
	width:280px;}
	
.fr {
	float:right;}
	
ul,
ul.child {
	margin:0 0 20px 0;
	height:66px;}

ul.parent {
	margin:0;
	height:60px;}
	
ul li {
	list-style:none;
	float:left;
	margin:0 0 0 15px;
	border:2px solid #fff;
	height:60px;}

ul li.title {
	margin: 0;
	width: 150px;
	text-align: right;
	border: none;
	margin: 14px 0 0 0;}
	
#contactbox {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 166px;
	position: fixed;
	right: 0px;
	background-color: #8F8F8F;
	width: 88px;
	top:30%;}
	
#contactbox a {
	text-decoration:none;}

	
#contactbox img {
	margin:5px 0 0 10px;}
	
#contactbox img.resume {
	margin:15px 0 0 10px;}
	
hr {
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #fff;}

	
	
