﻿#titleDiv
{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 96px;
	height: 75px;
	bottom: 30px;
	right: 25px;
	background: url(../images/shop/shopTitle.gif) 0 0 no-repeat;
	/*border: solid 1px red;*/
}

#mainContentDiv
{
	position: relative;
	margin: 0;
	padding: 0;
	width: inherit;
	height: 350px;
	background-color: #FFFFFF;
	/*border: dotted 2px red;*/
	color: #401400;
}

#bodyTxtDiv
{
	position: absolute;
	font-size: 70%;
	font-family: Verdana;
	margin: 0;
	padding: 0;
	width: 780px;
	height: 400px;
	top: 0px;
	left: 0px;
	/*border: solid 1px blue;*/
}

.txtArea
{
	background-color: #FFFFFF;
	border: dotted 2px #A3C26C;
}

#shopNavDiv
{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	/*border: solid 1px red;*/
	width: 200px;
}

#shopMainDiv
{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 200px;
	/*border: solid 1px blue;*/
	width: 580px;
}

/*The frame widths should match the corresponding div widths and
combined they should match the width of the bodyTxtDiv (height should match btd as well)*/
#shopNavFrame, #shopMainFrame
{
	height: 400px;
}

#shopNavFrame
{
	width: 170px;
	border-right: solid 2px #C4D89E;
}

#shopMainFrame
{
	width: 580px;
}
