/*
 *
 * File		: main.css
 * Purpose	: Primary CSS file
 * Created	: 01/05/07
 * Author	: Brian Ashe
 * Company	: Dee-Web Software Services, LLC.
 * Copyright 2007 Dee-Web Software Services, LLC.
 *
 */

/*body {
	margin: 10px 4%;
	margin: 0;
	padding: 0;
	background-color: #E1E1E1;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 10pt;
}*/

div {
/*	border: #000 1px solid; */
}

hr {
	color: #000000;
}

p {
}

input {
	font-size: 10px;
}

label {
	color: black;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
/* 	background-color: #EEEEEE; */
	padding: 3px;
}

td {
	font-size: 12pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-align: left;
}

img {
	border-style: none;
}
/* Main Header Area */
body {
	color: #000000;
	font-family: Helvetica, Arial, Sans;
	font-size: 100%;
	background-color: #D1AAAC;
	background-image: url('/images/bg_02.png');
	background-repeat: repeat-x;
	margin: auto;
	height: 100%;
}

#main {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#picture {
	margin: 1%;
	padding: 0;
	width: 94%;
	height: 94%;
	text-align: center;
	position: absolute;
	top: 2%;
 	left: 2%;
	z-index: 1;
}

#bgImage {
	border-style: solid;
	border-width: 2px;
	border-color: #AFB102;
}

#header {
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	width: 90%;
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 5;
}

#text {
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 5px 0;
	width: 80%;
	height: 70%;
	text-align: justify;
	float: right;
	opacity: .80;
	filter: alpha(opacity=80);
	position: absolute;
	top: 20%;
	left: 10%;
	z-index: 20;
	overflow: auto;
}

#tagline {
	text-align: right;
	position: relative;
	left: 5%;
}

#mainNav {
	margin: 0 auto;
	padding: .5% 0;
	background-color: #2457A6;
	font-size: 70%;
	width: 80%;
	height: 4%;
	position: absolute;
	top: 15%;
	left: 10%;
	text-align: center;
}

#topNav {
	font-size: 80%;
	color: #FFFFFF;
	text-align: right;
	position: relative;
	left: 5%;
	display: none;
}

#bottom {
	width: 90%;
	height: 19px;
	margin: 0;
	padding: 0 4%;
	position: absolute;
	top: 95%;
	left: 0;
}

#dw {
/*	position: relative;
	top: 0;*/
	font-size: 60%;
	float: right;
}

#copy {
/*	position: relative;
	top: 0;*/
	font-size: 60%;
	float: left;
}

p.bottom {
	position: relative;
	bottom: 2px;
}

#musicBox {
	width: 108px;
	height: 18px;
	float: right;
	padding: 3px;
	position: relative;
	top: 0;
	right: 5%;
}

#introBox {
	margin: auto;
	padding: 0;
	width: 80%;
	height: 50%;
	position: absolute;
	top: 20%;
	left: 10%;
	z-index: 30;
}
