body {
	margin: 0;
	font-size: 62.5%;
	background-color: #726187;
	}
	
#wrapper {
	border: 0px solid white;
	width: 707px;
	height: 474px;
	background-image: url(animations/homepage.gif); 
	background-repeat: no-repeat;
	margin: 100px auto auto auto;
	text-decoration: none;
	}

#wrapper2 {
	border: 0px solid yellow;
	width: 650px;
	margin: 50px auto auto auto;
	}

#wrapper a {
	width: 707px;
	height: 474px;
	display: block;
	text-indent: -5000px;
	}

#mainNav a {
	float: left;
	border: solid 0px;
	}
	
#mainNav img {
	z-index: 10;
	border: solid 0px red;
	}
	
#mainNav span.navleft a {
	display: block;
	width: 56px;
	height: 28px;
	color: #333;
	background: url(images/nav_left.gif) 0 0 no-repeat;
	text-decoration: none;
	}
	
#mainNav span.portfolio a {
	display: block;
	width: 90px;
	height: 28px;
	color: #333;
	background: url(images/nav_portfolio.gif) 0 0 no-repeat;
	text-decoration: none;
	}
	
#mainNav span.portfolio a:hover {
	background-position: -90px 0;
	color: #333;
	text-decoration: none;
	}
	
#mainNav span.portfolio a:active {
	background-position: -180px 0;
	color: #433752;
	text-decoration: none;
	}
	
#mainNav span.resume a {
	display: block;
	width: 90px;
	height: 28px;
	color: #333;
	background: url(images/nav_resume.gif) 0 0 no-repeat;
	text-decoration: none;
	}
	
#mainNav span.resume a:hover {
	background-position: -90px 0;
	color: #333;
	text-decoration: none;
	}
	
#mainNav span.resume a:active {
	background-position: -180px 0;
	color: #433752;
	text-decoration: none;
	}
	
#mainNav span.merchandise a {
	display: block;
	width: 90px;
	height: 28px;
	color: #333;
	background: url(images/nav_merchandise.gif) 0 0 no-repeat;
	text-decoration: none;
	}
	
#mainNav span.merchandise a:hover {
	background-position: -90px 0;
	color: #333;
	text-decoration: none;
	}
	
#mainNav span.merchandise a:active {
	background-position: -180px 0;
	color: #433752;
	text-decoration: none;
	}
	
#mainNav span.navright a {
	display: block;
	width: 324px;
	height: 28px;
	color: #333;
	background: url(images/nav_right.gif) 0 0 no-repeat;
	text-decoration: none;
	}

#content {
	border: solid 0px yellow;
	width: 610px;
	margin-top: -18px;
	background-image: url(images/flower.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color:#fff;
	color: #514560;
	font-family: Frutiger, Tahoma, Verdana, Trebuchet MS, sans-serif;
	padding: 0px 20px 0px 20px;
	}	

#introduction p {
	font-size: 1.25em;
	font-weight: 45light;
	line-height: 1.4em;
	color: #807390;
	font-family: Frutiger, Tahoma, Verdana, Trebuchet MS, sans-serif;
	}
	
#movie {
	text-align: center;
	}
	
h1 {
	color: #433752;
	font-size: 1.6em;
	line-height: 1.2em;
	border: none;
	text-decoration: none;
	}	
	
h2 {
	color: #433752;
	font-size: 1.5em;
	line-height: .5em;
	border: none;
	text-decoration: none;
	}

h3 {
	color: #433752;
	font-size: 1.4em;
	line-height: 1em;
	border: none;
	text-decoration: none;
	}
	
h1 a, h2 a, h3 a, h4 a {
	color: #433752;
	text-decoration: none;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #a69bb3;
	text-decoration: underline;
	}
	
h1 a:active, h2 a:active, h3 a:active, h4 a:active {
	color: #a69bb3;
	text-decoration: none;
	}
	
h4 {
	color: #433752;
	font-size: 1.2em;		
	line-height: 1em;
	text-align: center;
	border: none;
	}
	
h5 {
	color: #433752;
	font-size: 1.2em;
	line-height: 1em;
	border: none;
	}

p {
	font-size: 1.25em;
	line-height: 1.4em;
	border: none;
	}
	
p a {
	color: #726187;
	text-decoration: none;
	}
	
p a:hover {
	color: #a69bb3;
	text-decoration: underline;
	}
	
p a:active {
	color: #a69bb3;
	text-decoration: none;
	}
	
img {
	border: none;
	}
	
#center {
	text-align: center;
	}
	
#description p {
	width: 400px;
	margin-left: 105px;
	text-align: center;
	}
	
#flashcontainer {
	text-align: center;
	}
	
fieldset {
	margin: 1em 0;
	margin-top: -7px;
	padding: 1em;
	border: 1px solid #ccc;
	}
	
legend {
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #433752;
	text-transform: uppercase;
	margin-top: 0em;
		}

label {
	display: block;
	width: 400px;
	}
	
input {
	width: 200px;
	}
	
textarea {
	width: 300px;
	height: 50px;
	}

input:focus, textarea:focus {
	background: #c9cacc;
	}
	
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
	
input[type="submit"] {
	width: 70px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	margin-left: 50px;
	}

	
#footer {
	clear: both;
	background-color: #a59ab3;
	height: 35px;
	margin-top: -17px;
	width: 650px;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-decoration: none;
	}
	
#footer #footerNav p {
	padding-top: -8px;
	font-size: 1.1em;
	letter-spacing: .05em;
	color: #807390;
	text-align: center;
	text-decoration: none;
	}
	
#footer #footerNav a {
	color: #514560;
	text-decoration: none;
	}
	
#footer #footerNav a:hover {
	color: #807390;
	text-decoration: none;
	}
	
#footer #copyright p {
	margin-top: -10px;
	font-size: 1em;
	color: #5c5c5e;
	text-align: center;
	}	

	
