/*************************************************
	 Developed by Dawn Price
	 Contact:  dawn@afterdawnonline.com

	This file and its contents and links are the 
	property of AfterDawn Online.  This file can not
	be used or copied with out the written permission
	of AfterDawn Online.  
***************************************************/

/* Set the background color of the web page. */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 1.01em;
	vertical-align: middle;
}

body {
	margin: 0;
	padding: 0;
  font-family: "Bitstream vera Sans", Verdana, Arial,
Helvetica, sans-serif;
	color: black;
	background-image: url("../images/body/cotton.jpg");
}

img {
	border: none;
}

.subtitle {
	margin: 3px 0;
	padding: 0;
	text-align: center;
}

/* Set the background color of the web page. */

#pagebody {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 90%;
}

#header {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #683516;
}
#header img {
	border: none;
}

#pagebody table {
	margin: 0;
	padding: 0;
}
#pagebody table td {
	vertical-align: top;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-repeat: repeat;
	background-image: url("../images/wmainbg.jpg");
	height: 100%;
}


#body {
	margin: 0;
	padding: 0 5px;
	width: 80%;
}


/*************************************
* Horizontal menu
*************************************/

#menubar {
	margin: 0;
	padding: 0;
	vertical-align: center;
	text-align: center;
}

#menubartd {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url("../images/menu/menubar.jpg" );
}

#menubartd a {
	margin: 0 15px;
	padding: 0;
	vertical-align: center;
	text-align: center;
	color: #f1d857;
	text-decoration: none;
	font-weight: bold;
}

#menubartd a:hover {
	color: white;
}

/*************************************
* Horizontal menu
*************************************/

#vmenutd {
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 192px;
	height:100%;
	background-repeat: repeat-y;
	background-image: url("../images/menu/vmenubg.png" );
	min-height: 100%;
}


/*************************************
* Vertical menu
*************************************/

#nav {
	margin: 0;
	padding: 0 0 200px 0;
	text-align: center;
}

#nav a {
	margin: 1px 0;
	padding: 5px 5px 5px 20px;
	width: 140px;
	text-decoration: none;
	display: block;
	font-size: 15px;
	color: #990099;
	text-align: left;
}

#nav a:hover {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("../images/menu/over.png");
}

#footbody {
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	font-size: 0.7em;
	vertical-align: bottom;
	color: #990099;
	background-repeat: repeat-y;
	background-image: url("../images/menu/vmenubg.png" );
}

