<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
html{
	background-color:#e5e5e5;
	width:100%;
}
body{
	background-color:#e5e5e5;
	width:100%;
}
#container{
	position:relative;
	float:left;
	padding-left:0%;
	padding-right:0%;
	margin-right:8%;
	width:90%;
	height:900px;
	border:none;
	float:left;
	overflow:none;
}
img#logo{
	position:relative;
	margin-top:0%;
	float:left;
	z-index:4;
	cursor:pointer;
}
#menu{
	position:relative;
	padding-left:3%;
	padding-bottom:30%;
	width:25%;
	z-index:1;
	margin-top:0%;
	float:left;
	border:none;
	z-index:2;
}
#menu_line_cover{
	position:absolute;
	margin-top:-3%;
	margin-left:-45.1%;
	float:left;	
	height:400px;
	z-index:2;
	height:auto;
	width:50%;
	z-index:3;
}
img#menu_line{
	position:relative;
	margin-top:-3%;
	margin-left:-23%;
	float:left;	
	height:400px;
	z-index:2;
	height:auto;
	width:50%;
	pointer-events:none;
}
button.menu{
	position:relative;
	display:none;
	width:100%;
	text-align:right;
	margin-bottom:10%;
	float:right;
	z-index:3;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:2.5em;
	font-weight:900;
	color:#2e2f2f;
	border:none;
	background:none;
	cursor:pointer;
}
button#about.menu{
	position:relative;
	float:right;
	margin-top:-25%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:2.5em;
	font-weight:900;
	color:#2e2f2f;
	border:none;
	background:none;
	z-index:4;
}
button#contact.menu{
	position:relative;
	margin-top:-15%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:2.5em;
	font-weight:900;
	color:#2e2f2f;
	border:none;
	background:none;
}
button#about.focus{
	color:#4fe2f0;
}
button#about:active{
	color:#4fe2f0;
}
button#contact.focus{
	color:#4fe2f0;
}
button#contact:active{
	color:#4fe2f0;
}
#main{
	position:relative;
	width:70%;
	float:right;
	margin-top:20.5%;
	border:none;
}
.content{
	position:relative;
	display:none;
	width:100%;
	heigth:100%;
	border:none;
	float:left;
	z-index:4;
}
#aboutBox.content{
	padding-bottom:0%;
}
#contactBox.content{
	margin-top:1%;
	border:none;
}
#emailForm{
	position:relative;
	display:none;
	width:35%;
	float:left;
	border:none;
}
#contactInfo{
	position:relative;
	display:none;
	width:55%;
	float:right;
	border:none;
}
span.contact{
	position;relative;
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.7em;
	font-weight:900;
	color:#646060;
	float:right;
	text-decoration:none;
	text-align:right;
	border:none;
	margin-right:1.5%;
}
span#thankyou{
	position;relative;
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.7em;
	font-weight:900;
	color:#2e2f2f;
	float:left;
	text-decoration:none;
	text-align:left;
	border:none;
	margin-right:1.5%;
}
#thanks{
	position:relative;
	display:none;
	width:55%;
	float:left;
	border:none;
}
hr.contentLine{
	background-color:#4fe2f0;
	width:10%;
	height:2px;
	border:none;
	float:left;
}
hr#about.contentLine{
}
hr#contact.contentLine{
	margin-top:3.8%;
}
#aboutText{
	position:relative;
	display:none;
	width:50%;
	border:none;
	float:left;
	overflow:none;
}
span#list{
	color:#646060;
}
p{
	position:relative;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.7em;
	font-weight:900;
	color:#2e2f2f;
	margin-top:1%;
}
#linksBox{
	position:relative;
	display:none;
	width:49%;
	float:right;
	border:none;
	overflow:none;
}
button#links{
	position:relative;
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:2.5em;
	font-weight:900;
	color:#2e2f2f;
	border:none;
	background:none;
	float:right;
	text-align:right;
	margin-bottom:4%;
	margin-top:0%;
	cursor:pointer;
}
button#links:hover{
	color:#4fe2f0;
}
button#links:active{
	color:#4fe2f0;
}
button#links.focus{
	color:#4fe2f0;
}
a#links{
	position:relative;
	display:none;
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.7em;
	font-weight:900;
	color:#2e2f2f;
	float:right;
	text-decoration:none;
	text-align:right;
	border:none;
	margin-right:1.5%;
}
a#links:hover{
	color:#4fe2f0;
}
a#links:active{
	color:#4fe2f0;
}
span.email{
	position:relative;
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.3em;
	font-weight:600;
	color:#2e2f2f;
	border:none;
	background:none;
	float:left;
	margin-bottom:7%;
}
input.email{
	position:relative;
	padding:none;
	height:22px;
	width:70%;
	float:right;
	border-style:solid;
	border-width:2px;
	border-color:#4fe2f0;
	border-radius:13px;
	background:none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1em;
	line-height:1em;
	font-weight:100;
	outline:none;
	margin-bottom:7%;
}
input#address.email{
}
input#subject.email{
}
textarea#message{
	position:relative;
	padding:none;
	height:200px;
	width:70%;
	float:right;
	border-style:solid;
	border-width:2px;
	border-color:#4fe2f0;
	border-radius:13px;
	background:none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.3em;
	line-height:1em;
	font-weight:100;
	outline:none;
	resize:none;
}
input#send{
	position:relative;
	width:20%;
	height:27px;
	float:right;
	margin-left:70%;
	margin-top:7%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.3em;
	font-weight:600;
	line-height:1em;
	color:#2e2f2f;
	border:none;
	background:none;
	border-style:solid;
	border-width:2px;
	border-color:#4fe2f0;
	border-radius:16px;
	background:none;
}
footer{
	position:relative;
	width:100%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1em;
	font-weight:100;
	color:#646060;
	float:left;
	text-decoration:none;
	text-indent:27.6%;
	border:none;
	margin:0 auto;
}
span.left{
	float:left;
}
span.right{
	float:right;
	margin-right:1%;
}
</style>
</head>
<body>
</body>
</html>