@charset "utf-8";

html {overflow: hidden;}

body {
	margin: 0;
	padding: 0;
	background-image: url('DesktopBackground.gif');
	background-repeat: no-repeat;
	font-family: "Helvetica", Arial, Tahoma, Verdana;
	font-size: 10px;
	color: #2b2b2b;
	height: 160em;
	width: auto;
	
}

a {
	text-decoration: none;
	color: #fff;
	}


a:hover {color: #666;}


#logo {
	position: fixed;
	z-index: 100;
	width: 100%;
	margin: -5em 0 0 0;
}

#navigation {
	position: fixed;
	margin: -2em 0 0 15em;
	z-index: 110;
}

#navigation ul {
	margin: -1em 0 0 0;
}

#navigation li {display: inline;}

#navigation li a {
	padding: 1em .5em .5em 0;
	font-size: 2.5em;
}
#navigation #bar_right a{
	display: inline;
	float: right;
	margin: -4.5em -18em 0 0;
	
}
#navigation .bar_right img{
	border: none;
	float: right;
}


.positioning {
	position: relative;
	width: auto;
	height: 160em;
}
#home {
	top: -5em;
	background-image:url('BackgroundPaper.png');
	padding: 5em 0 0 1em;
	background-repeat: no-repeat;
	height: 800px;
	width: auto;
	left: 0px;
	margin: 5em;
}
.me {
	position: absolute;
	float: right;
	padding: 4em 0 0 5em;
	margin-top:2em;
	background-image:url('/images/Hi.gif');
	background-repeat: no-repeat;
	width: 800px;
	height: auto;
        left: 5em;
     
	
	
}

#home .me ul{
	margin: 20em 0 0 0;
	padding: 5em;
	
}
#home .me ul li{
	font-size:2.5em;
	margin: 0 0 0 7em;
	list-style:none;
	float: right;
	z-index: 200;
	width: 300px;
	line-height: 1em;
}


#designs {
	top: -95em;
	background-image:url('designBackgroundPaper.png');
	background-repeat: no-repeat;
	height: 650px;
	width: auto;
	left: 180em;
}


#designs .designbox {
height: 650px;
width: 800px;
margin-left:30em;
margin-right:auto;
}
#designs img {
border-width:medium;
border-color:#333;
padding: 1em;
margin-top: 10em;
margin-bottom:-7em;
}


#photography {
	top: -165em;
	background-image:url('altBackgroundPaper.png');
	background-repeat: no-repeat;
	height: 650px;
	width: auto;
	left: 300em;
	margin: 5em;
}

#flashcontent {
	padding: 9em 30em 10em 40em;
	margin-left:auto;
	margin-right:auto;
	
}

#contact {
	top: -235em;
	background-image:url('contactBackgroundPaper.png');
	background-repeat: no-repeat;
	height: 650px;
	width: 180em;
	left: 420em;
	margin: 5em;
	
}
#contact ul {
	margin: 0 0 0 0;
	width: 20em;
	height: 15em;
}
#contact ul h2 {
	margin: -18em 0 1em 2em;
	font-size: 2.6em;
	color:#000;
	margin-left:0;
	margin-right:0;
}
#contact ul li{
	margin: 0;
	line-height:normal;
	list-style:none;
	font-size: 1.8em;
}

#contact ul a{
	color:#000;
}
#contact-area {
	width: 600px;
	margin-top: 25px;
	padding: 20em 30em 10em 33em;
}
#contact-area h2{
	font-size:2.5em;
	color:#000;
	padding: 0 0 0 .5em;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

