body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e1deea;
	}

b{font-size: 110%;}
em{	}

h1 {
	font-size:18px;
	text-align: left;
	color:#73755D;
	}
a	{
	color: #333333;
	font-weight:bold;
	}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}
li {
	padding-left: 10px;
	}

#maincontainer{
	width: 780px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border: 0px solid #666666;
	}

#contentwrapper{
	float: left;
	width: 100%;
	background-color:#ffffff;
	background: url(../Graphics/pagebg.gif) repeat-y;
	}	

	#contentcolumn{
		margin: 0 0px 0 170px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
		color: #333333;
		}
		.innertube{
			margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
			margin-top: 0;
			}
			
		.clearFloat { clear: both; float: none; }
		
		.twocol { /* Used on Rates Tab */
			width: 95%; /*Width of main container*/
			margin: 0 auto; /*Center container on page*/
			}
			.label{
				width:50%;
				float:left;
				padding-bottom: 5px;
				border-bottom:1px dashed #cbc7a4;
			}
			.price{
				width:50%;
				float:right;
				padding-bottom: 5px;
				border-bottom:1px dashed #cbc7a4;
			}

		#title {
			text-align:right;
			padding-right:30px;
			margin-top:30px;
			}
		#fadeimg {
			width:250px;
			height: 200px;
			float:right;
			margin: 10px 30px 30px 30px;
			}
		.hr {
			border-bottom:1px solid #cbc7a4;
			clear:both;
			}
		.announce {
			border-bottom:1px solid #cbc7a4;
			border-top:1px solid #cbc7a4;
			vertical-align:top;
			margin:20px;
			background:#fffff4;
			padding: 0 20px;
			}
		.announce h1 {
			color: #E35314;
			}	
		.hilite {
			padding: 3px;
			font-weight:bold;
			font-size:15px;
			}
		/* Photo Album */
		#photo_1 {
			float:right;
			margin-right: 40px;
			}
		#photo_2 {
			float:right;
			margin-right: 40px;
			}
		#photo_3 {
			float:right;
			margin-right: 40px;
			}
			
		.galleryImg {
			border: 1px solid #666666;
			margin-bottom: 10px;
			padding:5px;
			}
			
		/* Sales Section */
		#salesInfo ul {
			list-style: none;
			margin-left: 0;
			margin-top: 20px;
			padding-left: 1em;
			text-indent: -1em;
			}
		#salesInfo li {
			padding-left: 0;
			}
			
		#salesGallery {
			border:0px solid #29166f;
			/*background:url(../Graphics/Trial2/gradient-sales.gif) top repeat-x;*/
			background-color:#fff;
			color: #333333;
			text-align: center;
			margin: 0 auto; /*Center container on page*/
			margin-top: 5px;
			padding: 0px 0;
			}
		
		#salesGallery img {
			margin:5px;
			background:url(../Graphics/img_bg.gif) center bottom no-repeat;
			padding-bottom:20px;
			}
		#salesGallery ul {
			margin-left: 0;
			padding-left: 0;
			list-style: none;
			}
		#salesGallery li {
			display:inline;
			}
		.salesImg {
			border: 0;
			margin: 15px;
			width: 150px;
			}
		
#leftcolumn{
	float: left;
	width: 170px; /*Width of left column in pixel*/
	margin-left: -780px; /*Set margin to that of -(MainContainerWidth)*/
	}
	#menu {
		background:url(../Graphics/mnubg.gif) center repeat-y;
		background-color:#29166f;
		margin-top:30px;
		padding: 0;
		}
	#leftcolumn h3 {
		color:#000066;
		font-size:14px;
		margin-bottom:0;
		padding-left: 0;
		}	
	#dropmenudiv{
		position:absolute;
		background-color: #29166f;
		border:1px solid #fff;
		border-bottom-width: 0;
		font:normal 11px Arial;
		line-height:20px;
		z-index:100;
		}		
	#dropmenudiv a{
		width: 100%;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid white;
		padding: 1px 0;
		text-decoration: none;
		font-weight: bold;
		color:#fff;
		}		
	#dropmenudiv a:hover{ /*hover background color*/
		background-color: #29166f;
		color: #fff;
		text-decoration: underline;
		}
	.menuitems{
		padding: 3px 0;
		margin: 0;
		font: bold 11px Verdana;
		list-style-type: none;
		text-align: left; /*set to left, center, or right to align the menu as desired*/
		}	
	.menuitems li{
		padding: 3px;
		padding-left: 15px;
		padding-right: 5px;
		width: 120px;
		background:url(../Graphics/mnuarrow.gif) right no-repeat;
		margin-bottom:5px;
		color: #ffffff;
		}
	.menuitems li a{
		text-decoration: none;
		color: #ffffff;
		}	
	.menuitems li a:visited{
		color: #ffffff;
		}	
	.menuitems li a:hover{
		text-decoration: underline;
		color:#ffffff;
		}	
	.menuitems li.selected{
		color: #ffffff;
		}	
	.menuitems li.selected a{
		color: #ffffff; /*selected main tab style */
		}	
	.menuitems li.selected a:hover{ /*selected main tab style */
		text-decoration: none;
		color:#ffffff;
		}
	
	#leftcolumn p {
		margin: 3px 0;
		color:#000000;
		border-bottom:1px solid #666666;
		}
	#leftcolumn a, leftcolumn a:visited, leftcolumn a:active {
		color:#fff;
		font-weight:bold;
		}
	#leftcolumn a:hover {
		text-decoration:underline;
		}	
	#contact a{
		color:#29166f;	
		}
	p.leftInfo {
		padding: 3px;
		}
		
#footer{
	clear: left;
	width: 100%;
	border-top:1px solid #cbc7a4;
	background:url(../Graphics/gradient.gif) repeat-x;
	background-color:#e1deea;
	color: #333333;
	text-align: center;
	padding: 4px 0;
	font-size:11px;
	}

#footer a{
	color: #333333;
	}