* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	background-image: url(../img/heidigirl.gif);
	background-repeat: no-repeat;
}

p, blockquote, address, label, textarea {
	color: white;
	font-family: Georgia, serif;
	font-size: 1em;
	text-align: left;
	list-style: none;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
	font-family: Georgia, serif;
}

img {
	border: none;
}

blockquote {
	color: gray;
	font-style: italic;
}

address {
	margin-left: 20px;
	font-style: normal;
}


/*----- Links -----*/

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: gray;
	text-decoration: underline;
}

a:visited {
	color: gray;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline overline;
}

a:active {
	outline: none;
	text-decoration: none;
}


/*---------------------------------------------------------------------------------------------------------*/


/*----- Container #1 -----*/

#container1 {
	margin: 144px 0 10px 200px;
	width: 530px;
	overflow: hidden;
}

#header {
	margin: 0 20px 0 0;
	width: 312px;
	height: 101px;
	float: right;
}

#navlist {
	margin-top: 38px;
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 90px;
	float: right;
	font-size: .8em;
	font-family: Georgia, serif;
}

#navlist li {
	list-style: none;
	padding: 0.15em;
	border-top: 1px solid gray;
}

#navlist li a {
	text-decoration: none;
}

#navlist li a:hover {
	color: white;
}

#nav {
	width: 550px;
	height: 230px;
	clear: both;
}

.navwrapper {
	margin: 20px 20px 0 0;
	width: 90px;
	height: 205px;
	overflow: hidden;
	float: left;
}

.navwrapper a {
	display: block;
	height: 180px;
	width: 90px;
}

.navwrapper a:hover {
	text-indent: -90px;
}

#pageinfo {
	margin: 20px 0 0 25px;
	width: 190px;
	height: 205px;
	float: left;
}

#pageinfo p {
	color: gray;
	line-height: 1.5em;
	font-size: 1em;
	text-align: justify;
}

#menu {
	margin: 20px 0 0 0;
	width: 200px;
	height: 205px;
	float: left;
}

#menu ul {
	color: white;
	font-family: Georgia, serif;
	font-size: 1.6em;
	text-align: left;
	list-style: none;
}

#menu a {
	display: block;
	margin: 0 0 12px 0;
	width: 205px;
	border-bottom: 1px dotted gray;
}

#nav a:link, #menu a:visited
{
	color: white;
	text-decoration: none;
}

#menu a:hover {
	background-color: gray;
	color: black;
}


/*----- Container #2 -----*/

#container2 {
	margin: 20px 0 20px 200px;
	width: 530px;
}

.content {
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

.content_merchandise {
	margin: 0 0 20px 0;
	width: 150px;
	line-height: 1.5em;
	border: thin solid yellow;
}

.date {
	text-align: right;
	font-size: .8em;
	font-family: Georgia, serif;
	font-variant: small-caps;
}

.gallery img {
	margin: 0 0 20px 0;
	border: 1px solid white;
}

.gallery_noborder img {
	margin: 0 0 20px 0;
	border: none;
}


/* MERCHANDISE PAGE */
.merchandise {
	margin: 20px 0 0 20px;
	height: 150px;
	overflow: hidden;
	float: right;
}

.merchandise_text {
	margin: 20px 0 0 20px;
	width: 350px;
	height: 150px;
	overflow: hidden;
	float: right;
}
/* END OF MERCHANDISE PAGE */


/*----- Container #3 -----*/

#container3 {
	margin: 0 0 0 200px;
	width: 530px;
	overflow: hidden;
}

#footer {
	margin: 0 0 50px 0;
	width: 530px;
	height: 75px;
	font-size: .8em;
}

#footer img {
	margin: 0 10px 0 0;
	clear: right;
	float: left;
}


/*----- Other -----*/

.border {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/border_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: scroll;
}

/* CONTACT FORM */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	display: block;
}

input.text, textarea {
	width: 250px;
	font: 12px/12px verdana, arial, sans-serif;
	color: #333;
	padding: 3px;
	margin: 0px;
}

input.submit {
	padding: 2px 5px;
	font: bold 12px/12px verdana, arial, sans-serif;
}
/* END OF CONTACT FORM */