body {
	overflow-x: hidden;
	color: #504f4f;
}

#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	}


strong {
	font-weight: bold;
	color: #555;
	padding: 0 0 2px 10px;
	font-size: 16px;
	}

p {
	text-align: justify;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0 0 15px 0;
	}

ul {
	list-style: none;
	font-size: 16px;
	list-style-position: outside;
	margin: 20px 0 20px;
	padding: 0;
	float: left;
	}

li {
	margin: 0;
	display: block;
	float: left;
	width: 400px;
	padding: 4px 0;
	color: #777;
	font-size: 17px;
	}

a, a:visited {
	color: #a969fd;
	}

a:hover {
	color: #333;
	}


h2 {
	position: absolute;
	top: -50px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	text-transform: uppercase;
	font-size: 36px;
	color: #a969fd;
	letter-spacing: 2px;
	font-weight: normal;
	}


.accentMe {
	font-weight: bold;
	}

#grad {
	background: -moz-linear-gradient(top, #f2e8fe 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2e8fe), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f2e8fe 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #f2e8fe 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f2e8fe 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e8fe', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #f2e8fe 0%,#ffffff 100%);
	position: absolute;
	height: 100px;
	width: 100%;
	z-index: 1;
	}

header {
	position: relative;
	top: 0;
	left: 0;
	height: 110px;
	margin: 100px 0 40px 0;

	}

header #addBox {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
	padding: 10px 0 20px;
	margin: 0;
	float: left;

	background: -moz-linear-gradient(left, #ffffff 0%, #f2e8fe 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f2e8fe));
	background: -webkit-linear-gradient(left, #ffffff 0%,#f2e8fe 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#f2e8fe 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#f2e8fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2e8fe',GradientType=1 );
	background: linear-gradient(left, #ffffff 0%,#f2e8fe 100%);

	}

.ie6 header #addBox, .ie7 header #addBox, .ie8 header #addBox {
	width: 1600px;
	}

header #addBox:after {
   content: "";
   position: absolute;
   background: #f2e8fe;
   top: 0;
   bottom: 0;
   width: 9999px;
   left: 100%;
}

header #addBox div {
	position: relative;
	top: 10px;
	left: 400px;
}

header #logo{
	position: absolute;
	top: -40px;
	left: 0;
	height: 230px;
	margin: 0;
	z-index: 2;
	}

header #buttons {
	position: absolute;
	top: -95px;
	right: 0;
	}

header #buttons div{
	position: relative;
	top: 0;
	left: 0;
	background-image: url(../images/icons.png);
	background-position: 0px 0px;
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	margin: 0 3px 0 0;
	}

header #buttons div a {
	display: block;
	height: 60px;
	width: 60px;
	border-bottom: 0px solid #000;
	text-decoration: none;
	}

header #buttons div#amonia {
	background-position: 0px -60px;
}

header #buttons div#animal {
	background-position: 0px -120px;
}

header #buttons div span{
	visibility: hidden;
	}

header #logo {
	position: absolute;
	left: -10px;
	}

.text1 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	text-transform: uppercase;
	font-size: 22px;
	color: #a969fd;
	letter-spacing: 2px;
	font-weight: bold;
	}

.text2 {
	font-family: arial, serif;
	text-transform: uppercase;
	font-size: 15px;
	color: #504f4f;
	letter-spacing: 2px;
	font-weight: lighter;
	line-height: 1.5em;
	}

section {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f2e8fe;
	background: -moz-linear-gradient(left, #ffffff 0%, #f2e8fe 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f2e8fe));
	background: -webkit-linear-gradient(left, #ffffff 0%,#f2e8fe 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#f2e8fe 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#f2e8fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2e8fe',GradientType=1 );
	background: linear-gradient(left, #ffffff 0%,#f2e8fe 100%);
	position: relative;
	padding: 10px 0 20px;
	margin: 60px 0 30px 0;
	float: left;
	width: 100%;
	}


.ie6 section, .ie7 section , .ie8 section {
	width: 1600px;
	}

.ie6 section p, .ie6 section ul, .ie7 section p, .ie7 section ul, .ie8 section p, .ie8 section ul {
	width: 800px;
	display: block;
	}

section:after {
	content: "";
	position: absolute;
	background: #f2e8fe;
	top: 0;
	bottom: 0;
	width: 9999px;
	left: 100%;
	}




.no-js section.photos {
	}

.my-gallery {
	display: block;
	}

.no-js .my-gallery img {
	display: inline;
	}

.js .my-gallery a {
	text-decoration: none;
	}




.styledImg, .my-gallery img {
	float: left;
	margin: 0 5px 10px 25px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.3);
	box-shadow: 0 3px 20px 0 rgba(0,0,0,.3);
	}

.bio img {
	float: right;
	margin: 0 5px 10px 25px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.3);
	box-shadow: 0 3px 20px 0 rgba(0,0,0,.3);
}

#bigGal {
	position: relative;
}



.photoLink {
	width: 800px;
	display: block;
	text-align: right;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	}


#contactForm form{
	width: 400px;
	display: block;
	float: right;
	}


.ie6 section #contactForm form , .ie7 section #contactForm form , .ie8 section #contactForm form {
	margin: 0 800px 0 0;
	}

label {
	display: block;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #a969fd;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0 0 10px;
	}

input, textarea {
	width: 380px;
	margin: 0 0 10px;
	padding: 10px 5px;
	border: 1px solid #A969FD;
	-webkit-box-shadow: inset 0 3px 5px 0 #c4c4c4;
	-moz-box-shadow: inset 0 3px 5px 0 #c4c4c4;
	box-shadow: inset 0 3px 5px 0 #c4c4c4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

input.button {
	width: 150px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #A969FD;
	background: -moz-linear-gradient(top, #ffffff 26%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#ffffff), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top, #ffffff 26%,#e0e0e0 100%);
	background: -o-linear-gradient(top, #ffffff 26%,#e0e0e0 100%);
	background: -ms-linear-gradient(top, #ffffff 26%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
	background: linear-gradient(top, #ffffff 26%,#e0e0e0 100%);
	font-family: 'Yanone Kaffeesatz', arial, serif;
	padding: 5px;
	color: #A969FD;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 2px 0 #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	}

input.button:hover {
	background: -moz-linear-gradient(top, #cecece 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #cecece 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #cecece 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #cecece 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #cecece 0%,#ffffff 100%);
	}


footer {
	margin: 30px 0 20px 0;
	color: #a969fd;
	}

footer p {
	font-size: 12px;
	}

footer .year {
	float: left;
	}

footer .designs {
	float: right;
	}
