.body {

	background-color: #FFFFF4;

	background-image: url(images/background01.jpg);

	background-position: bottom right;

	background-repeat: no-repeat;

	z-index: -1;

}

.container {

	width: 100%;

	height: 100%;

}

.border {

	border: thin dotted Purple;

	width: 100%;

	z-index: 1;

}

.main {

	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;

	font-size: 95%;

	line-height: 130%;

	color: Navy;

	z-index: 1;

}

.menu {

	position: absolute;

	left: 5px;

	top: 185px;

	z-index: 1;

}

.title {

	font-family: "Imprint MT Shadow", "Bookman Old Style", "Times New Roman", serif;

	font-size: 450%;

	color: #00DB02;

	text-decoration: underline;

	z-index: 1;

}

.subtitle {

	font-family: "Imprint MT Shadow", "Bookman Old Style", "Times New Roman" serif;

	font-size: 120%;

	color: Purple;

	font-style: italic;

	z-index: 1;

}

.tagline {

	font-family: "Script MT Bold", "Monotype Corsiva", Mistral, "Lucida Handwriting", "Lucida Calligraphy";

	font-size: 140%;

	color: Purple;

	font-style: italic;

	z-index: 1;

}

.big {

	font-size: 165%;

	z-index: 1;

}

.contact {

	font-size: 85%;

	font-weight: bold;

	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;

	color: Navy;

	z-index: 1;

}

.mininav {

	font-size: 80%;

	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;

	color: Navy;

	z-index: 1;

}

.background {

	position: absolute;

	bottom: 0%;

	right: 0%;

	z-index: -1;

}

a.mini:link {

	color: Navy;

	text-decoration: underline;

}

a.mini:visited {

	color: Maroon;

	text-decoration: underline;

}

a.mini:hover {

	color: Blue;

	text-decoration: underline;

}

a.mini:active {

	color: Fuchsia;

	text-decoration: underline;

}